/freebsd/contrib/dialog/ |
H A D | inputstr.c | 443 const wchar_t *printable; in dlg_index_columns() local 446 printable = wunctrl(temp2p); in dlg_index_columns() 447 result = printable ? (int) wcslen(printable) : 1; in dlg_index_columns() 468 const char *printable; in dlg_index_columns() local 469 printable = unctrl(ch); in dlg_index_columns() 470 cache->list[inx + 1] = (printable in dlg_index_columns() 471 ? (int) strlen(printable) in dlg_index_columns()
|
/freebsd/contrib/expat/tests/ |
H A D | acc_tests.c | 365 const char *const printable = unsignedCharToPrintable(uc); in START_TEST() local 366 if (printable == NULL) in START_TEST() 368 else if (strlen(printable) < (size_t)1) in START_TEST()
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | print.c | 81 int printable = 1; in append_hex() local 88 printable = 0; in append_hex() 91 if(printable) in append_hex()
|
/freebsd/contrib/nvi/catalog/ |
H A D | README | 30 Arguments to the msgq function are required to contain ONLY printable 36 "file_name" must contain only printable characters. The routine 37 msg_print() returns a printable version of a string; the third argument 48 makes sure that "file_name" is printable before calling the msgq
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn1_parse.c | 206 int i, printable = 1; in asn1_parse2() local 220 printable = 0; in asn1_parse2() 224 if (printable) in asn1_parse2()
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-kdf.pod.in | 77 printable characters only). 89 printable characters only). 100 (use if it contains printable characters only). 116 as an alphanumeric string (use if it contains printable characters only).
|
H A D | openssl-mac.pod.in | 57 Used by HMAC as an alphanumeric string (use if the key contains printable 74 printable characters only). 87 printable characters only).
|
H A D | openssl-fipsinstall.pod.in | 129 printable characters only). 145 Used by HMAC as an alphanumeric string (use if the key contains printable
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | StringPrinter.cpp | 337 auto printable = in DumpEncodedBufferToStream() local 339 auto printable_bytes = printable.GetBytes(); in DumpEncodedBufferToStream() 340 auto printable_size = printable.GetSize(); in DumpEncodedBufferToStream()
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen.texi | 51 printable ASCII format so they can be embedded as MIME attachments in 67 printable ASCII format so they can be embedded as MIME attachments in 71 containing ten pseudo-random printable ASCII strings suitable for the 230 given password and finally written in PEM-encoded printable ASCII text 283 An MD5 key consists of a printable ASCII string less than or equal to
|
/freebsd/lib/libc/nameser/ |
H A D | ns_name.c | 71 static int printable(int); 153 } else if (!printable(c)) { in ns_name_ntop() 893 printable(int ch) { in printable() function
|
/freebsd/contrib/ncurses/include/ |
H A D | unctrl.h.in | 38 * Display a printable version of a control character.
|
/freebsd/contrib/tcpdump/ |
H A D | INSTALL.md | 75 addrtostr.c - address to printable string routines 76 addrtostr.h - address to printable string definitions
|
H A D | print-snmp.c | 691 int printable = 1, first = 1; in asn1_print_string() local 698 for (i = asnlen; printable && i != 0; p++, i--) in asn1_print_string() 699 printable = ND_ASCII_ISPRINT(GET_U_1(p)); in asn1_print_string() 701 if (printable) { in asn1_print_string()
|
/freebsd/share/i18n/csmapper/MISC/ |
H A D | RISCOS-LATIN1%UCS.src | 15 # except for extra printable characters from 0x80 until 0xA0.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SMIME_read_PKCS7.pod | 57 or uses quoted printable format.
|
H A D | EVP_PKEY_fromdata.pod | 234 datatype = "printable string (utf-8 encoding expected)"; 237 datatype = "printable string pointer (utf-8 encoding expected)";
|
H A D | SMIME_read_CMS.pod | 59 printable format.
|
/freebsd/usr.bin/col/ |
H A D | README | 42 list. When a printable character is read, it is put in the buffer of
|
/freebsd/contrib/elftoolchain/ |
H A D | README.rst | 34 strings Extract printable strings.
|
/freebsd/contrib/ntp/ntpd/ |
H A D | invoke-ntp.keys.texi | 93 The key is 1 to 16 printable characters terminated by
|
H A D | ntp.keys.def | 98 The key is 1 to 16 printable characters terminated by
|
/freebsd/contrib/flex/ |
H A D | README.md | 57 documentation for how to achieve this. The printable versions of the
|
/freebsd/contrib/tcsh/ |
H A D | FAQ | 32 Finally, tcsh will bind all printable meta characters to the self 34 printable meta characters for commands) setenv NOREBIND.
|
H A D | eight-bit.me | 31 characters should be considered printable, and tcsh would do the rebinding
|