/titanic_41/usr/src/cmd/sendmail/libsmutil/ |
H A D | err.c | 33 if (isascii(m[0]) && isdigit(m[0]) && 34 isascii(m[1]) && isdigit(m[1]) && 35 isascii(m[2]) && isdigit(m[2]) && m[3] == ' ') 57 if (isascii(m[0]) && isdigit(m[0]) && 58 isascii(m[1]) && isdigit(m[1]) && 59 isascii(m[2]) && isdigit(m[2]) && m[3] == ' ')
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | trace.c | 78 while (isascii(*s) && isdigit(*s) && i < tTsize) 86 while (isascii(*s) && isdigit(*s) && i >= tTsize) 94 while (isascii(*++s) && isdigit(*s) && i < tTsize) 98 while (isascii(*s) && isdigit(*s) && i >= tTsize) 108 while (isascii(*++s) && isdigit(*s)) 158 while (isascii(*s) && isdigit(*s)) 221 if (isascii(*s) && isdigit(*s))
|
H A D | readcf.c | 513 while (*p != '\0' && isascii(*p) && isspace(*p)) 516 while (*p != '\0' && !(isascii(*p) && isspace(*p))) 530 for (p = ep; isascii(*p) && isspace(*p); ) 536 !(isascii(*p) && isspace(*p))) 538 while (isascii(*p) && isspace(*p)) 584 while (isascii(*++p) && isspace(*p)) 636 for (p = &bp[1]; isascii(*p) && isspace(*p); p++) 638 if (!isascii(*p) || !isdigit(*p)) 673 for (p = ep; isascii(*p) && isalpha(*p); ) 804 while (isascii(*p) && isspace(*p) && [all …]
|
H A D | headers.c | 158 if (!isascii(*p)) 174 while (isascii(*p) && isgraph(*p) && *p != ':') 177 while (isascii(*p) && isspace(*p)) 189 while (isascii(*p) && isspace(*p)) 204 for (p = hbuf; isascii(*p) && isspace(*p); ) 724 while (isascii(*s) && isspace(*s)) 772 while (isascii(*s) && isspace(*s)) 913 while (isascii(*e->e_msgid) && isspace(*e->e_msgid)) 1334 while (*addr != '\0' && isascii(*addr) && isspace(*addr)) 1477 isascii(*--p) && isspace(*p)) [all …]
|
H A D | map.c | 173 while (isascii(*p) && isspace(*p)) 217 while (isascii(*++p) && isspace(*p)) 223 while (isascii(*++p) && isspace(*p)) 266 while (*p != '\0' && !(isascii(*p) && isspace(*p))) 283 while (*p != '\0' && !(isascii(*p) && isspace(*p))) 290 while (*p != '\0' && isascii(*p) && isspace(*p)) 363 if (!(isascii(c) && isdigit(c))) 408 if (!(isascii(c) && isdigit(c))) 1033 while (isascii(*p) && isspace(*p)) 1095 while (isascii(*++p) && isspace(*p)) [all …]
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | strto.c | 67 } while (isascii(c) && isspace(c)); 122 if (isascii(c) && isdigit(c)) 124 else if (isascii(c) && isalpha(c)) 203 } while (isascii(c) && isspace(c)); 228 if (isascii(c) && isdigit(c)) 230 else if (isascii(c) && isalpha(c))
|
/titanic_41/usr/src/cmd/tic/ |
H A D | tic_scan.c | 142 while ((ch = next_char()) == '\n' || (isascii(ch) && iswhite(ch))); in get_token() 153 if (! isascii(ch) || ! isalnum(ch)) { in get_token() 177 while (isascii(ch) && isalnum(ch)) { in get_token() 203 while (isascii(ch = next_char()) && in get_token() 221 while (isascii(ch = next_char()) && in get_token() 335 while (isascii(line[curr_column]) && iswhite(line[curr_column])) in next_char() 409 if (!isascii(ch) || ! isprint(ch)) { in trans_string()
|
/titanic_41/usr/src/lib/libresolv2/common/inet/ |
H A D | inet_net_pton.c | 70 && isascii((unsigned char)(src[1])) in inet_net_pton_ipv4() 77 while ((ch = *src++) != '\0' && isascii(ch) && isxdigit(ch)) { in inet_net_pton_ipv4() 98 } else if (isascii(ch) && isdigit(ch)) { in inet_net_pton_ipv4() 110 isascii(ch) && isdigit(ch)); in inet_net_pton_ipv4() 119 if (!isascii(ch) || !isdigit(ch)) in inet_net_pton_ipv4() 126 if (ch == '/' && isascii((unsigned char)(src[0])) && in inet_net_pton_ipv4() 138 } while ((ch = *src++) != '\0' && isascii(ch) && isdigit(ch)); in inet_net_pton_ipv4()
|
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | praliases.c | 138 !(isascii(b[10]) && isalnum(b[10]))) 144 while (isascii(*++b) && isspace(*b)) 167 while (isascii(*p) && isspace(*p)) 197 while (isascii(*p) && 211 while (isascii(*e) && 263 while (isascii(*db_name) && isspace(*db_name)) 269 !(isascii(*db_name) && isspace(*db_name)))
|
H A D | makemap.c | 55 #define ISSEP(c) (sep == '\0' ? isascii(c) && isspace(c) : (c) == sep) 259 !(isascii(b[12]) && isalnum(b[12]))) 264 while (isascii(*++b) && isspace(*b)) 266 if (isascii(*b) && isdigit(*b)) 422 if (sep == '\0' && isascii(ibuf[0]) && isspace(ibuf[0])) 437 if (foldcase && isascii(*p) && isupper(*p))
|
H A D | editmap.c | 59 #define ISSEP(c) (isascii(c) && isspace(c)) 208 if (isascii(*p) && isupper(*p)) 234 !(isascii(b[12]) && isalnum(b[12]))) 239 while (isascii(*++b) && isspace(*b)) 241 if (isascii(*b) && isdigit(*b))
|
H A D | mailstats.c | 147 while (isascii(*--b) && isspace(*b)) 159 !(isascii(b[11]) && isalnum(b[11]))) 165 while (isascii(*++b) && isspace(*b)) 199 while (*b != ',' && !(isascii(*b) && isspace(*b)) &&
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | inet_aton.c | 128 if (isascii(c) && isdigit(c)) { in inet_aton() 131 } else if (base == 16 && isascii(c) && isxdigit(c)) { in inet_aton() 155 if (c != '\0' && (!isascii(c) || !isspace(c))) in inet_aton()
|
/titanic_41/usr/src/lib/libc/port/i18n/ |
H A D | isascii.c | 32 #pragma weak _isascii = isascii 35 isascii(int c) in isascii() function
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | inet_ntoa.c | 189 if (isascii(c) && isdigit(c)) { in inet_aton() 192 } else if (base == 16 && isascii(c) && isxdigit(c)) { in inet_aton() 216 if (c != '\0' && (!isascii(c) || !isspace(c))) in inet_aton()
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | tolower.c | 41 return (isascii(c) ? __trans_lower[c] : tolower_l(c, uselocale(NULL))); in tolower() 48 return (isascii(c) ? __trans_upper[c] : toupper_l(c, uselocale(NULL))); in toupper()
|
/titanic_41/usr/src/lib/libbc/inc/5include/ |
H A D | ctype.h | 45 extern int isascii(/* int c */); 67 #define isascii(c) (!((c) & ~0177)) macro
|
/titanic_41/usr/src/head/ |
H A D | ctype.h | 70 extern int isascii(int); 82 #define isascii(c) (!(((int)(c)) & ~0177)) macro
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.char.h | 24 #define isauxspZ (!isascii(Z)&&!(Z"E)&&iswspace(Z)) 54 #define cmapZ(bits) (isascii(Z)?(_cmap[Z] & (bits)):0)
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_cmds2.c | 59 if (wh && isalpha(c = peekchar()) && isascii(c) && !isdigit(c)) in cmdreg() 61 if (wh && isalpha(c = peekchar()) && isascii(c)) in cmdreg() 585 if (notinvis || (isalpha(c) && isascii(c))) { in tailprim() 594 while (cp < &tcommand[19] && isalpha(c = peekchar()) && isascii(c)) in tailprim()
|
H A D | ex_re.c | 109 if (!isascii(c)) { 136 if (!isascii(c)) { 406 if (!isascii(c) && c != EOF) { in comprhs() 426 if (!isascii(c)) { in comprhs() 818 if (!(isascii(c) || MB_CUR_MAX == 1)) { in vi_compile() 834 if (!isascii(c)) { in vi_compile() 886 if (!isascii(*rhsp)) { in vi_compile() 939 if (!isascii(c) && c != EOF) { in vi_compile()
|
/titanic_41/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 225 #define TOUPPER(c) (isascii(c) && islower(c) ? _toupper(c) : c) 226 #define TOLOWER(c) (isascii(c) && isupper(c) ? _tolower(c) : c) 228 #define TOUPPER(c) (isascii(c) && islower(c) ? toupper(c) : c) 229 #define TOLOWER(c) (isascii(c) && isupper(c) ? tolower(c) : c)
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/util/ |
H A D | line64.c | 48 #ifndef isascii 49 #define isascii( c ) (!((c) & ~0177)) macro 314 #define LDIF_CONSERVATIVE_CHAR( c ) ( LDIF_SAFE_CHAR(c) && isascii((c)) \ 319 ! ( isascii((c)) && isspace((c))))
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | smfi.c | 539 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h])) 545 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h])) 583 !isascii(rcode[1]) || !isdigit(rcode[1]) || 584 !isascii(rcode[2]) || !isdigit(rcode[2])) 664 !isascii(rcode[1]) || !isdigit(rcode[1]) || 665 !isascii(rcode[2]) || !isdigit(rcode[2]))
|
/titanic_41/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_ttl.c | 89 if (isascii(ch) && isupper(ch)) in ns_format_ttl() 106 if (!isascii(ch) || !isprint(ch)) in ns_parse_ttl()
|