Lines Matching defs:file
2 * See the file LICENSE for redistribution information.
78 __db_dbm_init(file)
79 char *file;
84 dbm_open(file, O_CREAT | O_RDWR, __db_omode("rw----"))) != NULL)
86 if ((__cur_db = dbm_open(file, O_RDONLY, 0)) != NULL)
183 __db_ndbm_open(file, oflags, mode)
184 const char *file;
204 if (strlen(file) + strlen(DBM_SUFFIX) + 1 > sizeof(path)) {
208 (void)strcpy(path, file);
463 * We only have a single file descriptor that we can return, not two. Return