Searched refs:getpwuid (Results 1 – 11 of 11) sorted by relevance
37 #define getpwuid bb_internal_getpwuid macro54 struct passwd* FAST_FUNC getpwuid(uid_t __uid);
20 pw = getpwuid(getuid()); in get_shell_name()
36 struct passwd *pw = getpwuid(uid); in xgetpwuid()65 struct passwd *pw = getpwuid(uid); in uid2uname()
245 entry = getpwuid(geteuid()); in get_user_strings()
57 pwd = getpwuid(0); in sulogin_main()
123 pw = getpwuid(cur_uid); in su_main()
110 while (getpwuid(p->pw_uid) || (p->pw_gid == (gid_t)-1 && getgrgid(p->pw_uid))) { in passwd_study()
110 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()
49 pwd = getpwuid(n); in get_uidgid()
464 struct passwd* FAST_FUNC getpwuid(uid_t id) in getpwuid() function
356 pw_ent = getpwuid(statbuf->st_uid);712 pw_ent = getpwuid(statbuf.st_uid); in do_stat()