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

/freebsd-9.3-release/contrib/sendmail/src/
H A Dqueue.c8517 char tempqf[MAXPATHLEN]; local
8523 (void) sm_strlcpy(tempqf, queuename(e, NEWQFL_LETTER), sizeof(tempqf));
8546 fd = open(tempqf, flags, QueueFileMode);
8556 qid_printname(e), tempqf,
8561 if (!lockfile(fd, tempqf, NULL, LOCK_EX|LOCK_NB))
8565 qid_printname(e), tempqf);
8577 qid_printname(e), tempqf);
8717 qid_printname(e), tempqf,
8727 /* going to rename tempqf t
[all...]

Completed in 98 milliseconds