Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdtime/
H A Dstrptime.c308 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 Dstrcasecmp.c61 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 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/include/xlocale/
H A D_strings.h44 int strncasecmp_l(const char *, const char *, size_t, locale_t);
/freebsd/crypto/openssl/include/internal/
H A De_os.h345 # define strncasecmp_l _strnicmp_l macro
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2994 fun:strncasecmp_l=uninstrumented