Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c8494 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,
8542 qid_printname(e), tempqf);
8554 qid_printname(e), tempqf);
8694 qid_printname(e), tempqf,
8717 rename(tempqf, newqf) < 0)
8729 tempqf, newqf,
8778 (void) xunlink(tempqf);
[all …]