Searched refs:tolower_l (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libc/string/ |
H A D | strcasecmp.c | 49 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 D | strcasestr.c | 55 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.h | 180 _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 D | Symbol.map | 153 tolower_l;
|
H A D | Makefile.inc | 68 MLINKS+=tolower.3 tolower_l.3
|
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | win32.h | 210 #define tolower_l _tolower_l macro
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 1077 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 D | libc_ubuntu1404_abilist.txt | 3158 fun:tolower_l=uninstrumented
|