Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/dialog/
H A Dinputstr.c441 const wchar_t *printable; in dlg_index_columns() local
444 printable = wunctrl(temp2p); in dlg_index_columns()
445 result = printable ? (int) wcslen(printable) : 1; in dlg_index_columns()
464 const char *printable; in dlg_index_columns() local
465 printable = unctrl(ch); in dlg_index_columns()
466 cache->list[inx + 1] = (printable in dlg_index_columns()
467 ? (int) strlen(printable) in dlg_index_columns()
/freebsd-13.1/crypto/heimdal/lib/hdb/
H A Dprint.c81 int printable = 1; in append_hex() local
88 printable = 0; in append_hex()
91 if(printable) in append_hex()
/freebsd-13.1/contrib/nvi/catalog/
H A DREADME30 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-13.1/crypto/openssl/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp337 auto printable = in DumpEncodedBufferToStream() local
339 auto printable_bytes = printable.GetBytes(); in DumpEncodedBufferToStream()
340 auto printable_size = printable.GetSize(); in DumpEncodedBufferToStream()
/freebsd-13.1/contrib/ntp/util/
H A Dntp-keygen.texi51 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
H A Dntp-keygen-opts.def294 All other files are in PEM-encoded printable ASCII format,
300 produces a file containing ten pseudo-random printable ASCII strings
1004 key is a string of 20 random printable ASCII characters, while a
1173 printable ASCII text, preceded and followed by MIME content identifier lines.
1228 which is a printable ASCII string 20 characters or less in length:
1229 each character is chosen from the 93 printable characters
H A Dinvoke-ntp-keygen.texi28 All other files are in PEM-encoded printable ASCII format,
34 produces a file containing ten pseudo-random printable ASCII strings
738 key is a string of 20 random printable ASCII characters, while a
907 printable ASCII text, preceded and followed by MIME content identifier lines.
966 which is a printable ASCII string 20 characters or less in length:
967 each character is chosen from the 93 printable characters
/freebsd-13.1/lib/libc/nameser/
H A Dns_name.c77 static int printable(int);
159 } else if (!printable(c)) { in ns_name_ntop()
899 printable(int ch) { in printable() function
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dspectrum23 # Update: Sanity-check string contents to be printable.
/freebsd-13.1/contrib/ncurses/include/
H A Dunctrl.h.in38 * Display a printable version of a control character.
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSMIME_read_PKCS7.pod51 or uses quoted printable format.
H A DSMIME_read_CMS.pod48 printable format.
H A DBN_bn2bin.pod50 BN_bn2hex() and BN_bn2dec() return printable strings containing the
/freebsd-13.1/share/i18n/csmapper/MISC/
H A DRISCOS-LATIN1%UCS.src16 # except for extra printable characters from 0x80 until 0xA0.
/freebsd-13.1/usr.bin/col/
H A DREADME45 list. When a printable character is read, it is put in the buffer of
/freebsd-13.1/contrib/elftoolchain/
H A DREADME.rst34 strings Extract printable strings.
/freebsd-13.1/contrib/tcpdump/
H A Dprint-snmp.c693 register int printable = 1, first = 1; in asn1_print_string() local
700 for (i = asnlen; printable && i-- > 0; p++) in asn1_print_string()
701 printable = ND_ISPRINT(*p); in asn1_print_string()
703 if (printable) { in asn1_print_string()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dinvoke-ntp.keys.texi93 The key is 1 to 16 printable characters terminated by
H A Dntp.keys.def98 The key is 1 to 16 printable characters terminated by
/freebsd-13.1/contrib/flex/
H A DREADME.md57 documentation for how to achieve this. The printable versions of the
/freebsd-13.1/contrib/tcsh/
H A DFAQ32 Finally, tcsh will bind all printable meta characters to the self
34 printable meta characters for commands) setenv NOREBIND.
H A Deight-bit.me31 characters should be considered printable, and tcsh would do the rebinding
/freebsd-13.1/sys/contrib/zlib/doc/
H A Dtxtvsbin.txt67 some printable text. Even the newer, portable text formats such as
/freebsd-13.1/crypto/openssl/doc/man1/
H A Ddgst.pod148 Specifies MAC key as alphanumeric string (use if key contain printable

123