Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c264 char *temp_file_name; in cd9660_write_file() local
274 temp_file_name = ecalloc(PATH_MAX, 1); in cd9660_write_file()
289 temp_file_name); in cd9660_write_file()
293 writenode->node->contents : temp_file_name); in cd9660_write_file()
372 free(temp_file_name); in cd9660_write_file()
/freebsd/crypto/krb5/src/kprop/
H A Dkpropd.c134 static char *temp_file_name; variable
548 lock_fd = open(temp_file_name, O_RDWR | O_CREAT, 0600); in doit()
554 temp_file_name); in doit()
557 database_fd = open(temp_file_name, O_WRONLY | O_CREAT | O_TRUNC, 0600); in doit()
560 temp_file_name); in doit()
564 if (rename(temp_file_name, file)) { in doit()
566 temp_file_name, file); in doit()
572 temp_file_name); in doit()
578 com_err(progname, retval, _("while unlocking '%s'"), temp_file_name); in doit()
1157 if (asprintf(&temp_file_name, "%s.temp", file) < 0) { in parse_args()