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

Lines Matching refs:setreuid

601    for example) which claim to be POSIX.1 also have the BSD setreuid and
613 and we must use setreuid and setregid instead. */
627 extern int setreuid ();
628 #endif /* Have setreuid. */
729 /* In 4BSD, the setreuid/setregid calls set both the real and effective IDs.
732 the real, leaving only one alternative. Using setreuid/setregid, however,
734 single setreuid or setregid call. */
736 if (setreuid (make_uid, user_uid) < 0)
737 pfatal_with_name ("user_access: setreuid");
785 if (setreuid (user_uid, make_uid) < 0)
786 pfatal_with_name ("make_access: setreuid");
827 if (setreuid (user_uid, user_uid) < 0)
828 pfatal_with_name ("child_access: setreuid");