Home
last modified time | relevance | path

Searched defs:islower (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dctype.h63 islower(int c) in islower() function
/f-stack/freebsd/contrib/ncsw/inc/
H A Dctype_ext.h61 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacclib.h180 #define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO)) macro
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_proxy.h144 # define islower(x) (((unsigned)(x) >= 'a') && ((unsigned)(x) <= 'z')) macro