| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | hash.t | 509 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 D | llvm-strings.rst | 15 :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 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()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/ |
| H A D | QuotedPrint.t | 24 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 D | asn1_par.c | 248 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 D | display.h | 51 char *printable(char *);
|
| H A D | display.c | 770 printable(char *str) in printable() function
|
| /openbsd-src/gnu/usr.bin/perl/cpan/MIME-Base64/t/ |
| H A D | quoted-print.t | 26 ["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 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()
|
| /openbsd-src/usr.bin/vi/ |
| H A D | FAQ | 5 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 D | cpu-ns32k.c | 28 #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 D | cpu-ns32k.c | 28 #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 D | print-snmp.c | 713 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 D | kstat.c | 324 printable(int ch) in printable() function 349 putchar(printable(data[i + j])); in hexdump()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | treestruct.def | 24 DEFTREESTRUCT(enumeration value, printable name).
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | file_extract.py | 148 if c in string.printable or ord(c) == 0:
|
| /openbsd-src/usr.bin/col/ |
| H A D | README | 47 list. When a printable character is read, it is put in the buffer of
|
| /openbsd-src/sbin/ifconfig/ |
| H A D | sff.c | 877 printable(int ch) in printable() function 901 putchar(printable(data[i + j])); in hexdump()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Carp/ |
| H A D | Changes | 77 * bugfix: on pre-5.14 perls, DEL was treated as a printable character
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | archures.texi | 343 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 D | resrc.c | 1886 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 D | archures.texi | 394 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 D | resrc.c | 1920 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 D | unicode.tml | 434 # 161-… → From here on up use printable unicode chars.
|
| /openbsd-src/usr.sbin/unbound/sldns/ |
| H A D | wire2str.c | 2283 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
|