Home
last modified time | relevance | path

Searched refs:ISALPHA (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dctype.h52 #define ISALPHA(_c) \ macro
57 (ISALPHA(_c) || \
100 return (ISALPHA(c)); in isalpha()
/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dvar.c52 } else if (ISALPHA(*s)) {
54 if (!ISALPHA(*t) && !ISDIGIT(*t) && (*t != '_'))
H A Dinet_addr.c81 #define ISALPHA(x) isalpha((u_char)(x)) macro
H A Dipft_tx.c207 if (!ISALPHA(c) || (TOLOWER(c) != 'o' && TOLOWER(c) != 'i')) {
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_irc_pxy.c118 if (!ISALPHA(c))
143 if (!ISALPHA(c))
H A Dip_ftp_pxy.c444 if (ISALPHA(c)) {
880 if (ISALPHA(c)) {
884 if (ISALPHA(c)) {
888 if (ISALPHA(c)) {
892 if (ISALPHA(c)) {
H A Dip_compat.h1687 #define ISALPHA(x) isalpha((u_char)(x)) macro
/titanic_41/usr/src/cmd/ipf/tools/
H A Dlexer.c267 if (!ISALPHA(n)) { in yylex()
273 } while (ISALPHA(n) || ISDIGIT(n) || n == '_'); in yylex()
H A Dipmon.c1033 if (ISALPHA(*(t - 1))) {
H A Dipfstat.c1567 if (ISALPHA(c) && ISUPPER(c))