/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | setegid.c | 52 return setresgid(-1, egid, -1); in setegid()
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | sys_compat.c | 176 return setresgid(-1, egid, -1); in setegid()
|
/netbsd-src/external/public-domain/sqlite/sqlite2mdoc/ |
H A D | config.h | 207 int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
|
/netbsd-src/dist/pf/sbin/pflogd/ |
H A D | privsep.c | 108 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 D | os.h | 161 # define setregid(rgid, egid) setresgid(rgid, egid, -1)
|
/netbsd-src/dist/pf/libexec/tftp-proxy/ |
H A D | tftp-proxy.c | 143 setresgid(pw->pw_gid, pw->pw_gid, pw->pw_gid) || in main()
|
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | unbound.c | 660 if(setresgid(cfg_gid,cfg_gid,cfg_gid) != 0) in perform_setup()
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | acx_nlnetlabs.m4 | 368 # check again for GNU_SOURCE for setresgid. May fail if setresgid 376 int a = setresgid(0,0,0);
|
H A D | nsd.c | 1697 if(setresgid(nsd.gid,nsd.gid,nsd.gid) != 0) in main()
|
H A D | config.h.in | 338 /* Define to 1 if you have the `setresgid' function. */
|
H A D | configure.ac | 678 … strftime localtime_r setusercontext glob initgroups setresuid setreuid setresgid setregid getpwna…
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | acx_nlnetlabs.m4 | 368 # check again for GNU_SOURCE for setresgid. May fail if setresgid 376 int a = setresgid(0,0,0);
|
H A D | config.h.in | 508 /* Define to 1 if you have the `setresgid' function. */
|
H A D | configure.ac | 1678 AC_CHECK_FUNCS([setresgid],,[AC_CHECK_FUNCS([setregid])])
|
H A D | configure | 20513 ac_fn_c_check_func "$LINENO" "setresgid" "ac_cv_func_setresgid"
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | misc.c | 2770 #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 D | configure.ac | 491 setresgid \
|
/netbsd-src/external/mpl/bind/dist/ |
H A D | config.h.in |
|
H A D | configure.ac |
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 357 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 D | sanitizer_common_syscalls.inc | 355 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 D | sanitizer_common_syscalls.inc | 377 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 D | nostem.txt | 3586 setresgid
|
/netbsd-src/crypto/external/bsd/heimdal/dist/include/ |
H A D | config.h.in | 781 /* Define to 1 if you have the `setresgid' function. */
|
H A D | config.h.w32 | 773 /* Define to 1 if you have the `setresgid' function. */
|