Lines Matching refs:tempqf
8769 char tempqf[MAXPATHLEN]; local
8775 (void) sm_strlcpy(tempqf, queuename(e, NEWQFL_LETTER), sizeof(tempqf));
8798 fd = open(tempqf, flags, QueueFileMode);
8808 qid_printname(e), tempqf,
8813 if (!lockfile(fd, tempqf, NULL, LOCK_EX|LOCK_NB))
8817 qid_printname(e), tempqf);
8829 qid_printname(e), tempqf);
8969 qid_printname(e), tempqf,
8991 rename(tempqf, newqf) < 0)
8999 tempqf, newqf, sm_errstring(save_errno));
9003 tempqf, newqf,
9015 syserr("!452 Error renaming control file %s", tempqf);
9052 (void) xunlink(tempqf);
9075 SYNC_DIR(tempqf, false);