Home
last modified time | relevance | path

Searched refs:xsetuser (Results 1 - 9 of 9) sorted by relevance

/third_party/toybox/openharmony/
H A Dsu.c83 static void xsetuser(struct passwd *pwd) in xsetuser() function
148 xsetuser(up = xgetpwnam(name)); in main()
/third_party/toybox/toys/lsb/
H A Dsu.c71 xsetuser(up = xgetpwnam(name)); in su_main()
/third_party/toybox/toys/other/
H A Dlogin.c121 xsetuser(pwd); in login_main()
/third_party/toybox/toys/pending/
H A Dcrontab.c295 xsetuser(pwd); in do_edit()
H A Dtftpd.c117 if (TT.pw) xsetuser(TT.pw); in do_action()
H A Dcrond.c447 xsetuser(pwd); in do_fork()
/third_party/toybox/lib/
H A Dlib.h183 void xsetuser(struct passwd *pwd);
H A Dxwrap.c724 void xsetuser(struct passwd *pwd) in xsetuser() function
727 || setuid(pwd->pw_uid)) perror_exit("xsetuser '%s'", pwd->pw_name); in xsetuser()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h178 void xsetuser(struct passwd *pwd);

Completed in 9 milliseconds