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

123

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dprintable.c5 /* printable 3
7 /* mask non-printable characters
11 /* char *printable(buffer, replacement)
15 /* printable() replaces non-ASCII or non-printable characters in its input
44 char *printable(char *string, int replacement) function
H A Dip_match.c22 /* char *ip_match_dump(printable, byte_codes)
23 /* VSTRING *printable;
62 /* .IP printable
154 char *ip_match_dump(VSTRING *printable, const char *byte_codes) argument
172 VSTRING_RESET(printable);
180 vstring_sprintf_append(printable, "%d", *bp);
188 vstring_sprintf_append(printable, "[");
192 vstring_sprintf_append(printable, "%d..%d", bp[0], bp[1]);
197 vstring_sprintf_append(printable, "%d", *bp);
207 "after \"%s\"", myname, ch, STR(printable));
248 static VSTRING *printable = 0; local
[all...]
H A Dstringops.h24 extern char *printable(char *, int);
H A Ddict_tcp.c234 dict_tcp->dict.name, printable(STR(dict_tcp->hex_buf), '_'));
246 dict_tcp->dict.name, printable(STR(dict_tcp->hex_buf), '_'));
252 myname, printable(STR(dict_tcp->hex_buf), '_'));
258 myname, printable(STR(dict_tcp->hex_buf), '_'));
263 myname, printable(STR(dict_tcp->raw_buf), '_'));
H A Dmsg_output.c179 printable(vstring_str(msg_buffer), '?');
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dutils.h47 char *printable(char *);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce.c207 #define VS_NEUTER(s) printable(vstring_str(s), '?')
233 msg_warn("malformed queue id: %s", printable(STR(queue_id), '?'));
307 msg_warn("malformed queue name: %s", printable(STR(queue_name), '?'));
311 msg_warn("malformed queue id: %s", printable(STR(queue_id), '?'));
314 printable(STR(dsn_envid), '?');
365 msg_warn("malformed queue name: %s", printable(STR(queue_name), '?'));
369 msg_warn("malformed queue id: %s", printable(STR(queue_id), '?'));
372 printable(STR(dsn_envid), '?');
375 printable(STR(verp_delims), '?'));
443 msg_warn("malformed queue name: %s", printable(ST
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dquotearg.c406 bool printable; local
411 printable = isprint (c) != 0;
419 printable = true;
432 printable = false;
437 printable = false;
461 printable = false;
468 if (1 < m || (backslash_escapes && ! printable))
476 if (backslash_escapes && ! printable)
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dquotearg.c407 int printable; local
412 printable = ISPRINT (c);
420 printable = 1;
433 printable = 0;
438 printable = 0;
446 printable = 0;
453 if (1 < m || (backslash_escapes && ! printable))
461 if (backslash_escapes && ! printable)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dquotearg.c401 bool printable; local
406 printable = isprint (c) != 0;
414 printable = true;
427 printable = false;
432 printable = false;
456 printable = false;
463 if (1 < m || (backslash_escapes && ! printable))
471 if (backslash_escapes && ! printable)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c170 * XXX addresses in defer logfiles are in printable quoted form, while
182 msg_info("record %c %s", rec_type, printable(start, '?'));
191 id, printable(start, '?'));
200 printable(STR(printable_quoted_addr), '?');
213 printable(STR(printable_quoted_addr), '?');
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_chat.c137 printable(STR(state->buffer), '?'));
277 line_wrap(printable(*cpp, '?'), LENGTH, INDENT, print_line,
H A Dsmtpd_sasl_glue.c306 printable(state->sasl_username, '?');
308 printable(state->sasl_method, '?');
H A Dsmtpd_sasl_proto.c257 printable(state->sasl_sender, '?');
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dprint.c83 int i, printable = 1; local
89 printable = 0;
92 if(printable)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/tls/
H A Dtls_verify.c35 /* freed by the caller; it contains UTF-8 without non-printable
41 /* freed by the caller; it contains UTF-8 without non-printable
45 /* from a DNS subjectAltName extension. If non-printable characters
105 /* contains NUL characters or the result contains non-printable or
205 TLScontext->namaddr, depth, ok, printable(buf, '?'));
240 TLScontext->namaddr, printable(buf, '?'));
385 * Reject non-printable ASCII characters in UTF-8 content.
393 msg_warn("%s: %s: non-printable content in peer %s",
452 * "printable" is likely excessive...
456 msg_warn("%s: %s: non-printable character
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1_par.c253 int i,printable=1; local
261 * printable */
270 printable=0;
274 if (printable)
275 /* printable string */
284 /* not printable => print octet string
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isccc/
H A Dsexpr.c157 printable(isccc_region_t *r) function
210 if (printable(&sexpr->value.as_region)) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_chat.c257 * Censor out non-printable characters in server responses. Concatenate
264 printable(STR(session->buffer), '?');
474 line_wrap(printable(*cpp, '?'), LENGTH, INDENT, print_line,
/netbsd-6-1-5-RELEASE/dist/dhcp/minires/
H A Dns_name.c47 static int printable(int);
56 * Convert an encoded domain name to printable ascii as per RFC1035.
105 } else if (!printable(c)) {
582 * printable(ch)
589 printable(int ch) { function
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/nameser/
H A Dns_name.c75 static int printable(int);
89 * Convert an encoded domain name to printable ascii as per RFC1035.
157 } else if (!printable(c)) {
896 printable(int ch) { function
/netbsd-6-1-5-RELEASE/lib/libc/nameser/
H A Dns_name.c80 static int printable(int);
94 * Convert an encoded domain name to printable ascii as per RFC1035.
162 } else if (!printable(c)) {
902 printable(int ch) { function
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_macosx.c272 char *printable();
473 printable(MPP(pp, p_comm)));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcpu-ns32k.c29 #define N(machine, printable, d, next) \
30 { 32, 32, 8, bfd_arch_ns32k, machine, "ns32k",printable,3,d,bfd_default_compatible,bfd_default_scan, next, }
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcpu-ns32k.c29 #define N(machine, printable, d, next) \
30 { 32, 32, 8, bfd_arch_ns32k, machine, "ns32k",printable,3,d,bfd_default_compatible,bfd_default_scan, next, }

Completed in 192 milliseconds

123