Home
last modified time | relevance | path

Searched refs:xgetpwnam (Results 1 – 8 of 8) sorted by relevance

/busybox-1.35.0/libbb/
Dbb_pwd.c17 struct passwd* FAST_FUNC xgetpwnam(const char *name) in xgetpwnam() function
91 myuser = xgetpwnam(name); in xuname2uid()
/busybox-1.35.0/loginutils/
Ddeluser.c98 pw = xgetpwnam(name); /* bail out if USER is wrong */ in deluser_main()
Dsu.c129 pw = xgetpwnam(opt_username); in su_main()
Dpasswd.c145 pw = xgetpwnam(name); in passwd_main()
/busybox-1.35.0/miscutils/
Dcrontab.c114 pas = xgetpwnam(user_name); in crontab_main()
/busybox-1.35.0/coreutils/
Did.c183 struct passwd *p = xgetpwnam(username); in id_main()
/busybox-1.35.0/networking/
Dtftp.c916 G.pw = xgetpwnam(user_opt); in tftpd_main()
/busybox-1.35.0/include/
Dlibbb.h1165 struct passwd* xgetpwnam(const char *name) FAST_FUNC;