Home
last modified time | relevance | path

Searched refs:setres (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/lpr/lpc/
HDcmds.c387 int killres, setres; in abort_q() local
396 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() local
864 setres = set_qstate(SQS_ENABLEQ, lf); in enable_q()
873 int setres; in disable_q() local
879 setres = set_qstate(SQS_DISABLEQ, lf); in disable_q()
925 int setres; in down_q() local
[all …]
HDmovejobs.c202 int i, movecnt, setres; in tqbq_common() local
254 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()
/dragonfly/usr.bin/newgrp/
HDnewgrp.c134 int initres, setres; in restoregrps() local
138 setres = setgid(pwd->pw_gid); in restoregrps()
143 if (setres < 0) in restoregrps()
/dragonfly/crypto/openssh/
HDconfigure.ac904 dnl _GNU_SOURCE is needed for setres*id prototypes.