Home
last modified time | relevance | path

Searched refs:pw_ent (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/coreutils/
Dstat.c313 struct passwd *pw_ent; variable
356 pw_ent = getpwuid(statbuf->st_uid);
357 printfs(pformat, (pw_ent != NULL) ? pw_ent->pw_name : "UNKNOWN");
708 struct passwd *pw_ent; in do_stat() local
712 pw_ent = getpwuid(statbuf.st_uid); in do_stat()
743 (pw_ent != NULL) ? pw_ent->pw_name : "UNKNOWN", in do_stat()
/busybox-1.35.0/miscutils/
Ddevfsd.c1147 struct passwd *pw_ent; in get_uid_gid() local
1154 if (flag == UID && (pw_ent = getpwnam(string)) != NULL) in get_uid_gid()
1155 return pw_ent->pw_uid; in get_uid_gid()