Searched refs:pw_ent (Results 1 – 2 of 2) sorted by relevance
313 struct passwd *pw_ent; variable356 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() local712 pw_ent = getpwuid(statbuf.st_uid); in do_stat()743 (pw_ent != NULL) ? pw_ent->pw_name : "UNKNOWN", in do_stat()
1147 struct passwd *pw_ent; in get_uid_gid() local1154 if (flag == UID && (pw_ent = getpwnam(string)) != NULL) in get_uid_gid()1155 return pw_ent->pw_uid; in get_uid_gid()