| /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) {
|
| 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)
|
| 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
|
| 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...] |
| 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)
|
| 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
|
| 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
|
| 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
|
| 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 | 159 printable(isccc_region_t *r) { function 213 if (printable(&sexpr->value.as_region)) {
|
| sexpr.c | 159 printable(isccc_region_t *r) { function 213 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
|
| 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
|
| 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)
|