Searched refs:isascii (Results 126 - 150 of 170) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.c287 if (isascii (pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx])
767 if (pstr->offsets_needed && !isascii (ch))
800 if (! isascii (ch))
H A Dgetdate.c142 #if STDC_HEADERS || (! defined isascii && ! HAVE_ISASCII)
145 # define IN_CTYPE_DOMAIN(c) isascii (c)
H A Dgetdate.y71 #if STDC_HEADERS || (! defined isascii && ! HAVE_ISASCII)
74 # define IN_CTYPE_DOMAIN(c) isascii (c)
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dsh.h314 # define FILECHCONV(c) (isascii(c) && isupper(c) ? tolower(c) : c)
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Dparse.y93 if ( isascii(c) && func(c) ) \
H A Dinitparse.c97 if ( isascii(c) && func(c) ) \
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Ddns_nw.c573 if (isascii((unsigned char)*t) && isupper((unsigned char)*t))
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dctl_clnt.c267 if (!isascii((unsigned char)*pc) ||
H A Dctl_srvr.c339 if (!isascii((unsigned char)*pc) ||
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/nameser/
H A Dns_name.c389 if (isascii(c) && isupper(c))
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dread.c336 if ( ! (isascii(c) &&
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dtest.c781 if ( !isascii( vals[i]->bv_val[j] ) ) {
/netbsd-6-1-5-RELEASE/lib/libc/nameser/
H A Dns_name.c394 if (isascii(c) && isupper(c))
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dread.c355 } else if (isascii((unsigned char)cbuf[0]) ||
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/expr/
H A Dexpr.c134 #define isasciispace(c) (isascii (c) && isspace (c))
/netbsd-6-1-5-RELEASE/usr.bin/sed/
H A Dcompile.c188 while (*p && isascii((unsigned char)*p) && \
H A Dprocess.c530 if (isascii((unsigned char)*s) && isprint((unsigned char)*s) &&
/netbsd-6-1-5-RELEASE/usr.sbin/rwhod/
H A Drwhod.c348 if (!isascii((unsigned char)*name) ||
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_oncore.c1244 i > 0 && isascii((unsigned char)line[i - 1]) && isspace((unsigned char)line[i - 1]);
1249 for (cc = line; *cc && isascii((unsigned char)*cc) && isspace((unsigned char)*cc); cc++)
1258 if (isascii((unsigned char)*ca)) {
1267 for (; *ca && isascii((unsigned char)*ca) && (isspace((unsigned char)*ca) || (*ca == '=')); ca++)
1277 if (isascii((unsigned char)*cpw) && islower((unsigned char)*cpw))
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Doptions.c1100 if (!isascii (data [k]) ||
1200 if (!isascii (*dp) ||
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drdata.c1527 if (!isascii(c))
1541 * isascii() is valid for full range of int values, no need to
1544 if (!isascii(value))
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Ddhcp.c1199 if (!isascii(c) || !isprint(c)) {
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/clients/tools/
H A Dldapmodify.c1070 if ( !isascii( bvp->bv_val[ k ] )) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dada-valprint.c280 The UCHAR_MAX check is necessary because the isascii function
283 if (c <= UCHAR_MAX && isascii (c) && isprint (c))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dtext.c1285 if (MB_CUR_MAX == 1 || rl_byte_oriented || isascii (c))

Completed in 690 milliseconds

1234567