Searched refs:dumped (Results 1 – 25 of 38) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/perl/ext/Storable/t/ |
| D | st-dump.pl | 86 if ($link && $dumped{$addr}++) { 88 $dumped .= "OBJECT #$num seen\n"; 104 $dumped .= "OBJECT $objcount\n"; 110 $dumped .= "BLESS $class\n"; 118 $dumped .= "UNDEF\n"; 122 $dumped .= "SCALAR len=$len $scalar\n"; 129 $dumped .= "ARRAY items=$items\n"; 132 $dumped .= 'ITEM_UNDEF' . "\n"; 135 $dumped .= 'ITEM '; 144 $dumped .= "HASH items=$items\n"; [all …]
|
| D | lock.t | 43 ok 2, $dumped = &dump(\@a); 48 ok 5, &dump($root) eq $dumped;
|
| D | dclone.t | 40 $dumped = &dump(\@a); 46 print "not " unless $got eq $dumped;
|
| D | store.t | 39 $dumped = &dump(\@a); 49 print "not " unless $got eq $dumped;
|
| D | freeze.t | 44 $dumped = &dump(\@a); 54 print "not " unless $got eq $dumped;
|
| D | tied.t | 157 $dumped = &dump(\@a); 172 ok 5, $got eq $dumped;
|
| D | tied_hook.t | 172 $dumped = &dump(\@a); 181 ok 5, $got ne $dumped; # our hooks did not handle refs in array
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Tie/ |
| D | RefHash.t | 162 sub dumped { 179 $r = dumped($_) . ' => ' . dumped($h->{$_}) . "\n"; 287 foreach my $key (map { dumped($_) } @things) { 288 foreach my $value ((map { dumped($_) } @things), '$ref') {
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | ASN1_STRING_print_ex.pod | 68 The content of a string instead of being interpreted can be "dumped": this just 72 If B<ASN1_STRFLGS_DUMP_ALL> is set then any type is dumped. 76 be dumped instead. 78 When a type is dumped normally just the content octets are printed, if 79 B<ASN1_STRFLGS_DUMP_DER> is set then the complete encoding is dumped
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | Dumpvalue.t | 193 'dumped filehandle from glob fine' ); 197 is( $out->read, '', 'no sub dumped without $all set' ); 199 is( $out->read, "&read in ???\n", 'sub dumped when requested' ); 204 is( $out->read, "\$_<foo = 1\n", 'dumped glob for $_<foo correctly (DB)' );
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/ |
| D | Changes | 15 C<0> is now dumped as such, not as C<'0'>. 17 qr// objects are now dumped correctly (provided a post-5.005_58) 40 used in data dumped in a later pass. There used to be a problem 42 dumped correctly. 91 GLOB elements are dumped now when C<Purity> is set (using the
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | mci.c | 444 bool dumped; local 448 dumped = false; 456 dumped = true; 467 if (!dumped)
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdb_mbuild.sh | 289 fail "gdb dumped core" -r core -o -r gdb.core
|
| D | gdbarch.sh | 1249 field is dumped out
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/Peek/ |
| D | Changes | 2 0.4: Hashes dumped recursively.
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-arm.texi | 388 dumped into the current section (which is assumed to be the .text 393 all remaining, un-empty literal pools will automatically be dumped.
|
| /mirbsd/src/lib/libssl/src/doc/apps/ |
| D | x509.pod | 464 way. That is their content octets are merely dumped as though one octet 476 be dumped using the DER encoding of the field. Otherwise just the
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlrun.pod | 400 262144 R Include reference counts of dumped variables (eg when using -Ds) 1209 If set, this causes memory statistics to be dumped after execution. If set 1210 to an integer greater than one, also causes memory statistics to be dumped
|
| D | perldebug.pod | 90 data structures and objects are not dumped, unlike with the C<x> command. 108 dumped only I<N> levels deep, as if the C<dumpDepth> option had been
|
| D | perldebtut.pod | 312 The reference is truly dumped and we can finally see what we're dealing with.
|
| D | perl581delta.pod | 51 the order in which hashes are dumped will vary. In general the cure
|
| /mirbsd/src/lib/libncurses/src/doc/ |
| D | hackguide.doc | 547 dump_entry() to control which capabilities are dumped. This is
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.002 | 423 NETaa14145: ${@INC}[0] dumped core in debugger 762 NETaa14558: attempt to call undefined top format core dumped 846 NETaa14673: open $undefined dumped core
|
| /mirbsd/src/usr.bin/vi/docs/tutorial/ |
| D | vi.beginner | 632 Line 12: the qwick black dog dumped over the laxy poune fox.
|
| /mirbsd/src/gnu/share/ |
| D | m4sugar.inc | 1281 # where the current elaboration will be dumped, to the current
|
12