Searched refs:dump (Results 1 - 25 of 37) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dfreeze.t21 require 'st-dump.pl';
44 $dumped = &dump(\@a);
51 $got = &dump($root);
78 print "not " unless &dump($foo) eq &dump($root3);
82 print "not " unless &dump($foo) eq &dump($root);
85 print "not " unless &dump($root3) eq &dump($root);
93 print "not " unless &dump(
[all...]
H A Dstore.t21 require 'st-dump.pl';
39 $dumped = &dump(\@a);
46 $got = &dump($root);
88 print "not " unless &dump($foo) eq &dump($r);
94 print "not " unless &dump(\@a) eq &dump($r);
100 print "not " unless &dump($foo) eq &dump($r);
106 print "not " unless &dump(\
[all...]
H A Dlock.t22 require 'st-dump.pl';
43 ok 2, $dumped = &dump(\@a);
48 ok 5, &dump($root) eq $dumped;
H A Ddclone.t21 require 'st-dump.pl';
40 $dumped = &dump(\@a);
43 $got = &dump($aref);
63 print "not " unless &dump($foo) eq &dump($r);
H A Dretrieve.t21 require 'st-dump.pl';
60 $d1 = &dump($root);
62 $d2 = &dump($nroot);
H A Drestrict.t34 require 'st-dump.pl';
H A Dtied.t21 require 'st-dump.pl';
141 ### below, then dump() incorectly dumps the hash value as a string the second
143 ### a bug in my dump() routine or in the Perl tieing mechanism.
157 $dumped = &dump(\@a);
163 $got = &dump($root);
H A Dtied_hook.t21 require 'st-dump.pl';
172 $dumped = &dump(\@a);
178 $got = &dump($root);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/t/
H A DPeek.t32 my $dump = <IN>;
33 print $dump, "\n" if $DEBUG;
34 print "got:\n[\n$dump\n]\nexpected:\n[\n$pattern\n]\nnot "
35 unless $dump =~ /\A$pattern\Z/ms;
257 \\d+\\. $ADDR<\\d+> \\(\\d+,\\d+\\) "\\$dump"
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dscr_dump.c161 struct stat tty, dump; local
168 || stat(f, &dump) != 0 || stat(ctermid((char *) 0), &tty) != 0
169 || dump.st_mtime < tty.st_mtime)
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dscr_dump.c155 struct stat tty, dump; local
160 stat(f, &dump) != 0 || name == NULL || stat(name, &tty) != 0)
163 if (dump.st_mtime < tty.st_mtime)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dparser.t19 like( $@, qr/syntax error/, 'syntax error, used to dump core' );
24 'syntax error in string, used to dump core' );
47 # This used to dump core (bug #17920)
59 # (used to dump core or produce strange results)
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_c.x126 % Return TRUE if dump succeeds; FALSE otherwise. */
127 % bool_t dump(char *outfile) {return (internal_db.dump(outfile));};
H A Ddb_index_c.x104 % int dump( char *);
H A Ddb_dictionary_c.x130 % int dump();
H A Ddb_table_c.x221 % int dump( char *);
H A Ddb_mindex_c.x212 % int dump( char *);
H A Ddb_index.cc329 db_index::dump(char *file) function in class:db_index
334 WRITELOCK(this, -1, "w db_index::dump");
341 WRITEUNLOCK(this, ret, "wu db_index::dump");
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c2679 char path[PATH_MAX], *dump; local
2692 device_path_hexdump(device_path, &dump);
2693 if (dump != NULL) {
2696 device_path->subtype, dump);
2697 free(dump);
2712 char path[PATH_MAX], sig[40], start_size[50], *dump; local
2758 device_path_hexdump(device_path, &dump);
2759 if (dump != NULL) {
2761 device_path->subtype, dump);
2762 free(dump);
2778 char path[PATH_MAX], cid[10], *dump; local
2830 char path[PATH_MAX], macaddr_str[PATH_MAX], *dump; local
2922 char path[PATH_MAX], *dump; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t115 caller, continue, die, do, dump, eval, exit, goto, last,
122 defined, dump, eval, formline, local, my, our, prototype,
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.rpath24 # than 256 bytes, otherwise the compiler driver will dump core. The only
297 aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
300 aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c694 FILE *dump;
697 dump = fopen ("dump.img", "wb");
698 if (dump)
700 fwrite (tmp_img, 1, core_size, dump);
701 fclose (dump);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t257 dump dump
/osnet-11/usr/src/lib/libpp/common/
H A Dppinput.c350 * macro definition dump
354 dump(const char* name, char* v, void* handle) function
391 * dump macro definitions for quick loading via ppload()
418 hashwalk(pp.symtab, 0, dump, NiL);
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in430 dump ${root_drive}${tmp} ${img_file}

Completed in 59 milliseconds

12