Lines Matching refs:user
639 /* Keep track of the user and group IDs for user- and make- access. */
642 static enum { make, user } current_access;
657 fprintf (stderr, _("%s: user %lu (real %lu), group %lu (real %lu)\n"),
687 user data (i.e., to stat files, or to spawn a child process). */
696 if (current_access == user)
699 /* We are in "make access" mode. This means that the effective user and
701 We now want to set the effective user and group IDs to the real IDs,
716 /* System V has only the setuid/setgid calls to set user/group IDs.
755 current_access = user;
757 log_access (_("User access"));
820 /* Set both the real and effective UID and GID to the user's.