Home
last modified time | relevance | path

Searched refs:getpwuid (Results 1 – 11 of 11) sorted by relevance

/busybox-1.35.0/include/
Dpwd_.h37 #define getpwuid bb_internal_getpwuid macro
54 struct passwd* FAST_FUNC getpwuid(uid_t __uid);
/busybox-1.35.0/libbb/
Dget_shell_name.c20 pw = getpwuid(getuid()); in get_shell_name()
Dbb_pwd.c36 struct passwd *pw = getpwuid(uid); in xgetpwuid()
65 struct passwd *pw = getpwuid(uid); in uid2uname()
Dlineedit.c245 entry = getpwuid(geteuid()); in get_user_strings()
/busybox-1.35.0/loginutils/
Dsulogin.c57 pwd = getpwuid(0); in sulogin_main()
Dsu.c123 pw = getpwuid(cur_uid); in su_main()
Dadduser.c110 while (getpwuid(p->pw_uid) || (p->pw_gid == (gid_t)-1 && getgrgid(p->pw_uid))) { in passwd_study()
/busybox-1.35.0/util-linux/
Dipcs.c110 pw = getpwuid(ipcp->cuid); in print_perms()
117 pw = getpwuid(ipcp->uid); in print_perms()
205 pw = getpwuid(ipcp->uid); in do_shm()
321 pw = getpwuid(ipcp->uid); in do_sem()
422 pw = getpwuid(ipcp->uid); in do_msg()
/busybox-1.35.0/libpwdgrp/
Duidgid_get.c49 pwd = getpwuid(n); in get_uidgid()
Dpwd_grp.c464 struct passwd* FAST_FUNC getpwuid(uid_t id) in getpwuid() function
/busybox-1.35.0/coreutils/
Dstat.c356 pw_ent = getpwuid(statbuf->st_uid);
712 pw_ent = getpwuid(statbuf.st_uid); in do_stat()