| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | misc.c | 623 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 D | config.ami | 253 /* Define if you have the setregid function. */
|
| H A D | config.h.in | 187 /* Define to 1 if you have the `setregid' function. */
|
| H A D | config.h-vms | 279 /* Define if you have the setregid function. */
|
| H A D | configure.in | 154 getgroups seteuid setegid setlinebuf setreuid setregid \
|
| H A D | config.h.W32 | 189 /* Define to 1 if you have the `setregid' function. */
|
| /netbsd-src/lib/libc/compat-43/ |
| H A D | setrgid.c | 49 return (setregid(rgid, (gid_t)-1)); in setrgid()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | setegid.c | 48 return setregid(-1, egid); in setegid()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | unistd.d | 2444 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 D | unistd.h | 282 int setregid(gid_t, gid_t);
|
| /netbsd-src/external/bsd/cron/dist/ |
| H A D | crontab.c | 896 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 D | os.h | 161 # define setregid(rgid, egid) setresgid(rgid, egid, -1) macro
|
| H A D | config.h.in | 168 * If your system has the calls setreuid() and setregid(),
|
| /netbsd-src/share/doc/psd/05.sysman/ |
| H A D | spell.ok | 427 setregid
|
| /netbsd-src/lib/libc/sys/ |
| H A D | Makefile.inc | 153 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 D | rump.sysmap | 60 127 sys_setregid setregid rump___sysimpl_setregid
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| H A D | linetrace.c | 1837 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 D | linetrace.c | 1938 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 D | authpf.c | 697 if (setregid(gid, gid) == -1) { in change_filter()
|
| /netbsd-src/external/bsd/unbound/dist/daemon/ |
| H A D | unbound.c | 662 if(setregid(cfg_gid,cfg_gid) != 0) in perform_setup()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
| H A D | vms-crtlmap.map | 696 setregid
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
| H A D | vms-crtlmap.map | 696 setregid
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | configure.ac | 678 …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 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. */
|
| /netbsd-src/usr.bin/spell/spell/ |
| H A D | special.netbsd | 1112 setregid
|