Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/sendmail/src/
Dqueue.c8520 char tempqf[MAXPATHLEN]; local
8526 (void) sm_strlcpy(tempqf, queuename(e, NEWQFL_LETTER), sizeof(tempqf));
8549 fd = open(tempqf, flags, QueueFileMode);
8559 qid_printname(e), tempqf,
8564 if (!lockfile(fd, tempqf, NULL, LOCK_EX|LOCK_NB))
8568 qid_printname(e), tempqf);
8580 qid_printname(e), tempqf);
8720 qid_printname(e), tempqf,
8743 rename(tempqf, newqf) < 0)
8751 tempqf, newqf, sm_errstring(save_errno));
[all …]