Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/
H A Dctype_ext.h71 static __inline__ unsigned char __tolower(unsigned char c) in __tolower() function
85 #define tolower(c) __tolower(c)
/freebsd/include/
H A D_ctype.h144 __tolower(__ct_rune_t _c) in __tolower() function
180 __ct_rune_t __tolower(__ct_rune_t);
H A Dwctype.h112 #define towlower(wc) __tolower(wc)
/freebsd/lib/libc/locale/
H A Diswctype.c179 return (__tolower(wc)); in towlower()
H A DSymbol.map65 __tolower;
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/no_locale/
H A Dcharacters.h39 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 Dbsd_like.h99 inline _LIBCPP_HIDE_FROM_ABI int __tolower(int __c, __locale_t __loc) { return ::tolower_l(__c, __l… in __tolower() function
H A Dlinux.h126 inline _LIBCPP_HIDE_FROM_ABI int __tolower(int __c, __locale_t __loc) { return tolower_l(__c, __loc… in __tolower() function
H A Dwindows.h207 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 Dlocale_base_api.h220 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 Dlocale.cpp993 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()