Searched refs:setres (Results 1 – 4 of 4) sorted by relevance
387 int killres, setres; in abort_q() local396 setres = set_qstate(SQS_STOPP, lf); in abort_q()407 switch (setres) { in abort_q()422 setres); in abort_q()426 if (setres >= 0) in abort_q()858 int setres; in enable_q() local864 setres = set_qstate(SQS_ENABLEQ, lf); in enable_q()873 int setres; in disable_q() local879 setres = set_qstate(SQS_DISABLEQ, lf); in disable_q()925 int setres; in down_q() local[all …]
202 int i, movecnt, setres; in tqbq_common() local254 setres = set_qstate(SQS_QCHANGED, pp->lock_file); in tqbq_common()255 if (setres < 0) in tqbq_common()258 pp->printer, setres); in tqbq_common()
134 int initres, setres; in restoregrps() local138 setres = setgid(pwd->pw_gid); in restoregrps()143 if (setres < 0) in restoregrps()
904 dnl _GNU_SOURCE is needed for setres*id prototypes.