Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDctype.h91 toupper(int c) in toupper() function
/freebsd-13-stable/sys/contrib/ncsw/inc/
HDctype_ext.h86 #define toupper(c) __toupper(c) macro
/freebsd-13-stable/lib/libc/locale/
HDisctype.c202 toupper(int c) in toupper() function
/freebsd-13-stable/include/
HDctype.h101 #define toupper(c) __sbtoupper(c) macro
/freebsd-13-stable/usr.bin/localedef/
HDctype.c82 int32_t toupper; member
/freebsd-13-stable/stand/libsa/
HDstand.h277 static __inline int toupper(int c) in toupper() function
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_proxy.h147 # define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro