Searched refs:newqf (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 8495 char newqf[MAXPATHLEN]; local 8705 (void) sm_strlcpy(newqf, oldqf, sizeof(newqf)); 8710 (void) sm_strlcpy(newqf, queuename(e, newtype), sizeof(newqf)); 8717 rename(tempqf, newqf) < 0) 8725 tempqf, newqf, sm_errstring(save_errno)); 8729 tempqf, newqf, 8747 if (xunlink(newqf) < 0) 8752 newqf,
|