Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/util/
H A Dstrtolctype.h60 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
/titanic_50/usr/src/cmd/mdb/common/libstand/
H A Dctype.c55 isalpha(int c) in isalpha() function
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Dacclib.h74 #define isalpha(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP)) macro
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c89 int isalpha(c) in isalpha() function
/titanic_50/usr/src/uts/common/sys/
H A Dctype.h98 isalpha(char c) in isalpha() function
/titanic_50/usr/src/stand/lib/sa/
H A Dctype.h53 #define isalpha(c) ((__ctype + 1)[c] & (_U | _L)) macro
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dctype.h41 #define isalpha(c) ((_ctype_+1)[c]&(_U|_L)) macro
/titanic_50/usr/src/lib/libbc/inc/5include/
H A Dctype.h65 #define isalpha(c) ((_ctype_ + 1)[c] & (_U | _L)) macro
/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus_parse.h81 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
/titanic_50/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_sc.c88 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_sc.c84 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
/titanic_50/usr/src/lib/libshell/common/include/
H A Dlexstates.h89 # define isalpha(x) iswalpha(x) macro
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c713 isalpha(int c) in isalpha() function
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h56 #define isalpha(c) (((c) >= 'A' && (c) <= 'Z') || ((c) >= 'a' && (c) <= 'z')) macro
/titanic_50/usr/src/common/mpi/
H A Dmpi.h77 #define isalpha(x) (isupper(x) || islower(x)) macro
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_proxy.h138 #define isalpha(x) (isupper(x) || islower(x)) macro
/titanic_50/usr/src/uts/common/inet/nca/
H A Dnca.h1666 #define isalpha(c) (((c) >= 'A' && (c) <= 'Z') || ((c) >= 'a' && (c) <= 'z')) macro