s2 2007 gtags-parser/asm_scan.c static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) s2 2009 gtags-parser/asm_scan.c static void yy_flex_strncpy( s1, s2, n ) s2 2011 gtags-parser/asm_scan.c yyconst char *s2; s2 2017 gtags-parser/asm_scan.c s1[i] = s2[i]; s2 298 gtags-parser/gctags.c cmp(const void *s1, const void *s2) s2 300 gtags-parser/gctags.c return strcmp(((struct words *)s1)->name, ((struct words *)s2)->name); s2 2046 gtags-parser/php.c static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) s2 2048 gtags-parser/php.c static void yy_flex_strncpy( s1, s2, n ) s2 2050 gtags-parser/php.c yyconst char *s2; s2 2056 gtags-parser/php.c s1[i] = s2[i]; s2 119 htags-refkit/htags_path2url.c cmp(const void *s1, const void *s2) s2 121 htags-refkit/htags_path2url.c return strcmp(((struct map *)s1)->name, ((struct map *)s2)->name); s2 50 htags/anchor.c cmp(const void *s1, const void *s2) s2 52 htags/anchor.c return ((struct anchor *)s1)->lineno - ((struct anchor *)s2)->lineno; s2 1753 htags/asm.c static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) s2 1755 htags/asm.c static void yy_flex_strncpy( s1, s2, n ) s2 1757 htags/asm.c yyconst char *s2; s2 1763 htags/asm.c s1[i] = s2[i]; s2 1884 htags/c.c static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) s2 1886 htags/c.c static void yy_flex_strncpy( s1, s2, n ) s2 1888 htags/c.c yyconst char *s2; s2 1894 htags/c.c s1[i] = s2[i]; s2 1751 htags/cpp.c static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) s2 1753 htags/cpp.c static void yy_flex_strncpy( s1, s2, n ) s2 1755 htags/cpp.c yyconst char *s2; s2 1761 htags/cpp.c s1[i] = s2[i]; s2 1657 htags/java.c static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) s2 1659 htags/java.c static void yy_flex_strncpy( s1, s2, n ) s2 1661 htags/java.c yyconst char *s2; s2 1667 htags/java.c s1[i] = s2[i]; s2 1900 htags/php.c static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) s2 1902 htags/php.c static void yy_flex_strncpy( s1, s2, n ) s2 1904 htags/php.c yyconst char *s2; s2 1910 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 72 libutil/gtagsop.c compare_path(const void *s1, const void *s2) s2 74 libutil/gtagsop.c return strcmp(*(char **)s1, *(char **)s2); s2 80 libutil/gtagsop.c compare_lineno(const void *s1, const void *s2) s2 82 libutil/gtagsop.c return *(const int *)s1 - *(const int *)s2; s2 133 libutil/strmake.c strcmp_withterm(const char *s1, const char *s2, int term) s2 139 libutil/strmake.c c2 = *s2++;