Searched refs:tempqf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | queue.c | 8769 char tempqf[MAXPATHLEN]; local 8775 (void) sm_strlcpy(tempqf, queuename(e, NEWQFL_LETTER), sizeof(tempqf)); 8798 fd = open(tempqf, flags, QueueFileMode); 8808 qid_printname(e), tempqf, 8813 if (!lockfile(fd, tempqf, NULL, LOCK_EX|LOCK_NB)) 8817 qid_printname(e), tempqf); 8829 qid_printname(e), tempqf); 8969 qid_printname(e), tempqf, 8991 rename(tempqf, newqf) < 0) 8999 tempqf, newqf, sm_errstring(save_errno)); [all …]
|