Home
last modified time | relevance | path

Searched refs:setregid (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/src/lib/libc/sys/
DMakefile.inc71 setpgid.o setpriority.o setregid.o setresgid.o setresuid.o \
197 semop.2 send.2 setgroups.2 setpgid.2 setregid.2 \
/openbsd/src/lib/libc/hidden/
Dunistd.h146 PROTO_NORMAL(setregid);
/openbsd/src/include/
Dunistd.h418 int setregid(gid_t, gid_t);
/openbsd/src/usr.sbin/unbound/daemon/
Dunbound.c661 if(setregid(cfg_gid,cfg_gid) != 0) in perform_setup()
/openbsd/src/usr.sbin/nsd/
Dconfigure.ac681 …localtime_r setusercontext glob initgroups setresuid setreuid setresgid setregid getpwnam mmap ppo…
735 # check if setreuid en setregid fail, on MacOSX10.4(darwin8).
737 …N_BROKEN_SETREUID, 1, [Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work])
Dconfig.h.in27 /* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work
335 /* Define to 1 if you have the `setregid' function. */
Dnsd.c1699 if(setregid(nsd.gid,nsd.gid) != 0) in main()
/openbsd/src/lib/libc/
DSymbols.list408 setregid
/openbsd/src/regress/usr.bin/tsort/
Dpairs1194 setregid.o setregid.o
918 setregid.o __setregid.o
2221 setregid.o setregid.o
/openbsd/src/usr.sbin/unbound/
Dconfig.h.in27 /* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work
514 /* Define to 1 if you have the `setregid' function. */
Dconfigure.ac1752 AC_CHECK_FUNCS([setresgid],,[AC_CHECK_FUNCS([setregid])])
1754 # check if setreuid en setregid fail, on MacOSX10.4(darwin8).
1756 …N_BROKEN_SETREUID, 1, [Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work])
/openbsd/src/gnu/gcc/gcc/
Dsys-protos.h994 extern int setregid(gid_t, gid_t);
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsys-protos.h994 extern int setregid(gid_t, gid_t);
/openbsd/src/gnu/usr.bin/perl/
Dmg.c3419 PERL_UNUSED_RESULT(setregid(new_gid, (Gid_t)-1)); in Perl_magic_set()
3500 PERL_UNUSED_RESULT(setregid((Gid_t)-1, new_egid)); in Perl_magic_set()
Dsyscall_emulator.c825 ret = setregid(rgid, egid); in syscall_emulator()
Dpp_sys.c252 if (setregid(egid, rgid)) in S_emulate_eaccess()
271 if (setregid(rgid, egid)) in S_emulate_eaccess()
Dperl.h5210 # define setregid(r,e) setresgid(r,e,(Gid_t)-1) macro
Dpp_hot.c2774 setregid((PL_delaymagic & DM_RGID) ? PL_delaymagic_gid : (Gid_t)-1, in S_aassign_uid()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc357 PRE_SYSCALL(setregid)(long rgid, long egid) {}
359 POST_SYSCALL(setregid)(long res, long rgid, long egid) {}
Dsanitizer_syscalls_netbsd.inc1122 PRE_SYSCALL(setregid)(long long rgid_, long long egid_) { /* Nothing to do */ }
1123 POST_SYSCALL(setregid)(long long res, long long rgid_, long long egid_) {
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dperlvaro.txt221 …esponding set[re][ug]id() routine. $( and $) can be swapped only on machines supporting setregid().
Dperlvar.pod687 and C<$)> can be swapped only on machines supporting setregid().
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D50030071256 setregid # Z added by devel/scanprov
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2860 fun:setregid=uninstrumented
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlvar.pod332 and C<$)> can be swapped only on machines supporting C<setregid()>.

12