Lines Matching refs:tempqf
8520 char tempqf[MAXPATHLEN]; local
8526 (void) sm_strlcpy(tempqf, queuename(e, NEWQFL_LETTER), sizeof(tempqf));
8549 fd = open(tempqf, flags, QueueFileMode);
8559 qid_printname(e), tempqf,
8564 if (!lockfile(fd, tempqf, NULL, LOCK_EX|LOCK_NB))
8568 qid_printname(e), tempqf);
8580 qid_printname(e), tempqf);
8720 qid_printname(e), tempqf,
8743 rename(tempqf, newqf) < 0)
8751 tempqf, newqf, sm_errstring(save_errno));
8755 tempqf, newqf,
8767 syserr("!452 Error renaming control file %s", tempqf);
8804 (void) xunlink(tempqf);
8827 SYNC_DIR(tempqf, false);