Searched defs:isupper (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/lib/libc/iconv/
H A Dcitrus_bcs_strtoul.c54 #undef isupper macro
55 #define isupper(c) _bcs_isupper(c) macro
H A Dcitrus_bcs_strtol.c54 #undef isupper macro
55 #define isupper(c) _bcs_isupper(c) macro
/freebsd-current/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h55 #define isupper(ch) ((ch) >= 'A' && (ch) <= 'Z') macro
/freebsd-current/sys/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h55 #define isupper(ch) ((ch) >= 'A' && (ch) <= 'Z') macro
/freebsd-current/sys/sys/
H A Dctype.h55 isupper(int c) function
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dctype.h54 # undef isupper macro
/freebsd-current/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dctype.h65 #undef isupper macro
/freebsd-current/sys/contrib/ncsw/inc/
H A Dctype_ext.h65 #define isupper(c) ((__ismask(c)&(_U)) != 0) macro
/freebsd-current/lib/libc/locale/
H A Disctype.c168 #undef isupper macro
170 isupper(int c) function
/freebsd-current/include/
H A Dctype.h96 #define isupper(c) __sbistype((c), _CTYPE_U) macro
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacclib.h179 #define isupper(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_UP)) macro
/freebsd-current/stand/libsa/
H A Dstand.h222 static __inline int isupper(int c) function
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_proxy.h138 # define isupper(x) (((unsigned)(x) >= 'A') && ((unsigned)(x) <= 'Z')) macro

Completed in 210 milliseconds