Searched refs:__tolower (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/ncsw/inc/ |
| H A D | ctype_ext.h | 71 static __inline__ unsigned char __tolower(unsigned char c) in __tolower() function 85 #define tolower(c) __tolower(c)
|
| /freebsd/include/ |
| H A D | _ctype.h | 144 __tolower(__ct_rune_t _c) in __tolower() function 180 __ct_rune_t __tolower(__ct_rune_t);
|
| H A D | wctype.h | 112 #define towlower(wc) __tolower(wc)
|
| /freebsd/lib/libc/locale/ |
| H A D | iswctype.c | 179 return (__tolower(wc)); in towlower()
|
| H A D | Symbol.map | 65 __tolower;
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/no_locale/ |
| H A D | characters.h | 39 inline _LIBCPP_HIDE_FROM_ABI int __tolower(int __c, __locale_t) { return std::tolower(__c); } in __tolower() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/ |
| H A D | bsd_like.h | 99 inline _LIBCPP_HIDE_FROM_ABI int __tolower(int __c, __locale_t __loc) { return ::tolower_l(__c, __l… in __tolower() function
|
| H A D | linux.h | 126 inline _LIBCPP_HIDE_FROM_ABI int __tolower(int __c, __locale_t __loc) { return tolower_l(__c, __loc… in __tolower() function
|
| H A D | windows.h | 207 inline _LIBCPP_HIDE_FROM_ABI int __tolower(int __c, __locale_t __loc) { return ::_tolower_l(__c, __… in __tolower() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | locale_base_api.h | 220 inline _LIBCPP_HIDE_FROM_ABI int __tolower(int __ch, __locale_t __loc) { return tolower_l(__ch, __l… in __tolower() function
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 993 return static_cast<char>(__locale::__tolower(static_cast<unsigned char>(c), __l_)); in do_tolower() 998 *low = static_cast<char>(__locale::__tolower(static_cast<unsigned char>(*low), __l_)); in do_tolower()
|