HomeSort by: relevance | last modified time | path
    Searched defs:printable (Results 1 - 24 of 24) sorted by relevancy

  /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/
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...]
stringops.h 45 #define printable(string, replacement) \ macro
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...]
  /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/mpl/bind/dist/lib/isccc/
sexpr.c 153 printable(isccc_region_t *r) { function
205 if (printable(&sexpr->value.as_region)) {
  /src/external/mpl/dhcp/dist/common/
ns_name.c 48 static int printable(int);
90 * Convert an encoded domain name to printable ascii as per RFC1035.
134 } else if (!printable(c)) {
616 * printable(ch)
623 printable(int ch) { function
  /src/external/bsd/top/dist/
utils.c 204 * printable(char *str) - make the string pointed to by "str" into one that is
205 * printable (i.e.: all ascii), by converting all non-printable
211 printable(char *str) function
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
print.c 90 int printable = 1; local
98 printable = 0;
103 if (printable && !always_encode)
  /src/external/bsd/libbind/dist/nameser/
ns_name.c 75 static int printable(int);
89 * Convert an encoded domain name to printable ascii as per RFC1035.
157 } else if (!printable(c)) {
898 printable(int ch) { function
  /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/lib/libc/nameser/
ns_name.c 75 static int printable(int);
89 * Convert an encoded domain name to printable ascii as per RFC1035.
157 } else if (!printable(c)) {
906 printable(int ch) { function
  /src/sbin/ifconfig/
ieee80211.c 1160 * ssid is entirely printable then just copy intact. Otherwise convert
1168 int printable; local
1175 /* determine printable or not */
1176 printable = 1;
1179 printable = 0;
1183 if (!printable) { /* not printable, print as hex */
1195 /* printable, truncate as needed */
  /src/external/bsd/tcpdump/dist/
print-snmp.c 696 int printable = 1, first = 1; local
703 for (i = asnlen; printable && i != 0; p++, i--)
704 printable = ND_ASCII_ISPRINT(GET_U_1(p));
706 if (printable) {
  /src/external/bsd/unbound/dist/sldns/
wire2str.c 2331 int printable; local
2351 printable=1;
2355 printable = 0;
2358 if(printable) {
  /src/external/gpl3/binutils/dist/binutils/
resrc.c 2463 int printable;
2472 printable = 1;
2477 printable = 0;
2482 if (! printable)
2460 int printable; local
  /src/external/gpl3/binutils.old/dist/binutils/
resrc.c 2463 int printable;
2472 printable = 1;
2477 printable = 0;
2482 if (! printable)
2460 int printable; local
  /src/external/mpl/dhcp/dist/server/
failover.c 6547 * \brief Given a char pointer, return always return a printable value
6555 * non-printable bytes, returns the string "<unsuitable for printing>",
6558 static const char *printable(const char* value) { function
6586 piaddr(lease->ip_addr), printable(lease->client_hostname));

Completed in 40 milliseconds