Searched refs:setresgid (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-setres_id.h20 int setresgid(gid_t, gid_t, gid_t);
H A Dbsd-setres_id.c30 setresgid(gid_t rgid, gid_t egid, gid_t sgid) function
H A Dbsd-misc.c89 return(setresgid(-1, egid, -1));
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dsetegid.c50 return setresgid(-1, egid, -1);
/macosx-10.10/screen-22/screen/
H A Dosdef.h66 extern int setresgid __P((int, int, int));
H A Dosdef.h.in88 extern int setresgid __P((int, int, int));
H A Dos.h161 # define setregid(rgid, egid) setresgid(rgid, egid, -1)
/macosx-10.10/sudo-73/src/
H A Dset_perms.c92 (void) setresgid(-1, ROOT_GID, -1);
98 (void) setresgid(-1, user_gid, -1);
116 (void) setresgid(-1, runas_gr ?
138 if (setresgid(-1, SUDOERS_GID, -1)) {
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsys_compat.c145 return setresgid(-1, egid, -1);
/macosx-10.10/procmail-14/procmail/src/
H A Dincludes.h384 #define setrgid(gid) setresgid(gid,-1,-1)
388 #define setegid(gid) setresgid(-1,gid,-1)
H A Dautoconf1039 setrgid(0);setegid(0);setregid(0,0);setresgid(0,0,0);opendir("0");
1098 grepfor setresgid '#define NOsetresgid'
/macosx-10.10/OpenSSH-189/openssh/
H A Duidswap.c216 if (setresgid(pw->pw_gid, pw->pw_gid, pw->pw_gid) < 0)
217 fatal("setresgid %u: %.100s", (u_int)pw->pw_gid, strerror(errno));
H A Dauth2-pubkey.c540 if (setresgid(pw->pw_gid, pw->pw_gid, pw->pw_gid) != 0) {
541 error("setresgid %u: %s", (u_int)pw->pw_gid,
H A Dconfigure10005 for ac_func in setresgid
10007 ac_fn_c_check_func "$LINENO" "setresgid" "ac_cv_func_setresgid"
10013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if setresgid seems to work" >&5
10014 $as_echo_n "checking if setresgid seems to work... " >&6; }
10031 setresgid(0,0,0);
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h475 # define setegid(X) setresgid(-1,X,-1)
/macosx-10.10/ruby-106/ruby/
H A Dprocess.c5300 * Process::Sys.setresgid(rid, eid, sid) -> nil
5314 if (setresgid(OBJ2GID(rid), OBJ2GID(eid), OBJ2GID(sid)) != 0) rb_sys_fail(0);
5388 if (setresgid(gid, -1, -1) < 0) rb_sys_fail(0);
5754 if (setresgid(gid, gid, gid) < 0) rb_sys_fail(0);
5816 if (setresgid((getgid() == gid)? (rb_gid_t)-1: gid,
6072 if (setresgid(-1, gid, -1) < 0) rb_sys_fail(0);
6112 if (setresgid(-1,egid,egid) < 0) rb_sys_fail(0);
6116 if (setresgid(-1,egid,-1) < 0) rb_sys_fail(0);
6272 if (setresgid(egid, gid, gid) < 0) rb_sys_fail(0);
6870 rb_define_module_function(rb_mProcID_Syscall, "setresgid", p_sys_setresgi
[all...]
H A Dconfigure15747 setrgid setegid setregid setresgid issetugid pause lchown lchmod\
/macosx-10.10/bind9-45.101/bind9/bin/named/unix/
H A Dos.c745 if (setresgid(-1, gid, -1) == -1) {
/macosx-10.10/Heimdal-398.1.2/
H A Dconfigure25221 setresgid \

Completed in 430 milliseconds