Searched defs:dump (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dst-dump.pl8 # NOTE THAT THIS FILE IS COPIED FROM ext/Storable/t/st-dump.pl
9 # TO t/lib/st-dump.pl. One could also play games with
10 # File::Spec->updir and catdir to get the st-dump.pl in
37 package dump; package
40 %dump = (
48 # Given an object, dump its transitive data closure
49 sub main'dump {
99 croak "Unknown simple type '$ref'" unless defined $dump{$ref};
101 &{$dump{$ref}}($object); # Dump object
/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/contrib/Sun/Solaris/Exacct/Object/
H A DObject.pm33 sub dump subroutine
55 # Recursively dump nested objects.
57 $class->dump($val, $fh, $indent);
71 $class->dump($val, $fh, $indent);
/osnet-11/usr/src/lib/libast/common/string/
H A Dccmap.c715 dump(int from, int to) function
740 dump(CC_ASCII, i);
741 dump(i, CC_ASCII);
/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/lib/libnisdb/
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");
H A Ddb_mindex.cc1053 db_mindex::dump(char *file) function in class:db_mindex
H A Ddb_table.cc34 #include "db_pickle.h" /* for dump and load */
1100 db_table::dump(char *file) function in class:db_table
1103 READLOCK(this, -1, "r db_table::dump");
1111 READUNLOCK(this, ret, "ru db_table::dump");
H A Ddb_dictionary.cc97 * a core dump if the formats between versions are incompatible.
894 * just add to the in-memory database and dump
919 if (FreeDictionary->dump() != DB_SUCCESS) {
923 "db_dictionary::massage_dict: Unable to dump new dictionary.",
1018 * We need to hold the read-lock until the dump() is done.
1042 ret = tbl->database->dump(outfile) ? DB_SUCCESS : DB_INTERNAL_ERROR;
1090 if (tempdict.dump() != DB_SUCCESS) {
1280 db_dictionary::dump() function in class:db_dictionary
1284 READLOCK(this, -1, "r db_dictionary::dump");
1286 READUNLOCK(this, -1, "ru db_dictionary::dump");
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2py.c168 dump(root);
1026 dump(int branch) function
1044 dump(ops[branch+i].ival);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c1442 register const char *msg, *dump; local
1446 dump = sh_translate(e_coredump);
1448 dump = "";
1450 sfprintf(sfstderr,"%s%s\n",msg,dump);
1452 errormsg(SH_DICT,2,"%d: %s%s",pw->p_pid,msg,dump);
/osnet-11/usr/src/lib/libcmd/common/
H A Dls.c206 "[103:dump?Print the generated \b--format\b string on the standard output"
1307 int dump = 0; local
1683 dump = 1;
1772 if (dump)
/osnet-11/usr/src/lib/efcode/engine/
H A Ddebug.c658 DEBUG_EXEC_DUMP_DS, "exec-dump-ds",
659 DEBUG_EXEC_DUMP_RS, "exec-dump-rs",
663 DEBUG_EXIT_DUMP, "exit-dump",
664 DEBUG_DUMP_TOKENS, "dump-tokens",
668 DEBUG_DUMP_DICT_TOKENS, "dump-dict-tokens",
670 DEBUG_DUMP_TOKEN_TABLE, "dump-token-table",
830 log_message(MSG_INFO, "Dictionary dump: base: %p\n", env->base);
1036 dump(fcode_env_t *env) function
1570 FORTH(IMMEDIATE, "dump-words", dump_words);
1571 FORTH(IMMEDIATE, "dump
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c29 * Can also be used to dump entries from a ldap container in /etc format.
66 void (*dump)(ns_ldap_result_t *); member in struct:ttypelist_t
4167 /* Pass cred only if supplied. Cred is not always needed for dump */
4184 (*(tt->dump))(eres);
4252 (*(tt->dump))(eres);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm257 ! a b d h i m o q r u autobundle clean dump
2086 if ($meth =~ /^(dump|ls)$/) {
2152 #-> sub CPAN::Shell::dump ;
2153 sub dump { shift->rematein('dump',@_); } subroutine
2988 [mru]|make|clean|dump|get|test|install|readme|look|cvs_import
3602 #-> sub CPAN::InfoObj::dump ;
3603 sub dump { subroutine
6530 =item CPAN::InfoObj::dump()
6729 For data debugging there is the C<dump> comman
[all...]
/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...]

Completed in 66 milliseconds