Home
last modified time | relevance | path

Searched refs:dumped (Results 1 – 25 of 38) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/ext/Storable/t/
Dst-dump.pl86 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 …]
Dlock.t43 ok 2, $dumped = &dump(\@a);
48 ok 5, &dump($root) eq $dumped;
Ddclone.t40 $dumped = &dump(\@a);
46 print "not " unless $got eq $dumped;
Dstore.t39 $dumped = &dump(\@a);
49 print "not " unless $got eq $dumped;
Dfreeze.t44 $dumped = &dump(\@a);
54 print "not " unless $got eq $dumped;
Dtied.t157 $dumped = &dump(\@a);
172 ok 5, $got eq $dumped;
Dtied_hook.t172 $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/
DRefHash.t162 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/
DASN1_STRING_print_ex.pod68 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/
DDumpvalue.t193 '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/
DChanges15 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/
Dmci.c444 bool dumped; local
448 dumped = false;
456 dumped = true;
467 if (!dumped)
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdb_mbuild.sh289 fail "gdb dumped core" -r core -o -r gdb.core
Dgdbarch.sh1249 field is dumped out
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/Peek/
DChanges2 0.4: Hashes dumped recursively.
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-arm.texi388 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/
Dx509.pod464 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/
Dperlrun.pod400 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
Dperldebug.pod90 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
Dperldebtut.pod312 The reference is truly dumped and we can finally see what we're dealing with.
Dperl581delta.pod51 the order in which hashes are dumped will vary. In general the cure
/mirbsd/src/lib/libncurses/src/doc/
Dhackguide.doc547 dump_entry() to control which capabilities are dumped. This is
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.002423 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/
Dvi.beginner632 Line 12: the qwick black dog dumped over the laxy poune fox.
/mirbsd/src/gnu/share/
Dm4sugar.inc1281 # where the current elaboration will be dumped, to the current

12