Searched refs:LFM_RESET_QUE (Results 1 – 4 of 4) sorted by relevance
356 chgbits |= LFM_RESET_QUE; in set_qstate()357 newbits |= LFM_RESET_QUE; in set_qstate()
218 #define LFM_RESET_QUE (S_IXOTH) macro
235 if (stb.st_mode & LFM_RESET_QUE) { /* reset queue flag */ in printjob()236 if (fchmod(lfd, stb.st_mode & ~LFM_RESET_QUE) < 0) in printjob()287 if (stb.st_mode & LFM_RESET_QUE) { in printjob()290 if (fchmod(lfd, stb.st_mode & ~LFM_RESET_QUE) in printjob()
1197 (void) chmod(pp->lock_file, stbuf.st_mode | LFM_RESET_QUE); in topq()