Home
last modified time | relevance | path

Searched defs:string2 (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/openbsm/tools/
H A Daudump.c83 char string[PATH_MAX], string2[PATH_MAX]; in audump_control() local
/freebsd-12.1/contrib/libgnuregex/
H A Dregex.c38 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
H A Dregexec.c334 const char *string1, *string2; variable
348 const char *string1, *string2; variable
363 const char *string1, *string2; variable
/freebsd-12.1/contrib/ee/
H A Dee.c940 char string2[8]; local
1947 compare(string1, string2, sensitive) /* compare two strings */ in compare() argument
/freebsd-12.1/contrib/gdb/gdb/
H A Dutils.c2454 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 Dregex.c73 # 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 Dregex.c73 # 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 Darm.c559 #define streq(string1, string2) (strcmp (string1, string2) == 0) argument