Lines Matching defs:file
4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
593 /* Does the actual writing to/from file specific for db_dict_desc structure. */
604 /* Transfers db_dict_desc structure pointed to by dp to/from file. */
852 "db_dictionary::massage_dict: uninitialized dictionary file");
854 "db_dictionary::massage_dict: uninitialized dictionary file.",
896 * We know we don't have a log file, so we will
933 * file.
1105 * Initialize dictionary from contents in 'file'.
1107 * Therefore, regardless of whether the load from the file succeeds,
1112 db_dictionary::init(char *file)
1119 pickle_dict_desc f(file, PICKLE_READ);
1120 filename = strdup(file);
1280 * to its file. Returns 0 if operation succeeds, -1 otherwise.
1300 WARNING_M("db_dictionary::dump: could not rename temp file: ");
1309 * Write out in-memory copy of dictionary to file.
1311 * 2. Dump contents to temporary file.
1312 * 3. Rename temporary file to real dictionary file.
1313 * 4. Remove log file.
1355 /* try to close old log file */
1361 "db_dictionary::reset_log: could not close log file: ");
1406 WARNING_M("db_dictionary::open_log: could not open log file: ");