Searched defs:toupper (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/sys/
H A Dctype.h91 toupper(int c) function
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dctype.h57 # undef toupper macro
/freebsd-current/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dctype.h70 #undef toupper macro
/freebsd-current/sys/contrib/ncsw/inc/
H A Dctype_ext.h86 #define toupper(c) __toupper(c) macro
/freebsd-current/lib/libc/locale/
H A Disctype.c196 #undef toupper macro
198 toupper(int c) function
/freebsd-current/include/
H A Dctype.h99 #define toupper(c) __sbtoupper(c) macro
/freebsd-current/usr.bin/localedef/
H A Dctype.c82 int32_t toupper; member in struct:ctype_node
/freebsd-current/stand/libsa/
H A Dstand.h273 static __inline int toupper(int c) function
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_proxy.h147 # define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro

Completed in 204 milliseconds