Home | History | Annotate | Download | only in make-3.81

Lines Matching full:setgid

599 /* Hopefully if a system says it's POSIX.1 and has the setuid and setgid
622 extern int setuid (), setgid ();
700 group IDs are those of make (if it was installed setuid or setgid).
716 /* System V has only the setuid/setgid calls to set user/group IDs.
717 There is an effective ID, which can be set by setuid/setgid.
731 at any one time. If you use setuid/setgid
747 if (setgid (user_gid) < 0)
748 pfatal_with_name ("user_access: setgid");
795 if (setgid (make_gid) < 0)
796 pfatal_with_name ("make_access: setgid");
832 if (setgid (user_gid) < 0)
833 pfatal_with_name ("child_access: setgid");