Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dhash.t509 my $printable = join ',', map {ord} split //, $key;
517 &$test_sub (\%hash, $key, $printable, $message, @other);
518 &$test_sub (\%tiehash, $key, $printable, "$message tie", @other);
522 my ($hash, $key, $printable, $message) = @_;
524 ok (exists $hash->{$key}, "hv_exists_ent present$message $printable");
526 "hv_exists present$message $printable");
530 my ($hash, $key, $printable, $message) = @_;
532 ok (!exists $hash->{$key}, "hv_exists_ent absent$message $printable");
534 "hv_exists absent$message $printable");
538 my ($hash, $key, $printable, $message) = @_;
[all …]
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-strings.rst15 :program:`strings`, which looks for printable strings in files and writes them
16 to the standard output stream. A printable string is any sequence of four (by
17 default) or more printable ASCII characters. The end of the file, or any other
48 Set the minimum number of printable ASCII characters required for a sequence of
/openbsd-src/lib/libexpat/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()
/openbsd-src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/
H A DQuotedPrint.t24 This is a t�st for quoted-printable text that has h�rdly any spe�ial characters
29 This is a t=E9st for quoted-printable text that has h=E0rdly any spe=E7ial =
/openbsd-src/lib/libcrypto/asn1/
H A Dasn1_par.c248 int i, printable = 1; in asn1_parse2() local
262 printable = 0; in asn1_parse2()
266 if (printable) { in asn1_parse2()
/openbsd-src/usr.bin/top/
H A Ddisplay.h51 char *printable(char *);
H A Ddisplay.c770 printable(char *str) in printable() function
/openbsd-src/gnu/usr.bin/perl/cpan/MIME-Base64/t/
H A Dquoted-print.t26 ["quoted printable" =>
27 "quoted printable=\n"],
43 …ded to represent data that largly consists of octets that correspond to printable characters in th…
45 sists of octets that correspond to printable characters in the ASCII charac=
116 ["quoted printable" =>
117 "quoted printable=\n"],
133 …ded to represent data that largly consists of octets that correspond to printable characters in th…
135 sists of octets that correspond to printable characters in the ASCII charac=
/openbsd-src/gnu/llvm/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()
/openbsd-src/usr.bin/vi/
H A DFAQ5 is printable, or should be displayed as an octal or hexadecimal value
6 on the screen. Generally, if vi is displaying printable characters
26 options of vi to specify that a specific character is printable or not
27 printable.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-ns32k.c28 #define N(machine, printable, d, next) \ argument
29 { 32, 32, 8, bfd_arch_ns32k, machine, "ns32k",printable,3,d,bfd_default_compatible,bfd_default_sca…
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcpu-ns32k.c28 #define N(machine, printable, d, next) \ argument
29 { 32, 32, 8, bfd_arch_ns32k, machine, "ns32k",printable,3,d,bfd_default_compatible,bfd_default_sca…
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-snmp.c713 int printable = 1, first = 1; in asn1_print() local
715 for (i = asnlen; printable && i-- > 0; p++) in asn1_print()
716 printable = isprint(*p) || isspace(*p); in asn1_print()
718 if (printable) { in asn1_print()
/openbsd-src/usr.bin/kstat/
H A Dkstat.c324 printable(int ch) in printable() function
349 putchar(printable(data[i + j])); in hexdump()
/openbsd-src/gnu/gcc/gcc/
H A Dtreestruct.def24 DEFTREESTRUCT(enumeration value, printable name).
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dfile_extract.py148 if c in string.printable or ord(c) == 0:
/openbsd-src/usr.bin/col/
H A DREADME47 list. When a printable character is read, it is put in the buffer of
/openbsd-src/sbin/ifconfig/
H A Dsff.c877 printable(int ch) in printable() function
901 putchar(printable(data[i + j])); in hexdump()
/openbsd-src/gnu/usr.bin/perl/dist/Carp/
H A DChanges77 * bugfix: on pre-5.14 perls, DEL was treated as a printable character
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Darchures.texi343 Return a printable string representing the architecture and machine
506 Return a printable string representing the architecture and
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dresrc.c1886 int printable; in write_rc_accelerators() local
1895 printable = 1; in write_rc_accelerators()
1900 printable = 0; in write_rc_accelerators()
1905 if (! printable) in write_rc_accelerators()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Darchures.texi394 Return a printable string representing the architecture and machine
557 Return a printable string representing the architecture and
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dresrc.c1920 int printable; in write_rc_accelerators() local
1929 printable = 1; in write_rc_accelerators()
1934 printable = 0; in write_rc_accelerators()
1939 if (! printable) in write_rc_accelerators()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/
H A Dunicode.tml434 # 161-… → From here on up use printable unicode chars.
/openbsd-src/usr.sbin/unbound/sldns/
H A Dwire2str.c2283 int printable; in sldns_wire2str_edns_ede_print()
2303 printable=1; in sldns_wire2str_edns_ede_print()
2307 printable = 0; in sldns_wire2str_edns_ede_print()
2310 if(printable) { in sldns_wire2str_edns_ede_print()
2277 int printable; sldns_wire2str_edns_ede_print() local

12345