| /freebsd/usr.bin/localedef/bootstrap/ |
| H A D | ctype.h | 47 int (isalpha)(int); variable
|
| /freebsd/lib/libc/iconv/ |
| H A D | citrus_bcs_strtol.c | 52 #define isalpha(c) _bcs_isalpha(c) macro
|
| H A D | citrus_bcs_strtoul.c | 52 #define isalpha(c) _bcs_isalpha(c) macro
|
| /freebsd/usr.bin/dtc/ |
| H A D | util.hh | 131 inline bool isalpha(char c) in isalpha() function
|
| /freebsd/cddl/contrib/opensolaris/common/util/ |
| H A D | strtolctype.h | 50 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
|
| /freebsd/sys/cddl/contrib/opensolaris/common/util/ |
| H A D | strtolctype.h | 50 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
|
| /illumos-gate/usr/src/common/util/ |
| H A D | strtolctype.h | 60 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
|
| /freebsd/sys/sys/ |
| H A D | ctype.h | 67 isalpha(int c) in isalpha() function
|
| /illumos-gate/usr/src/cmd/mdb/common/libstand/ |
| H A D | ctype.c | 55 isalpha(int c) in isalpha() function
|
| /illumos-gate/usr/src/stand/lib/sa/ |
| H A D | ctype.h | 53 #define isalpha(c) ((__ctype + 1)[c] & (_U | _L)) macro
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | ctype.h | 94 isalpha(char c) in isalpha() function
|
| /freebsd/sys/contrib/ncsw/inc/ |
| H A D | ctype_ext.h | 57 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
|
| /illumos-gate/usr/src/uts/common/io/cardbus/ |
| H A D | cardbus_parse.h | 79 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
|
| /freebsd/lib/libc/locale/ |
| H A D | isctype.c | 58 isalpha(int c) in isalpha() function
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acclib.h | 182 #define isalpha(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP)) macro
|
| /illumos-gate/usr/src/uts/intel/sys/acpi/ |
| H A D | acclib.h | 182 #define isalpha(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP)) macro
|
| /freebsd/include/ |
| H A D | ctype.h | 88 #define isalpha(c) __sbistype((c), _CTYPE_A) macro
|
| /illumos-gate/usr/src/boot/include/ |
| H A D | ctype.h | 89 #define isalpha(c) __sbistype((c), _CTYPE_A) macro
|
| /illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
| H A D | rdsib_sc.c | 86 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
|
| /illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
| H A D | rdsv3_sc.c | 84 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
| H A D | lexstates.h | 89 # define isalpha(x) iswalpha(x) macro
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_scan.c | 63 # define isalpha(x) (((x) >= 'A' && 'Z' >= (x)) || \ macro
|
| /illumos-gate/usr/src/cmd/sgs/rtld/common/ |
| H A D | external.c | 721 isalpha(int c) isalpha() function
|
| /illumos-gate/usr/src/common/mpi/ |
| H A D | mpi.h | 76 #define isalpha(x) (isupper(x) || islower(x)) macro
|
| /illumos-gate/usr/src/boot/libsa/ |
| H A D | stand.h | 230 static __inline int isalpha(int c) in isalpha() function
|