HomeSort by relevance Sort by last modified time
    Searched refs:xsetuser (Results 1 - 7 of 7) sorted by null

  /external/toybox/toys/lsb/
su.c 66 xsetuser(up);
  /external/toybox/toys/other/
login.c 137 xsetuser(pwd);
  /external/toybox/toys/pending/
tftpd.c 102 if (TT.pw) xsetuser(TT.pw);
crontab.c 292 xsetuser(pwd);
crond.c 444 xsetuser(pwd);
  /external/toybox/lib/
lib.h 144 void xsetuser(struct passwd *pwd);
xwrap.c 587 void xsetuser(struct passwd *pwd) function
590 || setuid(pwd->pw_uid)) perror_exit("xsetuser '%s'", pwd->pw_name);

Completed in 95 milliseconds