Home
last modified time | relevance | path

Searched refs:__tolower (Results 1 – 4 of 4) sorted by path

/dragonfly/include/
H A Dctype.h163 __tolower(__ct_rune_t _c) in __tolower() function
199 __ct_rune_t __tolower(__ct_rune_t);
H A Dwctype.h110 #define towlower(wc) __tolower(wc)
/dragonfly/lib/libc/locale/
H A DSymbol.map25 __tolower;
H A Diswctype.c180 return (__tolower(wc)); in towlower()