Home
last modified time | relevance | path

Searched defs:toupper (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A Dctype.h91 toupper(int c) in toupper() function
/freebsd/sys/contrib/ncsw/inc/
H A Dctype_ext.h86 #define toupper(c) __toupper(c) macro
/freebsd/lib/libc/locale/
H A Disctype.c198 toupper(int c) in toupper() function
/freebsd/include/
H A Dctype.h99 #define toupper(c) __sbtoupper(c) macro
/freebsd/usr.bin/localedef/
H A Dctype.c82 int32_t toupper; member
/freebsd/stand/libsa/
H A Dstand.h278 static __inline int toupper(int c) in toupper() function
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_proxy.h147 # define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro