| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/custom/ |
| raw-ostream.h | 14 // This file defines a template printable(V), which returns a version of V that 17 // This interface is chosen so that in the default case (printable(V) is V), 29 static const T& printable(const T& V) { return V; } function in struct:llvm_gtest::StreamSwitch 32 // printable() returns a version of its argument that can be streamed into a 34 template <typename T> decltype(auto) printable(const T &V) { function in namespace:llvm_gtest 36 return StreamSwitch<T>::printable(V); 49 // The printable() of a raw_ostream-enabled type T is a RawStreamProxy<T>. 68 static const RawStreamProxy<T> printable(const T &V) { return {V}; } 78 printable(const llvm::Optional<T> &V) {
|
| /src/external/bsd/ntp/dist/libntp/ |
| numtoa.c | 52 int printable; local 61 printable = FALSE; 73 * This refid is expected to be up to 4 printable ASCII. 80 printable = FALSE; 84 if ( (stratum < 0 && printable)
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| ip_match.c | 22 /* char *ip_match_dump(printable, byte_codes) 23 /* VSTRING *printable; 62 /* .IP printable 154 char *ip_match_dump(VSTRING *printable, const char *byte_codes) 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...] |
| printable.c | 1 /* $NetBSD: printable.c,v 1.4 2025/02/25 19:15:52 christos Exp $ */ 5 /* printable 3 7 /* mask non-printable characters 13 /* char *printable(buffer, replacement) 22 /* printable() replaces non-printable characters 25 /* util_utf8_enable controls whether UTF8 is considered printable. 69 /* printable - binary compatibility */ 71 #undef printable macro 73 char *printable(char *, int) 75 char *printable(char *string, int replacement) function [all...] |
| dict_tcp.c | 234 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), '_'));
|
| msg_output.c | 170 printable(vstring_str(vp), '?');
|
| stringops.h | 45 #define printable(string, replacement) \ macro
|
| attr_scan0.c | 92 /* Santize received string values with printable(_, '?'). 421 (void) printable(STR(string), '?'); 454 (void) printable(STR(name_buf), '?'); 455 (void) printable(STR(str_buf), '?');
|
| attr_scan_plain.c | 92 /* Santize received string values with printable(_, '?'). 453 (void) printable(STR(string), '?'); 501 (void) printable(STR(name_buf), '?'); 502 (void) printable(STR(str_buf), '?');
|
| /src/external/bsd/top/dist/ |
| utils.h | 47 char *printable(char *);
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| gtest-message.h | 129 *ss_ << llvm_gtest::printable(val); 151 *ss_ << llvm_gtest::printable(pointer);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| quotearg.c | 409 bool printable; local 414 printable = isprint (c) != 0; 422 printable = true; 435 printable = false; 440 printable = false; 467 printable = false; 474 if (1 < m || (backslash_escapes && ! printable)) 482 if (backslash_escapes && ! printable)
|
| /src/external/gpl2/grep/dist/lib/ |
| quotearg.c | 407 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)
|
| /src/external/gpl2/xcvs/dist/lib/ |
| quotearg.c | 409 bool printable; local 414 printable = isprint (c) != 0; 422 printable = true; 435 printable = false; 440 printable = false; 464 printable = false; 471 if (1 < m || (backslash_escapes && ! printable)) 479 if (backslash_escapes && ! printable)
|
| /src/external/ibm-public/postfix/dist/src/bounce/ |
| bounce.c | 259 #define VS_NEUTER(s) printable(vstring_str(s), '?') 285 msg_warn("malformed queue id: %s", printable(STR(queue_id), '?')); 382 msg_warn("malformed queue name: %s", printable(STR(queue_name), '?')); 386 msg_warn("malformed queue id: %s", printable(STR(queue_id), '?')); 451 msg_warn("malformed queue name: %s", printable(STR(queue_name), '?')); 455 msg_warn("malformed queue id: %s", printable(STR(queue_id), '?')); 540 msg_warn("malformed queue name: %s", printable(STR(queue_name), '?')); 544 msg_warn("malformed queue id: %s", printable(STR(queue_id), '?'));
|
| /src/external/ibm-public/postfix/dist/src/showq/ |
| showq.c | 201 * XXX addresses in defer logfiles are in printable quoted form, while 213 msg_info("record %c %s", rec_type, printable(start, '?')); 228 id, printable(start, '?')); 238 printable(STR(printable_quoted_addr), '?'); 266 have_orcpt = printable(STR(orcpt_buf), '?'); 279 printable(STR(printable_quoted_addr), '?');
|
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd_sasl_glue.c | 370 printable(state->sasl_username, '?'); 372 printable(state->sasl_method, '?');
|
| smtpd_sasl_proto.c | 252 printable(state->sasl_sender, '?');
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_chat.c | 263 * Censor out non-printable characters in server responses. Concatenate 275 printable(STR(session->buffer), '?'); 316 printable(STR(session->buffer), '?')); 500 line_wrap(printable(*cpp, '?'), LENGTH, INDENT, print_line,
|
| /src/external/mit/expat/dist/tests/ |
| acc_tests.c | 365 const char *const printable = unsignedCharToPrintable(uc); local 366 if (printable == NULL) 368 else if (strlen(printable) < (size_t)1)
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| asn1_parse.c | 201 int i, printable = 1; local 208 * testing whether the octet string is printable 212 printable = 0; 216 if (printable) 217 /* printable string */ 225 * not printable => print octet string as hex dump
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| asn1_parse.c | 206 int i, printable = 1; local 213 * testing whether the octet string is printable 220 printable = 0; 224 if (printable) 225 /* printable string */ 233 * not printable => print octet string as hex dump
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| asn1_par.c | 199 int i, printable = 1; local 206 * testing whether the octet string is printable 213 printable = 0; 217 if (printable) 218 /* printable string */ 226 * not printable => print octet string as hex dump
|
| /src/external/ibm-public/postfix/dist/src/postqueue/ |
| showq_json.c | 97 #define QUOTE_JSON(res, src) printable(quote_for_json((res), (src), -1), '?')
|
| /src/external/mpl/bind/dist/lib/isccc/ |
| sexpr.c | 153 printable(isccc_region_t *r) { function 205 if (printable(&sexpr->value.as_region)) {
|