Home
last modified time | relevance | path

Searched defs:isalpha (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/common/util/
H A Dstrtolctype.h60 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctype.c55 isalpha(int c) in isalpha() function
/illumos-gate/usr/src/uts/common/sys/
H A Dctype.h98 isalpha(char c) in isalpha() function
/illumos-gate/usr/src/stand/lib/sa/
H A Dctype.h53 #define isalpha(c) ((__ctype + 1)[c] & (_U | _L)) macro
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_parse.h79 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacclib.h182 #define isalpha(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP)) macro
/illumos-gate/usr/src/boot/include/
H A Dctype.h89 #define isalpha(c) __sbistype((c), _CTYPE_A) macro
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_sc.c86 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_sc.c84 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h89 # define isalpha(x) iswalpha(x) macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c712 isalpha(int c) in isalpha() function
/illumos-gate/usr/src/common/mpi/
H A Dmpi.h77 #define isalpha(x) (isupper(x) || islower(x)) macro
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h234 static __inline int isalpha(int c) in isalpha() function
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_proxy.h138 #define isalpha(x) (isupper(x) || islower(x)) macro