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

/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h66 #undef toupper macro
/freebsd-11-stable/sys/sys/
H A Dctype.h91 toupper(int c) function
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dctype.h55 #undef toupper macro
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dctype_ext.h86 #define toupper(c) __toupper(c) macro
/freebsd-11-stable/include/
H A Dctype.h100 #define toupper(c) __sbtoupper(c) macro
/freebsd-11-stable/lib/libc/locale/
H A Disctype.c200 #undef toupper macro
202 toupper(int c) function
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlbaselib.c21 #define toupper(C) (((C) >= 'a' && (C) <= 'z')? (C) - 'a' + 'A': (C)) macro
H A Dlstrlib.c37 #define toupper(C) (((C) >= 'a' && (C) <= 'z') ? (C) - 'a' + 'A': (C)) macro
/freebsd-11-stable/usr.bin/localedef/
H A Dctype.c82 int32_t toupper; member in struct:ctype_node
/freebsd-11-stable/stand/libsa/
H A Dstand.h253 static __inline int toupper(int c) function
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h227 toupper(char_type __c) const function in class:__ctype_abstract_base
242 toupper(char_type *__lo, const char_type* __hi) const function in class:__ctype_abstract_base
797 toupper(char_type __c) const function in class:ctype
814 toupper(char_type *__lo, const char_type* __hi) const function in class:ctype
4678 toupper(_CharT __c, const locale& __loc) function
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_proxy.h150 # define toupper(x) (isupper(x) ? (x) : (x) - 'a' + 'A') macro

Completed in 240 milliseconds