Home
last modified time | relevance | path

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

123456

/freebsd/contrib/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] == ' ')
/freebsd/contrib/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.c680 while (isascii(*++p) && isspace(*p))
734 if (!isascii(*p) || !isdigit(*p))
769 for (p = ep; isascii(*p) && isalpha(*p); )
1739 if (isascii(*p) && !isdigit(*p))
1744 while (*p != '\0' && isascii(*p) &&
1788 if (isascii(*p) && !isdigit(*p))
1793 while (isascii(*p) &&
2714 if (isascii(*p) && isalnum(*p))
3348 sm_dprintf(isascii(opt) && isprint(opt) ?
3548 if (isascii(*val) && isdigit(*val))
[all …]
H A Dutil.c137 while (*p == '\\' && (p[1] == '\\' || (isascii(p[1]) && isalnum(p[1]))))
762 if (isascii(v) && isprint(v))
862 if (!isascii(c) && !tTd(84, 1))
938 if (isascii(c) && isprint(c))
965 if (isascii(c) && isprint(c))
974 else if (!isascii(c) && !tTd(84, 1))
1028 if (isascii(c) && isupper(c))
1040 if (isascii(c) && isupper(c))
1753 if (icase && isascii(c) && isupper(c))
1760 isascii(*b) && isupper(*b) && tolower(*b) != c)
[all …]
/freebsd/contrib/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))
/freebsd/lib/libc/inet/
H A Dinet_net_pton.c68 && isascii((unsigned char)(src[1])) in inet_net_pton_ipv4()
75 while ((ch = *src++) != '\0' && isascii(ch) && isxdigit(ch)) { in inet_net_pton_ipv4()
96 } else if (isascii(ch) && isdigit(ch)) { in inet_net_pton_ipv4()
108 isascii(ch) && isdigit(ch)); in inet_net_pton_ipv4()
117 if (!isascii(ch) || !isdigit(ch)) in inet_net_pton_ipv4()
124 if (ch == '/' && isascii((unsigned char)(src[0])) && in inet_net_pton_ipv4()
136 } while ((ch = *src++) != '\0' && isascii(ch) && isdigit(ch)); in inet_net_pton_ipv4()
H A Dinet_addr.c129 if (isascii(c) && isdigit((unsigned char)c)) { in inet_aton()
135 } else if (base == 16 && isascii(c) && in inet_aton()
161 if (c != '\0' && (!isascii(c) || !isspace((unsigned char)c))) in inet_aton()
/freebsd/contrib/sendmail/praliases/
H A Dpraliases.c143 !(isascii(b[10]) && isalnum(b[10])))
149 while (isascii(*++b) && isspace(*b))
172 while (isascii(*p) && isspace(*p))
202 while (isascii(*p) &&
216 while (isascii(*e) &&
268 while (isascii(*db_name) && isspace(*db_name))
274 !(isascii(*db_name) && isspace(*db_name)))
/freebsd/contrib/ncurses/progs/
H A Dprogs.priv.h105 # undef isascii
107 # define isascii(c) (UChar(c) <= 127) macro
109 # define isascii(c) 1 /* not really ascii anyway */ macro
/freebsd/contrib/unbound/compat/
H A Dinet_aton.c117 if (isascii((unsigned char)c) && isdigit((unsigned char)c)) { in inet_aton()
120 } else if (base == 16 && isascii((unsigned char)c) && isxdigit((unsigned char)c)) { in inet_aton()
144 if (c != '\0' && (!isascii((unsigned char)c) || !isspace((unsigned char)c))) in inet_aton()
/freebsd/crypto/openssh/openbsd-compat/
H A Dinet_aton.c113 if (isascii(c) && isdigit(c)) { in inet_aton()
116 } else if (base == 16 && isascii(c) && isxdigit(c)) { in inet_aton()
140 if (c != '\0' && (!isascii(c) || !isspace(c))) in inet_aton()
/freebsd/contrib/ldns/compat/
H A Dinet_aton.c117 if (isascii((int) c) && isdigit((int) c)) { in inet_aton()
120 } else if (base == 16 && isascii((int) c) && isxdigit((int) c)) { in inet_aton()
144 if (c != '\0' && (!isascii((int) c) || !isspace((int) c))) in inet_aton()
H A Disascii.c8 int isascii(int c);
12 isascii(int c) in isascii() function
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c75 if (!isascii(c)) unknowns++; else in is_simple()
81 if (isascii(c) && isalpha(c) && isascii(p) && !isalpha(p)) in is_simple()
94 if (uppers && isascii(c) && isupper(c)) uppers--; in is_simple()
96 if (digits && isascii(c) && isdigit(c)) digits--; in is_simple()
156 if (isascii(c) && isupper(c)) in unify()
/freebsd/sbin/dhclient/
H A Dconflex.c131 if (!(c == '\n' && eol_token) && isascii(c) && isspace(c)) in get_token()
143 if ((isascii(c) && isdigit(c)) || c == '-') { in get_token()
148 } else if (isascii(c) && isalpha(c)) { in get_token()
273 else if (!isascii(c) || !isxdigit(c)) { in read_number()
299 if (!isascii(c) || (c != '-' && c != '_' && !isalnum(c))) { in read_num_or_name()
321 if (!isascii(atom[0])) in intern()
/freebsd/contrib/sendmail/editmap/
H A Deditmap.c58 #define ISSEP(c) (isascii(c) && isspace(c))
228 !(isascii(b[12]) && isalnum(b[12])))
233 while (isascii(*++b) && isspace(*b))
235 if (isascii(*b) && isdigit(*b))
/freebsd/contrib/sendmail/mailstats/
H A Dmailstats.c148 while (isascii(*--b) && isspace(*b))
160 !(isascii(b[11]) && isalnum(b[11])))
166 while (isascii(*++b) && isspace(*b))
200 while (*b != ',' && !(isascii(*b) && isspace(*b)) &&
/freebsd/contrib/sendmail/vacation/
H A Dvacation.c243 if (isascii(*optarg) && isdigit(*optarg))
557 while (*++p != '\0' && isascii(*p) && isspace(*p))
613 while (*++p != '\0' && isascii(*p) && isspace(*p))
633 while (*++p != '\0' && isascii(*p) && isspace(*p))
654 while (*++p != '\0' && isascii(*p) && isspace(*p))
678 if (!isascii(*buf) || !isspace(*buf) || !cont || tome)
732 (s == str || !isascii(*(s - 1)) || !isalnum(*(s - 1))) &&
733 (!isascii(*(s + len)) || !isalnum(*(s + len))))
/freebsd/usr.bin/caesar/
H A Dcaesar.c48 isascii(ch) ? ( \
92 if (isascii(ch)) { in main()
/freebsd/contrib/sendmail/libmilter/
H A Dsmfi.c536 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
542 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
580 !isascii(rcode[1]) || !isdigit(rcode[1]) ||
581 !isascii(rcode[2]) || !isdigit(rcode[2]))
661 !isascii(rcode[1]) || !isdigit(rcode[1]) ||
662 !isascii(rcode[2]) || !isdigit(rcode[2]))
/freebsd/include/
H A Dctype.h63 int isascii(int);
116 #define isascii(c) (((c) & ~0x7F) == 0) macro
/freebsd/lib/libc/locale/
H A Disctype.c63 #undef isascii
65 isascii(int c) in isascii() function
/freebsd/contrib/ntp/libntp/
H A Daudio.c165 i > 0 && isascii((unsigned char)line[i - 1]) && isspace((unsigned char)line[i - 1]); in audio_config_read()
170 for (cc = line; *cc && isascii((unsigned char)*cc) && isspace((unsigned char)*cc); cc++) in audio_config_read()
179 if (isascii((unsigned char)*ca)) { in audio_config_read()
188 for (; *ca && isascii((unsigned char)*ca) && (isspace((unsigned char)*ca) || (*ca == '=')); ca++) in audio_config_read()
/freebsd/lib/libc/nameser/
H A Dns_ttl.c87 if (isascii(ch) && isupper(ch)) in ns_format_ttl()
104 if (!isascii(ch) || !isprint(ch)) in ns_parse_ttl()
/freebsd/contrib/sendmail/rmail/
H A Drmail.c169 if (isascii(*t) && isspace(*t))
209 if (isascii(*t) && isspace(*t))
249 if (isascii(*p) && isspace(*p))

123456