Lines Matching refs:tname
55 static char tname[MAXPATHLEN];
133 (void)snprintf(tname, sizeof(tname), "%s.tmp", dbname);
136 if (db_open(tname))
137 err(1, "Error opening temporary database `%s'", tname);
141 if (cdb_open(tname))
142 err(1, "Error opening temporary database `%s'", tname);
165 err(1, "Error writing temporary database `%s'", tname);
167 if (rename(tname, dbname) == -1)
168 err(1, "Cannot rename `%s' to `%s'", tname, dbname);
277 if (tname[0])
278 (void)unlink(tname);