Home
last modified time | relevance | path

Searched refs:islower_l (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/locale/
H A DSymbol.map143 islower_l;
H A DMakefile.inc60 MLINKS+=islower.3 islower_l.3
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h199 inline _LIBCPP_HIDE_FROM_ABI int islower_l(int __c, _locale_t __loc) { return _islower_l((int)__c, … in islower_l() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp750 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? (*low - L'a' + L'A') : *low; in do_toupper()
825 return (isascii(c) && islower_l(c, _LIBCPP_GET_C_LOCALE)) ? c - 'a' + 'A' : c; in do_toupper()
838 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low - 'a' + 'A' : *low; in do_toupper()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2107 fun:islower_l=uninstrumented