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

/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cctype.h59 #undef islower macro
/freebsd-11-stable/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h52 #define islower(ch) ((ch) >= 'a' && (ch) <= 'z') macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/util/
H A Dstrtolctype.h52 #define islower(ch) ((ch) >= 'a' && (ch) <= 'z') macro
/freebsd-11-stable/sys/sys/
H A Dctype.h61 islower(int c) function
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dctype.h48 #undef islower macro
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dctype_ext.h61 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
/freebsd-11-stable/include/
H A Dctype.h93 #define islower(c) __sbistype((c), _CTYPE_L) macro
/freebsd-11-stable/lib/libc/locale/
H A Disctype.c116 #undef islower macro
118 islower(int c) function
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacclib.h180 #define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO)) macro
/freebsd-11-stable/stand/libsa/
H A Dstand.h207 static __inline int islower(int c) function
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h4636 islower(_CharT __c, const locale& __loc) function
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_proxy.h144 # define islower(x) (((unsigned)(x) >= 'a') && ((unsigned)(x) <= 'z')) macro

Completed in 150 milliseconds