/titanic_50/usr/src/common/util/ |
H A D | strtolctype.h | 60 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
|
/titanic_50/usr/src/cmd/mdb/common/libstand/ |
H A D | ctype.c | 55 isalpha(int c) in isalpha() function
|
/titanic_50/usr/src/uts/intel/sys/acpi/ |
H A D | acclib.h | 74 #define isalpha(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP)) macro
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | ctype_.c | 89 int isalpha(c) in isalpha() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctype.h | 98 isalpha(char c) in isalpha() function
|
/titanic_50/usr/src/stand/lib/sa/ |
H A D | ctype.h | 53 #define isalpha(c) ((__ctype + 1)[c] & (_U | _L)) macro
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | ctype.h | 41 #define isalpha(c) ((_ctype_+1)[c]&(_U|_L)) macro
|
/titanic_50/usr/src/lib/libbc/inc/5include/ |
H A D | ctype.h | 65 #define isalpha(c) ((_ctype_ + 1)[c] & (_U | _L)) macro
|
/titanic_50/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_parse.h | 81 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
|
/titanic_50/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_sc.c | 88 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
|
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdsv3_sc.c | 84 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | lexstates.h | 89 # define isalpha(x) iswalpha(x) macro
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | external.c | 713 isalpha(int c) in isalpha() function
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.h | 56 #define isalpha(c) (((c) >= 'A' && (c) <= 'Z') || ((c) >= 'a' && (c) <= 'z')) macro
|
/titanic_50/usr/src/common/mpi/ |
H A D | mpi.h | 77 #define isalpha(x) (isupper(x) || islower(x)) macro
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_proxy.h | 138 #define isalpha(x) (isupper(x) || islower(x)) macro
|
/titanic_50/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 1666 #define isalpha(c) (((c) >= 'A' && (c) <= 'Z') || ((c) >= 'a' && (c) <= 'z')) macro
|