Searched refs:strcasecmp_l (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/include/xlocale/
H A D_strings.h46 int strcasecmp_l(const char *, const char *, locale_t);
/freebsd-12-stable/lib/libc/string/
H A Dstrcasecmp.c48 strcasecmp_l(const char *s1, const char *s2, locale_t locale) function
63 return strcasecmp_l(s1, s2, __get_locale());
H A DMakefile.inc55 strcasecmp.3 strcasecmp_l.3 \

Completed in 104 milliseconds