Searched refs:setres (Results 1 – 5 of 5) sorted by relevance
| /src/usr.sbin/lpr/lpc/ |
| H A D | cmds.c | 395 int killres, setres; in abort_q() local 404 setres = set_qstate(SQS_STOPP, lf); in abort_q() 415 switch (setres) { in abort_q() 430 setres); in abort_q() 434 if (setres >= 0) in abort_q() 862 int setres; in enable_q() local 868 setres = set_qstate(SQS_ENABLEQ, lf); in enable_q() 877 int setres; in disable_q() local 883 setres = set_qstate(SQS_DISABLEQ, lf); in disable_q() 929 int setres; in down_q() local [all …]
|
| H A D | movejobs.c | 207 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()
|
| /src/usr.bin/newgrp/ |
| H A D | newgrp.c | 132 int initres, setres; in restoregrps() local 136 setres = setgid(pwd->pw_gid); in restoregrps() 141 if (setres < 0) in restoregrps()
|
| /src/crypto/openssh/ |
| H A D | configure.ac | 917 dnl _GNU_SOURCE is needed for setres*id prototypes. 1390 dnl _GNU_SOURCE is needed for setres*id prototypes.
|
| H A D | ChangeLog | 3045 Fix detection of setres*id on GNU/Hurd 3048 various standard functions, notably setres*id. Now that Debian is using
|