Searched defs:newqf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c8494 char newqf[MAXPATHLEN]; local
8704 (void) sm_strlcpy(newqf, oldqf, sizeof(newqf));
8709 (void) sm_strlcpy(newqf, queuename(e, newtype), sizeof(newqf));
8714 /* rename tempqf to newqf */
8716 rename(tempqf, newqf) < 0)
8724 tempqf, newqf, sm_errstring(save_errno));
8728 tempqf, newqf,
8746 if (xunlink(newqf) <
[all...]

Completed in 59 milliseconds