Searched refs:tempqf (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 8493 char tempqf[MAXPATHLEN]; local 8499 (void) sm_strlcpy(tempqf, queuename(e, NEWQFL_LETTER), sizeof(tempqf)); 8522 fd = open(tempqf, flags, QueueFileMode); 8532 qid_printname(e), tempqf, 8537 if (!lockfile(fd, tempqf, NULL, LOCK_EX|LOCK_NB)) 8541 qid_printname(e), tempqf); 8553 qid_printname(e), tempqf); 8693 qid_printname(e), tempqf, 8716 rename(tempqf, newqf) < 0) 8724 tempqf, newqf, sm_errstring(save_errno)); [all …]
|