Searched defs:string2 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/openbsm/tools/ |
| H A D | audump.c | 83 char string[PATH_MAX], string2[PATH_MAX]; in audump_control() local
|
| /freebsd-12.1/contrib/libgnuregex/ |
| H A D | regex.c | 38 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
|
| H A D | regexec.c | 334 const char *string1, *string2; variable 348 const char *string1, *string2; variable 363 const char *string1, *string2; variable
|
| /freebsd-12.1/contrib/ee/ |
| H A D | ee.c | 940 char string2[8]; local 1947 compare(string1, string2, sensitive) /* compare two strings */ in compare() argument
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | utils.c | 2454 strcmp_iw (const char *string1, const char *string2) in strcmp_iw() 2513 strcmp_iw_ordered (const char *string1, const char *string2) in strcmp_iw_ordered()
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| 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()
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| 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()
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | arm.c | 559 #define streq(string1, string2) (strcmp (string1, string2) == 0) argument
|