Home
last modified time | relevance | path

Searched refs:__toupper (Results 1 – 5 of 5) sorted by relevance

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