Home
last modified time | relevance | path

Searched refs:isascii (Results 1 – 25 of 168) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Derr.c31 if (isascii(m[0]) && isdigit(m[0]) &&
32 isascii(m[1]) && isdigit(m[1]) &&
33 isascii(m[2]) && isdigit(m[2]) && m[3] == ' ')
55 if (isascii(m[0]) && isdigit(m[0]) &&
56 isascii(m[1]) && isdigit(m[1]) &&
57 isascii(m[2]) && isdigit(m[2]) && m[3] == ' ')
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtrace.c76 while (isascii(*s) && isdigit(*s) && i < tTsize)
84 while (isascii(*s) && isdigit(*s) && i >= tTsize)
92 while (isascii(*++s) && isdigit(*s) && i < tTsize)
96 while (isascii(*s) && isdigit(*s) && i >= tTsize)
106 while (isascii(*++s) && isdigit(*s))
156 while (isascii(*s) && isdigit(*s))
219 if (isascii(*s) && isdigit(*s))
H A Dreadcf.c638 if (!isascii(*p) || !isdigit(*p))
1249 while (isascii(*p) && isspace(*p))
1399 if (isascii(*p) && !isdigit(*p))
1444 if (isascii(*p) && !isdigit(*p))
1803 while (isascii(*p) && isspace(*p))
3327 if (isascii(*p) && isdigit(*p))
3641 (isascii(*val) &&
3795 (isascii(*val) &&
4080 if (!(isascii(*p) && isalnum(*p)))
4091 while (isascii(*p) && isspace(*p))
[all …]
H A Dheaders.c158 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))
1477 isascii(*--p) && isspace(*p))
1500 while (isascii(*p) && isspace(*p))
1556 isascii(*--p) && isspace(*p))
[all …]
H A Dmap.c173 while (isascii(*p) && isspace(*p))
217 while (isascii(*++p) && isspace(*p))
223 while (isascii(*++p) && isspace(*p))
363 if (!(isascii(c) && isdigit(c)))
408 if (!(isascii(c) && isdigit(c)))
1033 while (isascii(*p) && isspace(*p))
3993 while (isascii(*p) && isspace(*p))
4792 while (isascii(*p) && isspace(*p))
4870 done = isascii(*p) && isspace(*p);
5187 while (isascii(*p) && isspace(*p))
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrto.c65 } while (isascii(c) && isspace(c));
120 if (isascii(c) && isdigit(c))
122 else if (isascii(c) && isalpha(c))
201 } while (isascii(c) && isspace(c));
226 if (isascii(c) && isdigit(c))
228 else if (isascii(c) && isalpha(c))
H A Dutil.c54 else if (!(isascii(*h) && isprint(*h)))
74 if (isascii(c) && isprint(c) && c != '\\')
/illumos-gate/usr/src/cmd/tic/
H A Dtic_scan.c144 while ((ch = next_char()) == '\n' || (isascii(ch) && iswhite(ch))); in get_token()
155 if (! isascii(ch) || ! isalnum(ch)) { in get_token()
179 while (isascii(ch) && isalnum(ch)) { in get_token()
205 while (isascii(ch = next_char()) && in get_token()
223 while (isascii(ch = next_char()) && in get_token()
337 while (isascii(line[curr_column]) && iswhite(line[curr_column])) in next_char()
411 if (!isascii(ch) || ! isprint(ch)) { in trans_string()
/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_pton.c70 && 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()
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dpraliases.c138 !(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) &&
264 while (isascii(*db_name) && isspace(*db_name))
270 !(isascii(*db_name) && isspace(*db_name)))
H A Dmakemap.c52 #define ISSEP(c) (sep == '\0' ? isascii(c) && isspace(c) : (c) == sep)
256 !(isascii(b[12]) && isalnum(b[12])))
261 while (isascii(*++b) && isspace(*b))
263 if (isascii(*b) && isdigit(*b))
419 if (sep == '\0' && isascii(ibuf[0]) && isspace(ibuf[0]))
434 if (foldcase && isascii(*p) && isupper(*p))
H A Deditmap.c57 #define ISSEP(c) (isascii(c) && isspace(c))
206 if (isascii(*p) && isupper(*p))
232 !(isascii(b[12]) && isalnum(b[12])))
237 while (isascii(*++b) && isspace(*b))
239 if (isascii(*b) && isdigit(*b))
H A Dmailstats.c145 while (isascii(*--b) && isspace(*b))
157 !(isascii(b[11]) && isalnum(b[11])))
163 while (isascii(*++b) && isspace(*b))
198 while (*b != ',' && !(isascii(*b) && isspace(*b)) &&
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Disascii.c30 #pragma weak _isascii = isascii
33 isascii(int c) in isascii() function
/illumos-gate/usr/src/lib/libc/port/inet/
H A Dinet_ntoa.c176 if (isascii(c) && isdigit(c)) { in inet_aton()
179 } else if (base == 16 && isascii(c) && isxdigit(c)) { in inet_aton()
203 if (c != '\0' && (!isascii(c) || !isspace(c))) in inet_aton()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtolower.c41 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()
/illumos-gate/usr/src/head/
H A Dctype.h70 extern int isascii(int);
82 #define isascii(c) (!(((int)(c)) & ~0177)) macro
/illumos-gate/usr/src/cmd/csh/
H A Dsh.char.h22 #define isauxspZ (!isascii(Z)&&!(Z&QUOTE)&&iswspace(Z))
52 #define cmapZ(bits) (isascii(Z)?(_cmap[Z] & (bits)):0)
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c57 if (wh && isalpha(c = peekchar()) && isascii(c) && !isdigit(c)) in cmdreg()
59 if (wh && isalpha(c = peekchar()) && isascii(c)) in cmdreg()
583 if (notinvis || (isalpha(c) && isascii(c))) { in tailprim()
592 while (cp < &tcommand[19] && isalpha(c = peekchar()) && isascii(c)) in tailprim()
H A Dex_re.c109 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()
882 if (!isascii(*rhsp)) { in vi_compile()
935 if (!isascii(c) && c != EOF) { in vi_compile()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c45 #ifndef isascii
46 #define isascii( c ) (!((c) & ~0177)) macro
311 #define LDIF_CONSERVATIVE_CHAR( c ) ( LDIF_SAFE_CHAR(c) && isascii((c)) \
316 ! ( isascii((c)) && isspace((c))))
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h223 #define TOUPPER(c) (isascii(c) && islower(c) ? _toupper(c) : c)
224 #define TOLOWER(c) (isascii(c) && isupper(c) ? _tolower(c) : c)
226 #define TOUPPER(c) (isascii(c) && islower(c) ? toupper(c) : c)
227 #define TOLOWER(c) (isascii(c) && isupper(c) ? tolower(c) : c)
/illumos-gate/usr/src/boot/include/
H A Dctype.h64 int isascii(int);
117 #define isascii(c) (((c) & ~0x7F) == 0) macro
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c537 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
543 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
581 !isascii(rcode[1]) || !isdigit(rcode[1]) ||
582 !isascii(rcode[2]) || !isdigit(rcode[2]))
662 !isascii(rcode[1]) || !isdigit(rcode[1]) ||
663 !isascii(rcode[2]) || !isdigit(rcode[2]))
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_ttl.c83 if (isascii(ch) && isupper(ch)) in ns_format_ttl()
100 if (!isascii(ch) || !isprint(ch)) in ns_parse_ttl()

1234567