s2                199 core/lib_thumb.c char *strstr(const char *s1, const char *s2)
s2                202 core/lib_thumb.c     const int len = strlen(s2);
s2                204 core/lib_thumb.c     for (; (p = strchr(p, *s2)) != 0; p++)
s2                206 core/lib_thumb.c         if (strncmp(p, s2, len) == 0)
s2                121 include/lolevel.h extern int _strcmp(const char *s1, const char *s2);
s2                122 include/lolevel.h extern int _strncmp(const char *s1, const char *s2, long n);
s2                156 include/lolevel.h extern int _memcmp(const void *s1, const void *s2, long n);
s2                 12 include/std/string.h extern int strcmp(const char *s1, const char *s2);
s2                 13 include/std/string.h extern int strncmp(const char *s1, const char *s2, long n);
s2                 20 include/std/string.h extern char *strstr(const char *s, const char *s2);
s2                 24 include/std/string.h extern int memcmp(const void *s1, const void *s2, long n);
s2                 97 lib/lua/lbaselib.c     char *s2;
s2                100 lib/lua/lbaselib.c     n = strtoul(s1, &s2, base);
s2                101 lib/lua/lbaselib.c     if (s1 != s2) {  /* at least one valid digit? */
s2                102 lib/lua/lbaselib.c       while (isspace((unsigned char)(*s2))) s2++;  /* skip trailing spaces */
s2                103 lib/lua/lbaselib.c       if (*s2 == '\0') {  /* no invalid trailing characters? */
s2                445 lib/lua/lstrlib.c                                const char *s2, size_t l2) {
s2                452 lib/lua/lstrlib.c     while (l1 > 0 && (init = (const char *)memchr(s1, *s2, l1)) != NULL) {
s2                454 lib/lua/lstrlib.c       if (memcmp(init, s2+1, l2) == 0)
s2                505 lib/lua/lstrlib.c     const char *s2 = lmemfind(s+init, l1-init, p, l2);
s2                506 lib/lua/lstrlib.c     if (s2) {
s2                507 lib/lua/lstrlib.c       lua_pushinteger(L, s2-s+1);
s2                508 lib/lua/lstrlib.c       lua_pushinteger(L, s2-s+l2);
s2                362 modules/cpuinfo_v7.c     char *s2="";
s2                373 modules/cpuinfo_v7.c             case 0: s2 = "Outer Non-cacheable"; break;
s2                374 modules/cpuinfo_v7.c             case 1: s2 = "Outer Write-back, write-allocate"; break;
s2                375 modules/cpuinfo_v7.c             case 2: s2 = "Outer Write-through, no write-allocate"; break;
s2                376 modules/cpuinfo_v7.c             case 3: s2 = "Outer Write-back, no write-allocate"; break;
s2                378 modules/cpuinfo_v7.c         sprintf(linebuf,"%s; %s; %s",s, s2, t);
s2                271 modules/file_shelter.c int strcasecmp(const char *s1, const char *s2)
s2                274 modules/file_shelter.c   const unsigned char *p2 = (const unsigned char *) s2;
s2                150 modules/module_load.c static int namecmp(const char* s1, const char* s2)
s2                152 modules/module_load.c     if ((s1 == 0) && (s2 == 0)) return 1;   // Both null --> equal
s2                153 modules/module_load.c     if ((s1 == 0) || (s2 == 0)) return 0;   // One null (but not both) --> not equal
s2                154 modules/module_load.c     while (*s1 && *s2)
s2                156 modules/module_load.c         if (tolower(*s1) != tolower(*s2)) return 0;
s2                158 modules/module_load.c         s2++;
s2                160 modules/module_load.c     return ((*s1 == 0) && (*s2 == 0));
s2                100 platform/generic/main.c static int my_ncmp(const char *s1, const char *s2, long len)
s2                104 platform/generic/main.c     if (s1[i] != s2[i])
s2                855 platform/generic/wrappers.c int strcmp(const char *s1, const char *s2) {
s2                856 platform/generic/wrappers.c     return _strcmp(s1, s2);
s2                859 platform/generic/wrappers.c int strncmp(const char *s1, const char *s2, long n) {
s2                860 platform/generic/wrappers.c     return _strncmp(s1, s2, n);
s2               1099 platform/generic/wrappers.c int memcmp(const void *s1, const void *s2, long n) {
s2               1100 platform/generic/wrappers.c     return _memcmp(s1, s2, n);
s2                 90 platform/ixus30_sd200/main.c static int my_ncmp(const char *s1, const char *s2, long len)
s2                 95 platform/ixus30_sd200/main.c 		if (s1[i] != s2[i])
s2                 92 platform/ixus40_sd300/main.c static int my_ncmp(const char *s1, const char *s2, long len)
s2                 97 platform/ixus40_sd300/main.c 		if (s1[i] != s2[i])
s2                 88 platform/ixus50_sd400/main.c static int my_ncmp(const char *s1, const char *s2, long len)
s2                 92 platform/ixus50_sd400/main.c 	if (s1[i] != s2[i])
s2                 88 platform/ixus700_sd500/main.c static int my_ncmp(const char *s1, const char *s2, long len)
s2                 92 platform/ixus700_sd500/main.c 	if (s1[i] != s2[i])
s2                 89 platform/s2is/main.c static int my_ncmp(const char *s1, const char *s2, long len)
s2                 93 platform/s2is/main.c 	if (s1[i] != s2[i])
s2                103 platform/s80/main.c static int my_ncmp(const char *s1, const char *s2, long len)
s2                107 platform/s80/main.c 	if (s1[i] != s2[i])
s2               1634 tools/finsig_dryos.c     int s2 = find_str(fw,"Memory.c");
s2               1636 tools/finsig_dryos.c     if ((s1 < 0)||(s2 < 0)||(f1 < 0))
s2               1638 tools/finsig_dryos.c     if (s1 < s2-16) // the two strings should be close
s2               1643 tools/finsig_dryos.c     int r2 = find_nxt_str_ref(fw, s2, 0);
s2               1665 tools/finsig_dryos.c         r2 = find_nxt_str_ref(fw, s2, r2+1);
s2               1677 tools/finsig_dryos.c     int s2 = find_str(fw,"StrMan.c");
s2               1684 tools/finsig_dryos.c     if ((j>=0)&&(s1>=0)&&(s2>=0))
s2               1765 tools/finsig_dryos.c                         int m6 = find_nxt_str_ref(fw, s2, m4);
s2                142 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int strcmp(const char *s1, const char *s2);
s2                143 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int strncmp(const char *s1, const char *s2, int n);
s2                177 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int memcmp(const void *s1, const void *s2, int n);
s2                510 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int strstr(const char *s1, const char *s2);
s2                160 tools/packfi2/zutil.c int zmemcmp(s1, s2, len)
s2                162 tools/packfi2/zutil.c     const Bytef* s2;
s2                168 tools/packfi2/zutil.c         if (s1[j] != s2[j]) return 2*(s1[j] > s2[j])-1;
s2                236 tools/packfi2/zutil.h    extern int  zmemcmp  OF((const Bytef* s1, const Bytef* s2, uInt len));