Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dctype.h93 toupper(int c) in toupper() function
/f-stack/freebsd/contrib/ncsw/inc/
H A Dctype_ext.h86 #define toupper(c) __toupper(c) macro
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_proxy.h150 # define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro