Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/lpr/lpc/
H A Dcmds.c407 int killres, setres; in abort_q() local
427 switch (setres) { in abort_q()
442 setres); in abort_q()
446 if (setres >= 0) in abort_q()
874 int setres; in enable_q() local
889 int setres; in disable_q() local
941 int setres; in down_q() local
948 if (setres >= 0) in down_q()
1041 int setres, startok; in start_q() local
1128 int setres; in stop_q() local
[all …]
H A Dmovejobs.c207 int i, movecnt, setres; in tqbq_common() local
259 setres = set_qstate(SQS_QCHANGED, pp->lock_file); in tqbq_common()
260 if (setres < 0) in tqbq_common()
263 pp->printer, setres); in tqbq_common()
/freebsd-14.2/usr.bin/newgrp/
H A Dnewgrp.c133 int initres, setres; in restoregrps() local
137 setres = setgid(pwd->pw_gid); in restoregrps()
142 if (setres < 0) in restoregrps()
/freebsd-14.2/crypto/openssh/
H A Dconfigure.ac904 dnl _GNU_SOURCE is needed for setres*id prototypes.
H A DChangeLog5491 Fix setres*id checks to work with clang-16.