| /openbsd-src/gnu/usr.bin/perl/dist/Storable/t/ |
| H A D | st-dump.pl | 23 local %dumped; 26 local $dumped = ''; 28 return $dumped; 57 if ($link && $dumped{$addr}++) { 59 $dumped .= "OBJECT #$num seen\n"; 75 $dumped .= "OBJECT $objcount\n"; 81 $dumped .= "BLESS $class\n"; 89 $dumped .= "UNDEF\n"; 93 $dumped .= "SCALAR len=$len $scalar\n"; 100 $dumped .= "ARRAY items=$items\n"; [all …]
|
| H A D | lock.t | 37 my $dumped = &dump(\@a); 38 isnt($dumped, undef); 43 is(&dump($root), $dumped);
|
| H A D | dclone.t | 36 $dumped = &dump(\@a); 37 isnt($dumped, undef); 42 is($got, $dumped);
|
| H A D | store.t | 35 $dumped = &dump(\@a); 36 isnt($dumped, undef); 44 is($got, $dumped);
|
| H A D | freeze.t | 41 $dumped = &dump(\@a); 42 isnt($dumped, undef); 50 is($got, $dumped);
|
| H A D | tied.t | 153 $dumped = &dump(\@a); 154 isnt($dumped, undef); 168 is($got, $dumped);
|
| H A D | tied_hook.t | 168 $dumped = &dump(\@a); 169 isnt($dumped, undef); 177 isnt($got, $dumped); # our hooks did not handle refs in array
|
| /openbsd-src/lib/libcrypto/bio/ |
| H A D | b_dump.c | 83 int bytes_per_line, dumped, printed, trailing, written; in BIO_dump_indent() local 123 dumped = 0; in BIO_dump_indent() 136 dumped)) < 0) in BIO_dump_indent() 185 dumped += row_bytes; in BIO_dump_indent() 190 indent, "", dumped + trailing)) < 0) in BIO_dump_indent()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/ |
| H A D | refhash.t | 165 sub dumped { subroutine 182 $r = dumped($_) . ' => ' . dumped($h->{$_}) . "\n"; 291 foreach my $key (map dumped($_), @things) { 292 foreach my $value ((map dumped($_), @things), '$ref') {
|
| /openbsd-src/gnu/usr.bin/perl/dist/Dumpvalue/t/ |
| H A D | Dumpvalue.t | 199 'dumped filehandle from glob fine' ); 203 is( $out->read, '', 'no sub dumped without $all set' ); 205 is( $out->read, "&read in ???\n", 'sub dumped when requested' ); 210 is( $out->read, "\$_<foo = 1\n", 'dumped glob for $_<foo correctly (DB)' );
|
| H A D | extend-coverage.t | 273 like( $out->read, qr/\@INC =/, 'dumped variables from a package' ); 278 like( $out->read, qr/\@INC =/, 'dumped variables from a package' ); 289 like( $out->read, qr/\@INC =/, 'dumped variables from a package' ); 294 like( $out->read, qr/\@INC =/, 'dumped variables from a package' ); 304 like( $out->read, qr/\@INC =/, 'dumped variables from a package' );
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | diagnose_nsstring.py | 105 dumped = target.EvaluateExpression(expression, options) 106 print(str(dumped), file=result) 111 info_bits = dumped.GetChildMemberWithName("_cfinfo").GetChildAtIndex(
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/ |
| H A D | Base.pm | 401 my $dumped = $wait & 0x80; 402 $description .= ', dumped core' if $dumped;
|
| /openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/ |
| H A D | Changes | 148 - Pure Perl implementation fixes in corner cases ("\n" dumped raw"). 303 - C<0> is now dumped as such, not as C<'0'>. 304 - qr// objects are now dumped correctly (provided a post-5.005_58) 324 used in data dumped in a later pass. There used to be a problem 326 dumped correctly. 365 - GLOB elements are dumped now when C<Purity> is set (using the
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-dwarfdump.rst | 164 entry at that offset will be dumped, else the entire 165 section will be dumped. 202 :program:`llvm-dwarfdump` returns 0 if the input files were parsed and dumped
|
| H A D | llvm-pdbutil.rst | 214 For symbols dumped via the -module-syms, -globals, or -externals options, sort 340 dump symbols (functions, variables, etc) for each module dumped. 344 For each symbol record dumped as a result of the :option:`-symbols` option, 361 For each type record dumped, display the full bytes of the record in binary as 379 For each ID record dumped, display the full bytes of the record in binary as
|
| H A D | llvm-profdata.rst | 116 the profile will be dumped in the text format that is parsable by the profile 281 information is dumped in a more human readable form (also in text) with 288 are not dumped.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | gdb_mbuild.sh | 289 fail "gdb dumped core" -r core -o -r gdb.core
|
| /openbsd-src/gnu/usr.bin/perl/ext/Devel-Peek/ |
| H A D | Changes | 2 0.4: Hashes dumped recursively.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ABOUT-GCC-NLS | 11 the human translators. Messages used for debugging, such as used in dumped
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | BUGS | 62 * 'cvs admin' dumped core when files were missing from working directory 81 Abort (core dumped)
|
| /openbsd-src/etc/ |
| H A D | daily | 139 next_part "Filesystems which need to be dumped:"
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-arm.texi | 378 dumped into the current section (which is assumed to be the .text 383 all remaining, un-empty literal pools will automatically be dumped.
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_display_power.c | 2219 static bool dumped; in intel_power_domains_verify_state() local 2221 if (!dumped) { in intel_power_domains_verify_state() 2223 dumped = true; in intel_power_domains_verify_state()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlunifaq.pod | 145 as UTF-8, when you dumped it.) When it has to give that up because other 150 concern, and you can just C<eval> dumped data as always.
|