Searched refs:__sbtoupper (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/include/
H A D_ctype.h137 __sbtoupper(__ct_rune_t _c) function
179 __ct_rune_t __sbtoupper(__ct_rune_t);
H A Dctype.h99 #define toupper(c) __sbtoupper(c)
115 #define _toupper(c) __sbtoupper(c)
/freebsd-current/lib/libc/locale/
H A Disctype.c200 return (__sbtoupper(c));

Completed in 203 milliseconds