Home
last modified time | relevance | path

Searched refs:xgetpwnam (Results 1 - 13 of 13) sorted by relevance

/third_party/toybox/openharmony/
H A Dsu.c35 struct passwd *xgetpwnam(char *name) in xgetpwnam() function
148 xsetuser(up = xgetpwnam(name)); in main()
/third_party/toybox/toys/lsb/
H A Dsu.c71 xsetuser(up = xgetpwnam(name)); in su_main()
H A Dpasswd.c65 if (*toys.optargs) pw = xgetpwnam(*toys.optargs); in passwd_main()
/third_party/toybox/toys/pending/
H A Dchsh.c39 passwd_info = xgetpwnam(user); in chsh_main()
H A Dgroupdel.c33 xgetpwnam(*toys.optargs); in groupdel_main()
H A Dgroupadd.c70 xgetpwnam(*toys.optargs); in groupadd_main()
H A Duserdel.c93 struct passwd *pwd = xgetpwnam(*toys.optargs); in userdel_main()
H A Dcrontab.c347 pwd = xgetpwnam(TT.user); in crontab_main()
H A Dtftpd.c263 if (TT.user) TT.pw = xgetpwnam(TT.user); in tftpd_main()
/third_party/toybox/toys/posix/
H A Did.c97 pw = xgetpwnam(username); in do_id()
/third_party/toybox/lib/
H A Dlib.h179 struct passwd *xgetpwnam(char *name);
H A Dxwrap.c705 struct passwd *xgetpwnam(char *name) in xgetpwnam() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h174 struct passwd *xgetpwnam(char *name);

Completed in 7 milliseconds