Home
last modified time | relevance | path

Searched refs:strncasecmp_l (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/lib/libc/stdtime/
H A Dstrptime.c317 if (strncasecmp_l(buf, tptr->am, len, locale) == 0) { in _strptime()
325 if (strncasecmp_l(buf, tptr->pm, len, locale) == 0) { in _strptime()
338 if (strncasecmp_l(buf, tptr->weekday[i], in _strptime()
342 if (strncasecmp_l(buf, tptr->wday[i], in _strptime()
444 if (strncasecmp_l(buf, in _strptime()
451 if (strncasecmp_l(buf, tptr->month[i], in _strptime()
463 if (strncasecmp_l(buf, tptr->mon[i], in _strptime()
/freebsd-14.2/lib/libc/string/
H A Dstrcasecmp.c64 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t locale) in strncasecmp_l() function
85 return strncasecmp_l(s1, s2, n, __get_locale()); in strncasecmp()
H A Dstrcasestr.c62 } while (strncasecmp_l(s, find, len, locale) != 0); in strcasestr_l()
H A DSymbol.map94 strncasecmp_l;
H A DMakefile.inc70 strcasecmp.3 strncasecmp_l.3
/freebsd-14.2/include/xlocale/
H A D_strings.h44 int strncasecmp_l(const char *, const char *, size_t, locale_t);
/freebsd-14.2/crypto/openssl/
H A De_os.h420 # define strncasecmp_l _strnicmp_l macro
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2994 fun:strncasecmp_l=uninstrumented