Searched refs:setregid (Results 1 – 25 of 36) sorted by relevance
12
| /openbsd/src/lib/libc/sys/ |
| D | Makefile.inc | 71 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/ |
| D | unistd.h | 146 PROTO_NORMAL(setregid);
|
| /openbsd/src/include/ |
| D | unistd.h | 418 int setregid(gid_t, gid_t);
|
| /openbsd/src/usr.sbin/unbound/daemon/ |
| D | unbound.c | 661 if(setregid(cfg_gid,cfg_gid) != 0) in perform_setup()
|
| /openbsd/src/usr.sbin/nsd/ |
| D | configure.ac | 681 …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])
|
| D | config.h.in | 27 /* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work 335 /* Define to 1 if you have the `setregid' function. */
|
| D | nsd.c | 1699 if(setregid(nsd.gid,nsd.gid) != 0) in main()
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 408 setregid
|
| /openbsd/src/regress/usr.bin/tsort/ |
| D | pairs1 | 194 setregid.o setregid.o 918 setregid.o __setregid.o 2221 setregid.o setregid.o
|
| /openbsd/src/usr.sbin/unbound/ |
| D | config.h.in | 27 /* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work 514 /* Define to 1 if you have the `setregid' function. */
|
| D | configure.ac | 1752 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/ |
| D | sys-protos.h | 994 extern int setregid(gid_t, gid_t);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | sys-protos.h | 994 extern int setregid(gid_t, gid_t);
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | mg.c | 3419 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()
|
| D | syscall_emulator.c | 825 ret = setregid(rgid, egid); in syscall_emulator()
|
| D | pp_sys.c | 252 if (setregid(egid, rgid)) in S_emulate_eaccess() 271 if (setregid(rgid, egid)) in S_emulate_eaccess()
|
| D | perl.h | 5210 # define setregid(r,e) setresgid(r,e,(Gid_t)-1) macro
|
| D | pp_hot.c | 2774 setregid((PL_delaymagic & DM_RGID) ? PL_delaymagic_gid : (Gid_t)-1, in S_aassign_uid()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_syscalls.inc | 357 PRE_SYSCALL(setregid)(long rgid, long egid) {} 359 POST_SYSCALL(setregid)(long res, long rgid, long egid) {}
|
| D | sanitizer_syscalls_netbsd.inc | 1122 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/ |
| D | perlvaro.txt | 221 …esponding set[re][ug]id() routine. $( and $) can be swapped only on machines supporting setregid().
|
| D | perlvar.pod | 687 and C<$)> can be swapped only on machines supporting setregid().
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5003007 | 1256 setregid # Z added by devel/scanprov
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 2860 fun:setregid=uninstrumented
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlvar.pod | 332 and C<$)> can be swapped only on machines supporting C<setregid()>.
|
12