Home
last modified time | relevance | path

Searched refs:towlower_l (Results 1 – 7 of 7) sorted by relevance

/freebsd/include/xlocale/
H A D_ctype.h142 _XLOCALE_INLINE int towlower_l(int, locale_t);
146 _XLOCALE_INLINE int towlower_l(int __c, locale_t __l) in towlower_l() function
/freebsd/lib/libc/locale/
H A Dwctrans.c50 wc = towlower_l(wc, locale); in towctrans_l()
H A DSymbol.map173 towlower_l;
H A DMakefile.inc83 iswalnum_l.3 iswxdigit_l.3 iswalnum_l.3 towlower_l.3 \
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h221 #define towlower_l _towlower_l macro
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp1252 wchar_t ctype_byname<wchar_t>::do_tolower(char_type c) const { return towlower_l(c, __l_); } in do_tolower()
1256 *low = towlower_l(*low, __l_); in do_tolower()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3164 fun:towlower_l=uninstrumented