| /openbsd-src/gnu/lib/libreadline/ |
| H A D | util.c | 230 _rl_strpbrk (string1, string2) in _rl_strpbrk() argument 265 _rl_strnicmp (string1, string2, count) in _rl_strnicmp() argument 285 _rl_stricmp (string1, string2) in _rl_stricmp() argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/ |
| H A D | 19990525-0.f | 19 character*2 string2 local
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | util.c | 335 _rl_strpbrk (const char *string1, const char *string2) in _rl_strpbrk() 369 _rl_strnicmp (const char *string1, const char *string2, int count) in _rl_strnicmp() 396 _rl_stricmp (const char *string1, const char *string2) in _rl_stricmp()
|
| /netbsd-src/usr.bin/tr/ |
| H A D | tr.c | 55 static int string1[NCHARS], string2[NCHARS]; variable
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | po-gram-gen.y | 197 char *string2 = string_list_concat_destroy (&$2.stringlist); variable 218 char *string2 = string_list_concat_destroy (&$2.stringlist); variable
|
| H A D | po-gram-gen.c | 1029 char *string2 = string_list_concat_destroy (&yyvsp[-2].stringlist.stringlist); in yyparse() local 1052 char *string2 = string_list_concat_destroy (&yyvsp[-2].stringlist.stringlist); in yyparse() local
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | regex.c | 36 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | acl.c | 2155 char *findusername (const char *string1, const char *string2) in findusername() 2188 char *findgroupname (const char *string1, const char *string2) in findgroupname()
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | regex.c | 71 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument 1188 const CHAR_T *string2; variable 5055 const char *string1, *string2; variable 5119 const char *string1, *string2; variable 5565 re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) in re_match_2() argument 5651 wcs_re_match_2_internal (bufp, cstring1, csize1, cstring2, csize2, pos, in wcs_re_match_2_internal() argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/ |
| H A D | gnu-regex.c | 862 print_double_string (where, string1, size1, string2, size2) in print_double_string() argument 3445 const char *string1, *string2; variable 3710 re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) in re_match_2() argument 3736 const char *string1, *string2; variable
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | regex.c | 94 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument 1123 print_double_string (where, string1, size1, string2, size2) in print_double_string() argument 4951 const char *string1, *string2; variable 5270 re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) in re_match_2() argument 5351 CHAR_TYPE *string1 = NULL, *string2 = NULL; local
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | regex.c | 993 print_double_string (where, string1, size1, string2, size2) in print_double_string() argument 3701 re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop) in re_search_2() argument 4078 re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) in re_match_2() argument 4109 re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop) in re_match_2_internal() argument
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | utils.c | 2395 strcmp_iw (const char *string1, const char *string2) in strcmp_iw() 2454 strcmp_iw_ordered (const char *string1, const char *string2) in strcmp_iw_ordered()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | regex.c | 78 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument 5455 const char *string2, int size2, int pos, in re_match_2() 5544 wchar_t *string2, int size2, in wcs_re_match_2_internal()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| H A D | regex.c | 58 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument 5457 const char *string2, int size2, in re_match_2() 5548 wchar_t *string2, int size2, in wcs_re_match_2_internal()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | regex.c | 78 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument 5455 const char *string2, int size2, int pos, in re_match_2() 5544 wchar_t *string2, int size2, in wcs_re_match_2_internal()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | regex.c | 78 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument 5455 const char *string2, int size2, int pos, in re_match_2() 5544 wchar_t *string2, int size2, in wcs_re_match_2_internal()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | regex.c | 74 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument 5451 const char *string2, int size2, int pos, in re_match_2() 5540 wchar_t *string2, int size2, in wcs_re_match_2_internal()
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | regex.c | 73 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument 5449 const char *string2, int size2, int pos, in re_match_2() 5538 wchar_t *string2, int size2, in wcs_re_match_2_internal()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | arm.c | 322 #define streq(string1, string2) (strcmp (string1, string2) == 0) argument
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | arm.c | 552 #define streq(string1, string2) (strcmp (string1, string2) == 0) argument
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm.c | 1049 #define streq(string1, string2) (strcmp (string1, string2) == 0) argument
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm.cc | 1049 #define streq(string1, string2) (strcmp (string1, string2) == 0) argument
|