Searched refs:___toupper (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/locale/
H A Dtoupper.c77 ___toupper(__ct_rune_t c) function
/freebsd-13-stable/include/
H A D_ctype.h76 __ct_rune_t ___toupper(__ct_rune_t) __pure;
135 return (_c < 0 || _c >= _CACHED_RUNES) ? ___toupper(_c) :

Completed in 66 milliseconds