Home
last modified time | relevance | path

Searched refs:printable (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dip_match.c154 char *ip_match_dump(VSTRING *printable, const char *byte_codes) in ip_match_dump() argument
172 VSTRING_RESET(printable); in ip_match_dump()
180 vstring_sprintf_append(printable, "%d", *bp); in ip_match_dump()
188 vstring_sprintf_append(printable, "["); in ip_match_dump()
192 vstring_sprintf_append(printable, "%d..%d", bp[0], bp[1]); in ip_match_dump()
197 vstring_sprintf_append(printable, "%d", *bp); in ip_match_dump()
207 "after \"%s\"", myname, ch, STR(printable)); in ip_match_dump()
211 vstring_sprintf_append(printable, ";"); in ip_match_dump()
213 vstring_sprintf_append(printable, "]"); in ip_match_dump()
221 myname, ch, STR(printable)); in ip_match_dump()
[all …]
H A Dprintable.c66 #undef printable
68 char *printable(char *, int);
70 char *printable(char *string, int replacement) in printable() function
H A Ddict_tcp.c234 dict_tcp->dict.name, printable(STR(dict_tcp->hex_buf), '_')); in dict_tcp_lookup()
246 dict_tcp->dict.name, printable(STR(dict_tcp->hex_buf), '_')); in dict_tcp_lookup()
252 myname, printable(STR(dict_tcp->hex_buf), '_')); in dict_tcp_lookup()
258 myname, printable(STR(dict_tcp->hex_buf), '_')); in dict_tcp_lookup()
263 myname, printable(STR(dict_tcp->raw_buf), '_')); in dict_tcp_lookup()
H A Dattr_scan0.c421 (void) printable(STR(string), '?'); in attr_vscan0()
454 (void) printable(STR(name_buf), '?'); in attr_vscan0()
455 (void) printable(STR(str_buf), '?'); in attr_vscan0()
H A Dattr_scan64.c460 (void) printable(STR(string), '?'); in attr_vscan64()
523 (void) printable(STR(name_buf), '?'); in attr_vscan64()
524 (void) printable(STR(str_buf), '?'); in attr_vscan64()
H A Dattr_scan_plain.c453 (void) printable(STR(string), '?'); in attr_vscan_plain()
501 (void) printable(STR(name_buf), '?'); in attr_vscan_plain()
502 (void) printable(STR(str_buf), '?'); in attr_vscan_plain()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/custom/
H A Draw-ostream.h29 static const T& printable(const T& V) { return V; } in printable() function
34 template <typename T> decltype(auto) printable(const T &V) { in decltype()
36 return StreamSwitch<T>::printable(V); in decltype()
68 static const RawStreamProxy<T> printable(const T &V) { return {V}; }
78 printable(const llvm::Optional<T> &V) {
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmime_garb4.ref16 mime_state: header_token: quoted-printable
17 MULT 44 |Content-Transfer-Encoding: quoted-printable
19 mime_state: warning: invalid message/* or multipart/* encoding domain: quoted-printable
32 BODY N 51 |Content-Transfer-Encoding: quoted-printable
43 mime_state: header_token: quoted-printable
44 MULT 44 |Content-Transfer-Encoding: quoted-printable
H A Dmime_garb1.ref16 mime_state: header_token: quoted-printable
17 MULT 44 |Content-Transfer-Encoding: quoted-printable
25 mime_state: header_token: quoted-printable
26 MULT 44 |Content-Transfer-Encoding: quoted-printable
28 mime_state: warning: invalid message/* or multipart/* encoding domain: quoted-printable
H A Dmime_garb3.ref19 mime_state: header_token: quoted-printable
20 MULT 44 |Content-Transfer-Encoding: quoted-printable
30 mime_state: header_token: quoted-printable
31 MULT 44 |Content-Transfer-Encoding: quoted-printable
33 mime_state: warning: invalid message/* or multipart/* encoding domain: quoted-printable
H A Dmime_garb4.in11 Content-Transfer-Encoding: quoted-printable
22 Content-Transfer-Encoding: quoted-printable
31 Content-Transfer-Encoding: quoted-printable
H A Dmime_garb1.in11 Content-Transfer-Encoding: quoted-printable
18 Content-Transfer-Encoding: quoted-printable
H A Dmime_garb3.in12 Content-Transfer-Encoding: quoted-printable
20 Content-Transfer-Encoding: quoted-printable
H A Dmime_garb2.ref16 mime_state: header_token: quoted-printable
17 MULT 44 |Content-Transfer-Encoding: quoted-printable
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dquotearg.c407 int printable; in quotearg_buffer_restyled() local
412 printable = ISPRINT (c); in quotearg_buffer_restyled()
420 printable = 1; in quotearg_buffer_restyled()
433 printable = 0; in quotearg_buffer_restyled()
438 printable = 0; in quotearg_buffer_restyled()
446 printable = 0; in quotearg_buffer_restyled()
453 if (1 < m || (backslash_escapes && ! printable)) in quotearg_buffer_restyled()
461 if (backslash_escapes && ! printable) in quotearg_buffer_restyled()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dquotearg.c409 bool printable; in quotearg_buffer_restyled() local
414 printable = isprint (c) != 0; in quotearg_buffer_restyled()
422 printable = true; in quotearg_buffer_restyled()
435 printable = false; in quotearg_buffer_restyled()
440 printable = false; in quotearg_buffer_restyled()
464 printable = false; in quotearg_buffer_restyled()
471 if (1 < m || (backslash_escapes && ! printable)) in quotearg_buffer_restyled()
479 if (backslash_escapes && ! printable) in quotearg_buffer_restyled()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dquotearg.c409 bool printable; in quotearg_buffer_restyled() local
414 printable = isprint (c) != 0; in quotearg_buffer_restyled()
422 printable = true; in quotearg_buffer_restyled()
435 printable = false; in quotearg_buffer_restyled()
440 printable = false; in quotearg_buffer_restyled()
467 printable = false; in quotearg_buffer_restyled()
474 if (1 < m || (backslash_escapes && ! printable)) in quotearg_buffer_restyled()
482 if (backslash_escapes && ! printable) in quotearg_buffer_restyled()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce.c240 #define VS_NEUTER(s) printable(vstring_str(s), '?')
266 msg_warn("malformed queue id: %s", printable(STR(queue_id), '?')); in bounce_append_proto()
342 msg_warn("malformed queue name: %s", printable(STR(queue_name), '?')); in bounce_notify_proto()
346 msg_warn("malformed queue id: %s", printable(STR(queue_id), '?')); in bounce_notify_proto()
405 msg_warn("malformed queue name: %s", printable(STR(queue_name), '?')); in bounce_verp_proto()
409 msg_warn("malformed queue id: %s", printable(STR(queue_id), '?')); in bounce_verp_proto()
488 msg_warn("malformed queue name: %s", printable(STR(queue_name), '?')); in bounce_one_proto()
492 msg_warn("malformed queue id: %s", printable(STR(queue_id), '?')); in bounce_one_proto()
/netbsd-src/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c210 msg_info("record %c %s", rec_type, printable(start, '?')); in showq_report()
224 id, printable(start, '?')); in showq_report()
234 printable(STR(printable_quoted_addr), '?'); in showq_report()
264 printable(STR(printable_quoted_addr), '?'); in showq_report()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-strings.rst15 :program:`strings`, which looks for printable strings in files and writes them
16 to the standard output stream. A printable string is any sequence of four (by
17 default) or more printable ASCII characters. The end of the file, or any other
48 Set the minimum number of printable ASCII characters required for a sequence of
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h129 *ss_ << llvm_gtest::printable(val);
151 *ss_ << llvm_gtest::printable(pointer);
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_chat.c275 printable(STR(session->buffer), '?'); in smtp_chat_resp()
316 printable(STR(session->buffer), '?')); in smtp_chat_resp()
500 line_wrap(printable(*cpp, '?'), LENGTH, INDENT, print_line, in smtp_chat_notify()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dasn1_par.c199 int i, printable = 1; in asn1_parse2() local
213 printable = 0; in asn1_parse2()
217 if (printable) in asn1_parse2()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_sasl_glue.c364 printable(state->sasl_username, '?'); in smtpd_sasl_authenticate()
366 printable(state->sasl_method, '?'); in smtpd_sasl_authenticate()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1_parse.c206 int i, printable = 1; in asn1_parse2() local
220 printable = 0; in asn1_parse2()
224 if (printable) in asn1_parse2()

12345678910>>...14