Home
last modified time | relevance | path

Searched refs:isupper_l (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/locale/
H A DSymbol.map151 isupper_l;
H A DMakefile.inc67 MLINKS+=isupper.3 isupper_l.3
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h201 inline _LIBCPP_HIDE_FROM_ABI int isupper_l(int __c, _locale_t __loc) { return _isupper_l((int)__c, … in isupper_l() function
/freebsd/lib/libc/stdtime/
H A Dstrptime.c541 isupper_l((unsigned char)*cp, locale); ++cp) { in _strptime()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp761 return (isascii(c) && isupper_l(c, _LIBCPP_GET_C_LOCALE)) ? c - L'A' + 'a' : c; in do_tolower()
772 *low = (isascii(*low) && isupper_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low - L'A' + L'a' : *low; in do_tolower()
851 return (isascii(c) && isupper_l(c, _LIBCPP_GET_C_LOCALE)) ? c - 'A' + 'a' : c; in do_tolower()
864 *low = (isascii(*low) && isupper_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low - 'A' + 'a' : *low; in do_tolower()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2118 fun:isupper_l=uninstrumented