Searched refs:__toupper (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/ncsw/inc/ |
| H A D | ctype_ext.h | 78 static __inline__ unsigned char __toupper(unsigned char c) in __toupper() function 86 #define toupper(c) __toupper(c)
|
| /freebsd/include/ |
| H A D | _ctype.h | 130 __toupper(__ct_rune_t _c) in __toupper() function 178 __ct_rune_t __toupper(__ct_rune_t);
|
| H A D | wctype.h | 113 #define towupper(wc) __toupper(wc)
|
| /freebsd/lib/libc/locale/ |
| H A D | iswctype.c | 186 return (__toupper(wc)); in towupper()
|
| H A D | Symbol.map | 63 __toupper;
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/no_locale/ |
| H A D | characters.h | 37 inline _LIBCPP_HIDE_FROM_ABI int __toupper(int __c, __locale_t) { return std::toupper(__c); } in __toupper() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/ |
| H A D | bsd_like.h | 97 inline _LIBCPP_HIDE_FROM_ABI int __toupper(int __c, __locale_t __loc) { return ::toupper_l(__c, __l… in __toupper() function
|
| H A D | linux.h | 124 inline _LIBCPP_HIDE_FROM_ABI int __toupper(int __c, __locale_t __loc) { return toupper_l(__c, __loc… in __toupper() function
|
| H A D | windows.h | 205 inline _LIBCPP_HIDE_FROM_ABI int __toupper(int __c, __locale_t __loc) { return ::_toupper_l(__c, __… in __toupper() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | locale_base_api.h | 219 inline _LIBCPP_HIDE_FROM_ABI int __toupper(int __ch, __locale_t __loc) { return toupper_l(__ch, __l… in __toupper() function
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 983 return static_cast<char>(__locale::__toupper(static_cast<unsigned char>(c), __l_)); in do_toupper() 988 *low = static_cast<char>(__locale::__toupper(static_cast<unsigned char>(*low), __l_)); in do_toupper()
|