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

/freebsd-current/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-current/include/
H A D_ctype.h144 __tolower(__ct_rune_t _c) function
180 __ct_rune_t __tolower(__ct_rune_t);
H A Dwctype.h112 #define towlower(wc) __tolower(wc)
/freebsd-current/lib/libc/locale/
H A Diswctype.c179 return (__tolower(wc));

Completed in 116 milliseconds