Searched refs:newqf (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 8494 char newqf[MAXPATHLEN]; local 8704 (void) sm_strlcpy(newqf, oldqf, sizeof(newqf)); 8709 (void) sm_strlcpy(newqf, queuename(e, newtype), sizeof(newqf)); 8716 rename(tempqf, newqf) < 0) 8724 tempqf, newqf, sm_errstring(save_errno)); 8728 tempqf, newqf, 8746 if (xunlink(newqf) < 0) 8751 newqf,
|