Searched refs:isprint (Results 126 - 150 of 261) sorted by relevance

1234567891011

/netbsd-current/usr.bin/mklocale/
H A Dyacc.y770 if (isprint(maplower.map[x]))
789 if (isprint(mapupper.map[x]))
812 if (isprint(x))
/netbsd-current/games/hunt/hunt/
H A Dhunt.c787 if (!isprint((unsigned char)*cp)) {
/netbsd-current/games/cribbage/
H A Dio.c550 if (pos >= LINESIZE - 1 || !(isprint(c) || c == ' '))
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Ddisplay.c169 if (isprint (*nodetext))
/netbsd-current/external/bsd/flex/dist/src/
H A Dflexdef.h1098 #define b_isprint(c) (isprint(c)?true:false)
H A Dinitparse.c1700 { CCL_EXPR(isprint); }
1737 { CCL_NEG_EXPR(isprint); }
/netbsd-current/games/mille/
H A Dmove.c379 if (isprint((unsigned char)c) && !isspace((unsigned char)c)) {
/netbsd-current/external/bsd/cron/dist/
H A Ddo_command.c668 if (isascii(ch) && isprint(ch) &&
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.c120 if (isprint(c))
/netbsd-current/games/hunt/huntd/
H A Danswer.c143 if (isprint((unsigned char)*cp1) || *cp1 == ' ')
/netbsd-current/sys/external/bsd/acpica/dist/namespace/
H A Dnsdump.c125 isprint ((int) Pathname[i]) ?
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasfile.c571 if (!isprint (Byte) && !isspace (Byte))
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Ddtio.c885 if (isprint (BufChar))
H A Dcvparser.c110 if (!isprint ((int) Filename[i]))
H A Daslcompiler.l764 if (isprint ((unsigned int) *AslCompilertext))
/netbsd-current/usr.bin/mail/
H A Dsupport.c217 isprint((unsigned char)*cp) && *cp != ' ' && *cp != ':';
/netbsd-current/usr.bin/printf/
H A Dprintf.c630 if (isprint((unsigned char)ch)) {
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dserial.c120 isprint (ch) ? "%c" : "\\x%02x", ch & 0xFF);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dserial.c121 isprint (ch) ? "%c" : "\\x%02x", ch & 0xFF);
/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_debug.c220 isprint(cp[i])?
237 isprint(cp[i]) ?
/netbsd-current/lib/libc/resolv/
H A Dres_debug.c230 isprint(cp[i])?
247 isprint(cp[i]) ?
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcp-common.c518 (!isascii(c) && !isprint(c)))
528 (c == '\\' || !isascii(c) || !isprint(c))) ||
/netbsd-current/lib/libc/gen/
H A DMakefile.inc71 isnormal.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 \
/netbsd-current/external/bsd/unbound/dist/sldns/
H A Dwire2str.c1144 else if (!isprint(dp[i]))
1249 else if (!isprint(ch))
1451 if(isprint((unsigned char)c) || c == '\t') {
2131 if(isprint((unsigned char)data[i]) || data[i] == '\t') {
2299 if(isprint((unsigned char)data[i]) || data[i] == '\t')
/netbsd-current/external/bsd/elftosb/dist/common/
H A Doptions.cpp274 return ((! optchar) || isspace(optchar) || (! isprint(optchar)));

Completed in 511 milliseconds

1234567891011