Searched refs:tempqf (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 8494 char tempqf[MAXPATHLEN]; local 8500 (void) sm_strlcpy(tempqf, queuename(e, NEWQFL_LETTER), sizeof(tempqf)); 8523 fd = open(tempqf, flags, QueueFileMode); 8533 qid_printname(e), tempqf, 8538 if (!lockfile(fd, tempqf, NULL, LOCK_EX|LOCK_NB)) 8542 qid_printname(e), tempqf); 8554 qid_printname(e), tempqf); 8694 qid_printname(e), tempqf, 8717 rename(tempqf, newqf) < 0) 8725 tempqf, newqf, sm_errstring(save_errno)); [all …]
|