Searched refs:___toupper (Results 1 – 3 of 3) sorted by relevance
73 __ct_rune_t ___toupper(__ct_rune_t) __pure;132 return (_c < 0 || _c >= _CACHED_RUNES) ? ___toupper(_c) : in __toupper()
74 ___toupper(__ct_rune_t c) in ___toupper() function
76 ___toupper;