Home
last modified time | relevance | path

Searched refs:__toupper (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/
H A Dctype_ext.h78 static __inline__ unsigned char __toupper(unsigned char c) in __toupper() function
86 #define toupper(c) __toupper(c)
/freebsd/include/
H A D_ctype.h130 __toupper(__ct_rune_t _c) in __toupper() function
178 __ct_rune_t __toupper(__ct_rune_t);
H A Dwctype.h113 #define towupper(wc) __toupper(wc)
/freebsd/lib/libc/locale/
H A Diswctype.c186 return (__toupper(wc)); in towupper()
H A DSymbol.map63 __toupper;
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/no_locale/
H A Dcharacters.h37 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 Dbsd_like.h97 inline _LIBCPP_HIDE_FROM_ABI int __toupper(int __c, __locale_t __loc) { return ::toupper_l(__c, __l… in __toupper() function
H A Dlinux.h124 inline _LIBCPP_HIDE_FROM_ABI int __toupper(int __c, __locale_t __loc) { return toupper_l(__c, __loc… in __toupper() function
H A Dwindows.h205 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 Dlocale_base_api.h219 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 Dlocale.cpp983 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()