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