Home
last modified time | relevance | path

Searched refs:xgetpwuid (Results 1 - 8 of 8) sorted by relevance

/third_party/toybox/toys/posix/
H A Did.c104 pw = xgetpwuid(i ? uid : euid); in do_id()
116 pw = xgetpwuid(euid); in do_id()
H A Dlogger.c61 if (!TT.t) TT.t = xstrdup(xgetpwuid(geteuid())->pw_name); in logger_main()
/third_party/toybox/toys/pending/
H A Dchsh.c43 passwd_info = xgetpwuid(getuid()); in chsh_main()
H A Dcrontab.c348 } else pwd = xgetpwuid(getuid()); in crontab_main()
/third_party/toybox/toys/lsb/
H A Dpasswd.c66 else pw = xgetpwuid(myuid); in passwd_main()
/third_party/toybox/lib/
H A Dlib.h177 struct passwd *xgetpwuid(uid_t uid);
H A Dxwrap.c662 struct passwd *xgetpwuid(uid_t uid) in xgetpwuid() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h172 struct passwd *xgetpwuid(uid_t uid);

Completed in 5 milliseconds