Searched refs:printable (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/top/
H A Dmachine.h81 char *printable();
H A Ddisplay.c59 char *printable();
1313 * printable(str) - make the string pointed to by "str" into one that is
1314 * printable (i.e.: all ascii), by converting all non-printable
1319 char *printable(str) function
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dquotearg.c400 bool printable; local
405 printable = isprint (c) != 0;
413 printable = true;
426 printable = false;
431 printable = false;
455 printable = false;
462 if (1 < m || (backslash_escapes && ! printable))
470 if (backslash_escapes && ! printable)
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dquotearg.c405 int printable; local
410 printable = ISPRINT (c);
418 printable = 1;
431 printable = 0;
436 printable = 0;
444 printable = 0;
451 if (1 < m || (backslash_escapes && ! printable))
459 if (backslash_escapes && ! printable)
/freebsd-9.3-release/contrib/dialog/
H A Dinputstr.c425 const wchar_t *printable; local
428 printable = wunctrl(temp2p);
429 result = printable ? (int) wcslen(printable) : 1;
448 const char *printable; local
449 printable = unctrl(ch);
450 cache.list[inx + 1] = (printable
451 ? (int) strlen(printable)
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dprint.c83 int i, printable = 1; local
89 printable = 0;
92 if(printable)
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn1_par.c253 int i, printable = 1; local
260 * testing whether the octet string is printable
267 printable = 0;
271 if (printable)
272 /* printable string */
280 * not printable => print octet string as hex dump
/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dsexpr.c155 printable(isccc_region_t *r) function
208 if (printable(&sexpr->value.as_region)) {
/freebsd-9.3-release/lib/libc/nameser/
H A Dns_name.c73 static int printable(int);
87 * Convert an encoded domain name to printable ascii as per RFC1035.
155 } else if (!printable(c)) {
714 printable(int ch) { function
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresrc.c2380 int printable;
2389 printable = 1;
2394 printable = 0;
2399 if (! printable)
2377 int printable; local
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-snmp.c781 register int printable = 1, first = 1; local
784 for (i = asnlen; printable && i-- > 0; p++)
785 printable = isprint(*p) || isspace(*p);
787 if (printable) {
/freebsd-9.3-release/usr.bin/top/
H A Dmachine.c62 extern char* printable(char *);
1005 printable(cmdbuf));
1041 printable(cmdbuf));
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm66 Use to_string() to produce a printable string from the list.
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm93 Use to_string() to produce a printable string from the list.
/freebsd-9.3-release/contrib/libreadline/
H A Dconfigure5737 known to be a printable character in that locale. */

Completed in 308 milliseconds