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

/freebsd-current/sys/contrib/ncsw/inc/
H A Dctype_ext.h78 static __inline__ unsigned char __toupper(unsigned char c) function
86 #define toupper(c) __toupper(c)
/freebsd-current/include/
H A D_ctype.h130 __toupper(__ct_rune_t _c) function
178 __ct_rune_t __toupper(__ct_rune_t);
H A Dwctype.h113 #define towupper(wc) __toupper(wc)
/freebsd-current/lib/libc/locale/
H A Diswctype.c186 return (__toupper(wc));

Completed in 180 milliseconds