Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/util/
H A Dstrtolctype.h52 #define islower(ch) ((ch) >= 'a' && (ch) <= 'z') macro
/titanic_44/usr/src/cmd/mdb/common/libstand/
H A Dctype.c35 islower(int c) in islower() function
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dacclib.h72 #define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO)) macro
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c101 int islower(c) in islower() function
/titanic_44/usr/src/stand/lib/sa/
H A Dctype.h55 #define islower(c) ((__ctype + 1)[c] & _L) macro
/titanic_44/usr/src/uts/common/sys/
H A Dctype.h84 islower(char c) in islower() function
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dctype.h43 #define islower(c) ((_ctype_+1)[c]&_L) macro
/titanic_44/usr/src/lib/libbc/inc/5include/
H A Dctype.h72 #define islower(c) ((_ctype_ + 1)[c] & _L) macro
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c692 islower(int c) in islower() function
/titanic_44/usr/src/common/mpi/
H A Dmpi.h74 #define islower(x) (((unsigned)(x) >= 'a') && ((unsigned)(x) <= 'z')) macro
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_proxy.h135 #define islower(x) (((unsigned)(x) >= 'a') && ((unsigned)(x) <= 'z')) macro