Home
last modified time | relevance | path

Searched refs:setresgid (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsetegid.c52 return setresgid(-1, egid, -1); in setegid()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_compat.c176 return setresgid(-1, egid, -1); in setegid()
/netbsd-src/external/public-domain/sqlite/sqlite2mdoc/
H A Dconfig.h207 int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
/netbsd-src/dist/pf/sbin/pflogd/
H A Dprivsep.c108 if (setresgid(pw->pw_gid, pw->pw_gid, pw->pw_gid) == -1) in priv_init()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h161 # define setregid(rgid, egid) setresgid(rgid, egid, -1)
/netbsd-src/dist/pf/libexec/tftp-proxy/
H A Dtftp-proxy.c143 setresgid(pw->pw_gid, pw->pw_gid, pw->pw_gid) || in main()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dunbound.c660 if(setresgid(cfg_gid,cfg_gid,cfg_gid) != 0) in perform_setup()
/netbsd-src/external/bsd/nsd/dist/
H A Dacx_nlnetlabs.m4368 # check again for GNU_SOURCE for setresgid. May fail if setresgid
376 int a = setresgid(0,0,0);
H A Dnsd.c1697 if(setresgid(nsd.gid,nsd.gid,nsd.gid) != 0) in main()
H A Dconfig.h.in338 /* Define to 1 if you have the `setresgid' function. */
H A Dconfigure.ac678 … strftime localtime_r setusercontext glob initgroups setresuid setreuid setresgid setregid getpwna…
/netbsd-src/external/bsd/unbound/dist/
H A Dacx_nlnetlabs.m4368 # check again for GNU_SOURCE for setresgid. May fail if setresgid
376 int a = setresgid(0,0,0);
H A Dconfig.h.in508 /* Define to 1 if you have the `setresgid' function. */
H A Dconfigure.ac1678 AC_CHECK_FUNCS([setresgid],,[AC_CHECK_FUNCS([setregid])])
H A Dconfigure20513 ac_fn_c_check_func "$LINENO" "setresgid" "ac_cv_func_setresgid"
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.c2770 #define setresgid(a, b, c) setgid(a) in subprocess() macro
2780 if (setresgid(pw->pw_gid, pw->pw_gid, pw->pw_gid) == -1) { in subprocess()
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A Dconfigure.ac491 setresgid \
/netbsd-src/external/mpl/bind/dist/
H A Dconfig.h.in
H A Dconfigure.ac
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc357 PRE_SYSCALL(setresgid)(long rgid, long egid, long sgid) {}
359 POST_SYSCALL(setresgid)(long res, long rgid, long egid, long sgid) {}
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc355 PRE_SYSCALL(setresgid)(long rgid, long egid, long sgid) {}
357 POST_SYSCALL(setresgid)(long res, long rgid, long egid, long sgid) {}
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc377 PRE_SYSCALL(setresgid)(long rgid, long egid, long sgid) {}
379 POST_SYSCALL(setresgid)(long res, long rgid, long egid, long sgid) {}
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt3586 setresgid
/netbsd-src/crypto/external/bsd/heimdal/dist/include/
H A Dconfig.h.in781 /* Define to 1 if you have the `setresgid' function. */
H A Dconfig.h.w32773 /* Define to 1 if you have the `setresgid' function. */

12