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

/freebsd-13-stable/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-13-stable/include/
H A D_ctype.h133 __toupper(__ct_rune_t _c) function
181 __ct_rune_t __toupper(__ct_rune_t);
H A Dwctype.h114 #define towupper(wc) __toupper(wc)
/freebsd-13-stable/lib/libc/locale/
H A Diswctype.c189 return (__toupper(wc));

Completed in 115 milliseconds