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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c8493 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,
8703 /* going to rename tempqf t
[all...]

Completed in 70 milliseconds