Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl2/gmake/dist/
H A Dmisc.c623 extern int setregid ();
739 if (setregid (make_gid, user_gid) < 0) in user_access()
787 if (setregid (user_gid, make_gid) < 0) in make_access()
824 if (setregid (user_gid, user_gid) < 0) in child_access()
H A Dconfig.ami253 /* Define if you have the setregid function. */
H A Dconfig.h.in187 /* Define to 1 if you have the `setregid' function. */
H A Dconfig.h-vms279 /* Define if you have the setregid function. */
H A Dconfigure.in154 getgroups seteuid setegid setlinebuf setreuid setregid \
H A Dconfig.h.W32189 /* Define to 1 if you have the `setregid' function. */
/netbsd-src/lib/libc/compat-43/
H A Dsetrgid.c49 return (setregid(rgid, (gid_t)-1)); in setrgid()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsetegid.c48 return setregid(-1, egid); in setegid()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dunistd.d2444 int setregid(gid_t, gid_t) @trusted;
2497 int setregid(gid_t, gid_t) @trusted;
2522 int setregid(gid_t, gid_t) @trusted;
2547 int setregid(gid_t, gid_t) @trusted;
2572 int setregid(gid_t, gid_t) @trusted;
2597 int setregid(gid_t, gid_t) @trusted;
2615 int setregid(gid_t, gid_t) @trusted;
2635 int setregid(gid_t, gid_t);
2695 int setregid(gid_t, gid_t) @trusted;
/netbsd-src/include/
H A Dunistd.h282 int setregid(gid_t, gid_t);
/netbsd-src/external/bsd/cron/dist/
H A Dcrontab.c896 return (setregid(egid, rgid) || setreuid(euid, ruid)) ? -1 : 0; in relinquish_priv()
900 return (setregid(rgid, egid) || setreuid(ruid, euid)) ? -1 : 0; in regain_priv()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h161 # define setregid(rgid, egid) setresgid(rgid, egid, -1) macro
H A Dconfig.h.in168 * If your system has the calls setreuid() and setregid(),
/netbsd-src/share/doc/psd/05.sysman/
H A Dspell.ok427 setregid
/netbsd-src/lib/libc/sys/
H A DMakefile.inc153 setregid.S setreuid.S setrlimit.S setsid.S setsockopt.S \
289 semget.2 semop.2 send.2 setgroups.2 setpgid.2 setregid.2 \
/netbsd-src/sys/rump/
H A Drump.sysmap60 127 sys_setregid setregid rump___sysimpl_setregid
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dlinetrace.c1837 int setregid () __attribute__ ((weak, alias ("__collector_setregid")));
1843 if (NULL_PTR (setregid)) in __collector_setregid()
1847 int ret = CALL_REAL (setregid)(rgid, egid); in __collector_setregid()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dlinetrace.c1938 int setregid () __attribute__ ((weak, alias ("__collector_setregid")));
1944 if (NULL_PTR (setregid)) in __collector_setregid()
1948 int ret = CALL_REAL (setregid)(rgid, egid); in __collector_setregid()
/netbsd-src/dist/pf/usr.sbin/authpf/
H A Dauthpf.c697 if (setregid(gid, gid) == -1) { in change_filter()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dunbound.c662 if(setregid(cfg_gid,cfg_gid) != 0) in perform_setup()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-crtlmap.map696 setregid
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-crtlmap.map696 setregid
/netbsd-src/external/bsd/nsd/dist/
H A Dconfigure.ac678 …localtime_r setusercontext glob initgroups setresuid setreuid setresgid setregid getpwnam mmap ppo…
732 # check if setreuid en setregid fail, on MacOSX10.4(darwin8).
734 …N_BROKEN_SETREUID, 1, [Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work])
H A 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. */
/netbsd-src/usr.bin/spell/spell/
H A Dspecial.netbsd1112 setregid

12