/freebsd/contrib/sendmail/libsmutil/ |
H A D | err.c | 31 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 D | trace.c | 76 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 D | readcf.c | 680 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 D | util.c | 137 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 D | strto.c | 65 } 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 D | inet_net_pton.c | 68 && 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 D | inet_addr.c | 129 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 D | praliases.c | 143 !(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 D | progs.priv.h | 105 # 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 D | inet_aton.c | 117 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 D | inet_aton.c | 113 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 D | inet_aton.c | 117 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 D | isascii.c | 8 int isascii(int c); 12 isascii(int c) in isascii() function
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | passwdqc_check.c | 75 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 D | conflex.c | 131 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 D | editmap.c | 58 #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 D | mailstats.c | 148 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 D | vacation.c | 243 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 D | caesar.c | 48 isascii(ch) ? ( \ 92 if (isascii(ch)) { in main()
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | smfi.c | 536 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 D | ctype.h | 63 int isascii(int); 116 #define isascii(c) (((c) & ~0x7F) == 0) macro
|
/freebsd/lib/libc/locale/ |
H A D | isctype.c | 63 #undef isascii 65 isascii(int c) in isascii() function
|
/freebsd/contrib/ntp/libntp/ |
H A D | audio.c | 165 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 D | ns_ttl.c | 87 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 D | rmail.c | 169 if (isascii(*t) && isspace(*t)) 209 if (isascii(*t) && isspace(*t)) 249 if (isascii(*p) && isspace(*p))
|