Searched refs:isascii (Results 1 - 25 of 135) sorted by relevance

123456

/freebsd-current/contrib/ldns/compat/
H A Disascii.c1 /* Just a replacement, if the original isascii is not
8 int isascii(int c);
12 isascii(int c) function
H A Dinet_aton.c117 if (isascii((int) c) && isdigit((int) c)) {
120 } else if (base == 16 && isascii((int) c) && isxdigit((int) c)) {
144 if (c != '\0' && (!isascii((int) c) || !isspace((int) c)))
/freebsd-current/tools/build/cross-build/include/linux/
H A Dwctype.h40 #define iswascii(c) isascii(c)
/freebsd-current/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-current/usr.bin/localedef/bootstrap/
H A Dctype.h48 int (isascii)(int);
/freebsd-current/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))
/freebsd-current/contrib/unbound/compat/
H A Dinet_aton.c117 if (isascii((unsigned char)c) && isdigit((unsigned char)c)) {
120 } else if (base == 16 && isascii((unsigned char)c) && isxdigit((unsigned char)c)) {
144 if (c != '\0' && (!isascii((unsigned char)c) || !isspace((unsigned char)c)))
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dinet_aton.c113 if (isascii(c) && isdigit(c)) {
116 } else if (base == 16 && isascii(c) && isxdigit(c)) {
140 if (c != '\0' && (!isascii(c) || !isspace(c)))
/freebsd-current/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-current/lib/libc/inet/
H A Dinet_addr.c129 if (isascii(c) && isdigit((unsigned char)c)) {
135 } else if (base == 16 && isascii(c) &&
161 if (c != '\0' && (!isascii(c) || !isspace((unsigned char)c)))
H A Dinet_net_pton.c68 && isascii((unsigned char)(src[1]))
75 while ((ch = *src++) != '\0' && isascii(ch) && isxdigit(ch)) {
96 } else if (isascii(ch) && isdigit(ch)) {
108 isascii(ch) && isdigit(ch));
117 if (!isascii(ch) || !isdigit(ch))
124 if (ch == '/' && isascii((unsigned char)(src[0])) &&
136 } while ((ch = *src++) != '\0' && isascii(ch) && isdigit(ch));
/freebsd-current/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-current/contrib/ncurses/progs/
H A Dprogs.priv.h220 /* We use isascii only to guard against use of 7-bit ctype tables in the
224 # undef isascii macro
226 # define isascii(c) (UChar(c) <= 127) macro
228 # define isascii(c) 1 /* not really ascii anyway */ macro
/freebsd-current/sys/sys/
H A Dctype.h49 isascii(int c) function
/freebsd-current/usr.bin/caesar/
H A Dcaesar.c48 isascii(ch) ? ( \
92 if (isascii(ch)) {
/freebsd-current/lib/libc/locale/
H A Disctype.c63 #undef isascii macro
65 isascii(int c) function
/freebsd-current/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c75 if (!isascii(c)) unknowns++; else
81 if (isascii(c) && isalpha(c) && isascii(p) && !isalpha(p))
94 if (uppers && isascii(c) && isupper(c)) uppers--;
96 if (digits && isascii(c) && isdigit(c)) digits--;
156 if (isascii(c) && isupper(c))
/freebsd-current/sbin/dhclient/
H A Dconflex.c131 if (!(c == '\n' && eol_token) && isascii(c) && isspace(c))
143 if ((isascii(c) && isdigit(c)) || c == '-') {
148 } else if (isascii(c) && isalpha(c)) {
273 else if (!isascii(c) || !isxdigit(c)) {
299 if (!isascii(c) || (c != '-' && c != '_' && !isalnum(c))) {
321 if (!isascii(atom[0]))
/freebsd-current/lib/libc/nameser/
H A Dns_ttl.c87 if (isascii(ch) && isupper(ch))
104 if (!isascii(ch) || !isprint(ch))
/freebsd-current/include/
H A Dctype.h63 int isascii(int);
112 * XXX isascii() and toascii() should similarly be undocumented.
116 #define isascii(c) (((c) & ~0x7F) == 0) macro
/freebsd-current/contrib/flex/src/
H A Dyylex.c155 if (!isascii (yylval) || !isprint (yylval)) {
/freebsd-current/contrib/ntp/sntp/libpkgver/
H A Dcolcomp.c25 * Older versions of isdigit() require the argument be isascii()
30 (isascii ((unsigned char) (x)) && isdigit ((unsigned char) (x)))
/freebsd-current/sys/contrib/ncsw/inc/
H A Dctype_ext.h68 #define isascii(c) (((unsigned char)(c))<=0x7f) macro
/freebsd-current/sys/libkern/
H A Dstrtol.c98 if (!isascii(c))
H A Dstrtoq.c104 if (!isascii(c))

Completed in 333 milliseconds

123456