Home
last modified time | relevance | path

Searched refs:db_name_tmp (Results 1 – 1 of 1) sorted by relevance

/minix3/usr.sbin/dev_mkdb/
H A Ddev_mkdb.c59 static char *db_name_tmp; variable
76 fd = open(db_name_tmp, O_CREAT|O_EXCL|O_WRONLY, FILE_PERMISSION); in cdb_close()
78 err(1, "opening %s failed", db_name_tmp); in cdb_close()
80 err(1, "failed to write temporary database %s", db_name_tmp); in cdb_close()
84 err(1, "failed to write temporary database %s", db_name_tmp); in cdb_close()
114 db_compat = dbopen(db_name_tmp, O_CREAT|O_EXCL|O_EXLOCK|O_RDWR|O_TRUNC, in compat_open()
119 db_name_tmp); in compat_open()
126 err(1, "failed to write temporary database %s", db_name_tmp); in compat_close()
156 err(1, "failed to write temporary database %s", db_name_tmp); in compat_add_entry()
174 err(1, "failed to write temporary database %s", db_name_tmp); in compat_add_entry()
[all …]