Searched defs:pw (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/passwd/
H A Dputpwent.c5 int putpwent(const struct passwd* pw, FILE* f) { argument
H A Dfgetpwent.c6 static struct passwd pw; local
H A Dgetpwent_a.c10 int __getpwent_a(FILE* f, struct passwd* pw, char** line, size_t* size, struct passwd** res) { argument
[all...]
H A Dgetpwent.c5 static struct passwd pw; variable in typeref:struct:passwd
H A Dgetpw_a.c18 int __getpw_a(const char* name, uid_t uid, struct passwd* pw, char** buf, size_t* size, argument
[all...]
H A Dgetpw_r.c5 static int getpw_r(const char* name, uid_t uid, struct passwd* pw, char* buf, size_t size, argument
28 int getpwnam_r(const char* name, struct passwd* pw, char* buf, size_t size, struct passwd** res) { argument
32 int getpwuid_r(uid_t uid, struct passwd* pw, char* buf, size_t size, struct passwd** res) { argument
/fuchsia/zircon/third_party/ulib/musl/src/legacy/
H A Dcuserid.c7 struct passwd pw, *ppw; local
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexpand.c171 struct passwd *pw = getpwnam(name); local

Completed in 86 milliseconds