Searched defs:isalpha (Results 1 - 16 of 16) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/util/
H A Dstrtolctype.h46 #define isalpha(ch) (isupper(ch) || islower(ch)) macro
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c73 #undef isalpha macro
89 int isalpha(c) function
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dctype.h95 isalpha(char c) function
H A Dkobj_lex.h56 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/5include/
H A Dctype.h65 #define isalpha(c) ((_ctype_ + 1)[c] & (_U | _L)) macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dctype.h41 #define isalpha(c) ((_ctype_+1)[c]&(_U|_L)) macro
/opensolaris-onvv-gate/usr/src/stand/lib/sa/
H A Dctype.h53 #define isalpha(c) ((__ctype + 1)[c] & (_U | _L)) macro
/opensolaris-onvv-gate/usr/src/head/iso/
H A Dctype_iso.h118 inline int isalpha(int c) { return (__ctype_mask[c] & _ISALPHA); } function in namespace:std
/opensolaris-onvv-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_parse.h76 #undef isalpha macro
81 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_sc.c88 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_sc.c84 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ macro
/opensolaris-onvv-gate/usr/src/lib/libshell/common/include/
H A Dlexstates.h88 # undef isalpha macro
89 # define isalpha(x) iswalpha(x) macro
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h58 #define isalpha(c) (((c) >= 'A' && (c) <= 'Z') || ((c) >= 'a' && (c) <= 'z')) macro
/opensolaris-onvv-gate/usr/src/common/mpi/
H A Dmpi.h77 #define isalpha(x) (isupper(x) || islower(x)) macro
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_proxy.h135 #define isalpha(x) (isupper(x) || islower(x)) macro
/opensolaris-onvv-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1666 #define isalpha(c) (((c) >= 'A' && (c) <= 'Z') || ((c) >= 'a' && (c) <= 'z')) macro

Completed in 265 milliseconds