Searched refs:strncasecmp_l (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libc/stdtime/ |
H A D | strptime.c | 308 if (strncasecmp_l(buf, tptr->am, len, locale) == 0) { in _strptime() 316 if (strncasecmp_l(buf, tptr->pm, len, locale) == 0) { in _strptime() 329 if (strncasecmp_l(buf, tptr->weekday[i], in _strptime() 333 if (strncasecmp_l(buf, tptr->wday[i], in _strptime() 435 if (strncasecmp_l(buf, in _strptime() 442 if (strncasecmp_l(buf, tptr->month[i], in _strptime() 454 if (strncasecmp_l(buf, tptr->mon[i], in _strptime()
|
/freebsd/lib/libc/string/ |
H A D | strcasecmp.c | 61 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t locale) in strncasecmp_l() function 82 return strncasecmp_l(s1, s2, n, __get_locale()); in strncasecmp()
|
H A D | strcasestr.c | 62 } while (strncasecmp_l(s, find, len, locale) != 0); in strcasestr_l()
|
H A D | Symbol.map | 94 strncasecmp_l;
|
H A D | Makefile.inc | 70 strcasecmp.3 strncasecmp_l.3
|
/freebsd/include/xlocale/ |
H A D | _strings.h | 44 int strncasecmp_l(const char *, const char *, size_t, locale_t);
|
/freebsd/crypto/openssl/include/internal/ |
H A D | e_os.h | 345 # define strncasecmp_l _strnicmp_l macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2994 fun:strncasecmp_l=uninstrumented
|