Home
last modified time | relevance | path

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

/freebsd/lib/libc/string/
H A Dstrcasecmp.c49 while (tolower_l(*us1, locale) == tolower_l(*us2++, locale)) in strcasecmp_l()
52 return (tolower_l(*us1, locale) - tolower_l(*--us2, locale)); in strcasecmp_l()
70 if (tolower_l(*us1, locale) != tolower_l(*us2++, locale)) in strncasecmp_l()
71 return (tolower_l(*us1, locale) - tolower_l(*--us2, locale)); in strncasecmp_l()
H A Dstrcasestr.c55 c = tolower_l((unsigned char)c, locale); in strcasestr_l()
61 } while ((char)tolower_l((unsigned char)sc, locale) != c); in strcasestr_l()
/freebsd/include/xlocale/
H A D_ctype.h180 _XLOCALE_INLINE int tolower_l(int, locale_t);
186 _XLOCALE_INLINE int tolower_l(int __c, locale_t __l)
/freebsd/lib/libc/locale/
H A DSymbol.map153 tolower_l;
H A DMakefile.inc68 MLINKS+=tolower.3 tolower_l.3
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h210 #define tolower_l _tolower_l macro
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1077 return static_cast<char>(tolower_l(static_cast<unsigned char>(c), __l_)); in do_tolower()
1082 *low = static_cast<char>(tolower_l(static_cast<unsigned char>(*low), __l_)); in do_tolower()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3158 fun:tolower_l=uninstrumented