Home
last modified time | relevance | path

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

1234

/freebsd/contrib/ntp/libntp/
H A Dnumtoa.c50 int printable; in refid_str() local
59 printable = FALSE; in refid_str()
78 printable = FALSE; in refid_str()
82 if ( (stratum < 0 && printable) in refid_str()
/freebsd/contrib/dialog/
H A Dinputstr.c443 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 Dacc_tests.c365 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 Dprint.c81 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 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/crypto/openssl/crypto/asn1/
H A Dasn1_parse.c206 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 Dopenssl-kdf.pod.in77 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 Dopenssl-mac.pod.in57 Used by HMAC as an alphanumeric string (use if the key contains printable
74 printable characters only).
87 printable characters only).
H A Dopenssl-fipsinstall.pod.in129 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 DStringPrinter.cpp337 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 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
/freebsd/lib/libc/nameser/
H A Dns_name.c71 static int printable(int);
153 } else if (!printable(c)) { in ns_name_ntop()
893 printable(int ch) { in printable() function
/freebsd/contrib/tcpdump/
H A DINSTALL.md57 addrtostr.c - address to printable string routines
58 addrtostr.h - address to printable string definitions
H A Dprint-snmp.c692 int printable = 1, first = 1; in asn1_print_string() local
699 for (i = asnlen; printable && i != 0; p++, i--) in asn1_print_string()
700 printable = ND_ASCII_ISPRINT(GET_U_1(p)); in asn1_print_string()
702 if (printable) { in asn1_print_string()
/freebsd/contrib/ncurses/include/
H A Dunctrl.h.in38 * Display a printable version of a control character.
/freebsd/share/i18n/csmapper/MISC/
H A DRISCOS-LATIN1%UCS.src15 # except for extra printable characters from 0x80 until 0xA0.
/freebsd/crypto/openssl/doc/man3/
H A DSMIME_read_PKCS7.pod57 or uses quoted printable format.
H A DEVP_PKEY_fromdata.pod234 datatype = "printable string (utf-8 encoding expected)";
237 datatype = "printable string pointer (utf-8 encoding expected)";
H A DSMIME_read_CMS.pod59 printable format.
/freebsd/usr.bin/col/
H A DREADME42 list. When a printable character is read, it is put in the buffer of
/freebsd/contrib/elftoolchain/
H A DREADME.rst34 strings Extract printable strings.
/freebsd/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/contrib/flex/
H A DREADME.md57 documentation for how to achieve this. The printable versions of the
/freebsd/contrib/tcsh/
H A DFAQ32 Finally, tcsh will bind all printable meta characters to the self
34 printable meta characters for commands) setenv NOREBIND.

1234