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

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.h378 void dump ( int branch );
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/libnisdb/
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...]
H A Ddb.cc674 changed = TRUE; /* force dump to get scheme stored. */
703 if (internal_db.dump(tmpfilename) < 0) { /* dump to tempfile */
704 WARNING_M("db::checkpoint: could not dump database: ");
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");
/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/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/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/grub/grub2/docs/
H A Dtexinfo.tex281 % We dump everything together because we only have one kind of mark.

Completed in 63 milliseconds

12