Searched refs:__tolower (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/config/os/vxworks/
H A Dctype_noninline.h86 { return __tolower(__c); }
93 *__low = __tolower(*__low);
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dctype_ext.h71 static __inline__ unsigned char __tolower(unsigned char c) function
85 #define tolower(c) __tolower(c)
/freebsd-11-stable/include/
H A D_ctype.h145 __tolower(__ct_rune_t _c) function
181 __ct_rune_t __tolower(__ct_rune_t);
H A Dwctype.h111 #define towlower(wc) __tolower(wc)
/freebsd-11-stable/lib/libc/locale/
H A Diswctype.c180 return (__tolower(wc));

Completed in 119 milliseconds