s1 53 gtags-cscope/constants.h #define strequal(s1, s2) (*(s1) == *(s2) && strcmp(s1, s2) == 0) s1 54 gtags-cscope/constants.h #define strnotequal(s1, s2) (*(s1) != *(s2) || strcmp(s1, s2) != 0) s1 125 htags-refkit/htags_path2url.c cmp(const void *s1, const void *s2) s1 127 htags-refkit/htags_path2url.c return strcmp(((struct map *)s1)->name, ((struct map *)s2)->name); s1 51 htags/anchor.c cmp(const void *s1, const void *s2) s1 53 htags/anchor.c return ((struct anchor *)s1)->lineno - ((struct anchor *)s2)->lineno; s1 2064 htags/asm.c static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) s1 2068 htags/asm.c s1[i] = s2[i]; s1 2197 htags/c.c static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) s1 2201 htags/c.c s1[i] = s2[i]; s1 2062 htags/cpp.c static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) s1 2066 htags/cpp.c s1[i] = s2[i]; s1 1965 htags/java.c static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) s1 1969 htags/java.c s1[i] = s2[i]; s1 2240 htags/php.c static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) s1 2244 htags/php.c s1[i] = s2[i]; s1 77 libglibc/regex.c # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ s1 78 libglibc/regex.c __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop) s1 145 libglibc/regex.c # define memcmp(s1, s2, n) bcmp (s1, s2, n) s1 367 libglibc/regex.c #define STREQ(s1, s2) ((strcmp (s1, s2) == 0)) s1 624 libglibc/regex.c # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \ s1 625 libglibc/regex.c if (debug) print_double_string (w, s1, sz1, s2, sz2) s1 970 libglibc/regex.c # define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) s1 3823 libglibc/regex.c static int bcmp_translate _RE_ARGS ((const char *s1, const char *s2, s1 5490 libglibc/regex.c bcmp_translate (s1, s2, len, translate) s1 5491 libglibc/regex.c const char *s1, *s2; s1 5495 libglibc/regex.c register const unsigned char *p1 = (const unsigned char *) s1; s1 97 libltdl/libltdl/lt__private.h #define strneq(s1, s2) (strcmp((s1), (s2)) != 0) s1 98 libltdl/libltdl/lt__private.h #define streq(s1, s2) (!strcmp((s1), (s2))) s1 2299 libparser/asm_scan.c static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) s1 2303 libparser/asm_scan.c s1[i] = s2[i]; s1 57 libparser/parser.c cmp(const void *s1, const void *s2) s1 59 libparser/parser.c return strcmp(((struct words *)s1)->name, ((struct words *)s2)->name); s1 2313 libparser/php.c static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) s1 2317 libparser/php.c s1[i] = s2[i]; s1 73 libutil/gtagsop.c compare_path(const void *s1, const void *s2) s1 75 libutil/gtagsop.c return strcmp(*(char **)s1, *(char **)s2); s1 81 libutil/gtagsop.c compare_lineno(const void *s1, const void *s2) s1 83 libutil/gtagsop.c return *(const int *)s1 - *(const int *)s2; s1 139 libutil/strmake.c strcmp_withterm(const char *s1, const char *s2, int term) s1 144 libutil/strmake.c c1 = *s1++;