Searched refs:dumped (Results 1 - 16 of 16) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dst-dump.pl52 local %dumped;
55 local $dumped = '';
57 return $dumped;
64 # address is not to be dumped in the %dumped table since it's not a
82 # Make sure the object has not been already dumped before.
86 if ($link && $dumped{$addr}++) {
88 $dumped .= "OBJECT #$num seen\n";
96 # If the referenced was blessed, we bless it once the object is dumped.
104 $dumped
[all...]
H A Dlock.t43 ok 2, $dumped = &dump(\@a);
48 ok 5, &dump($root) eq $dumped;
H A Ddclone.t40 $dumped = &dump(\@a);
46 print "not " unless $got eq $dumped;
H A Dfreeze.t44 $dumped = &dump(\@a);
54 print "not " unless $got eq $dumped;
H A Dstore.t39 $dumped = &dump(\@a);
49 print "not " unless $got eq $dumped;
H A Dtied.t157 $dumped = &dump(\@a);
167 ### print "original: $dumped";
172 ok 5, $got eq $dumped;
H A Dtied_hook.t172 $dumped = &dump(\@a);
181 ok 5, $got ne $dumped; # our hooks did not handle refs in array
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.t149 sub dumped { subroutine
166 $r = dumped($_) . ' => ' . dumped($h->{$_}) . "\n";
274 foreach my $key (map { dumped($_) } @things) {
275 foreach my $value ((map { dumped($_) } @things), '$ref') {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDumpvalue.t83 is( $out->read, "0..2 1 2 3\n", 'dumped array fine' );
86 is( $out->read, "0..2 1 2 ...\n", 'dumped limited array fine' );
90 is( $out->read, "'a' => 1, 'b' => 2, 'c' => 3\n", 'dumped hash fine' );
93 is( $out->read, "'a' => 1, 'b' => 2 ...\n", 'dumped limited hash fine' );
171 is( $out->read, " \$foo = 1\n", 'dumped glob for $foo correctly' );
176 is( $out->read, "\@boo = (\n 0..1 1 2\n)\n", 'dumped glob for @bar fine' );
181 'dumped glob for %baz fine' );
188 'dumped filehandle from glob fine' );
192 is( $out->read, '', 'no sub dumped without $all set' );
194 is( $out->read, "&read in ???\n", 'sub dumped whe
[all...]
H A Dperl5db.pl3394 : "", ($? & 128) ? " -- core dumped" : "", "\n";
5267 a reference to a variable (the thing to be dumped) as its input.
5286 is called, and picks up the variable to be dumped from the parameter list.
5550 # dumped args.
5692 (($? & 128) ? " -- core dumped" : ""),
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm49 # expects an arrayref of values to be dumped.
128 # set or query the values to be dumped
142 # set or query the names of the values to be dumped
697 notation. You can specify names for individual values to be dumped if you
708 In the extended usage form, the references to be dumped can be given
730 anonymous array of values to be dumped. The optional second argument is an
733 a name with a C<*> to specify that the dereferenced type must be dumped
760 references are not dumped; instead, their names are inserted wherever they
771 Queries or replaces the internal array of values that will be dumped.
778 that will be dumped
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dmci.c420 bool dumped; local
424 dumped = false;
432 dumped = true;
443 if (!dumped)
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
H A DObject.pod49 is dumped to C<STDOUT>. See EXAMPLES below for sample output.
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2978 int dumped = 0; local
3004 * not true for dumped objects. Detect if this object has
3005 * been dumped so that we can skip the reloc address test
3010 dumped = (dyn->d_un.d_val & DF_1_CONFALT) != 0;
3208 if (!dumped)
3217 if (!dumped)
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Daudit_event.txt180 111:AUE_CORE:process dumped core:fc
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex7057 % file name, in case not using a pre-dumped format.

Completed in 187 milliseconds