Searched refs:strncasecmp_l (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/include/xlocale/
H A D_strings.h47 int strncasecmp_l(const char *, const char *, size_t, locale_t);
/freebsd-12-stable/lib/libc/string/
H A Dstrcasestr.c65 } while (strncasecmp_l(s, find, len, locale) != 0);
H A Dstrcasecmp.c67 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t locale) function
88 return strncasecmp_l(s1, s2, n, __get_locale());
H A DMakefile.inc56 strcasecmp.3 strncasecmp_l.3
/freebsd-12-stable/lib/libc/stdtime/
H A Dstrptime.c311 if (strncasecmp_l(buf, tptr->am, len, locale) == 0) {
319 if (strncasecmp_l(buf, tptr->pm, len, locale) == 0) {
332 if (strncasecmp_l(buf, tptr->weekday[i],
336 if (strncasecmp_l(buf, tptr->wday[i],
438 if (strncasecmp_l(buf,
445 if (strncasecmp_l(buf, tptr->month[i],
457 if (strncasecmp_l(buf, tptr->mon[i],

Completed in 116 milliseconds