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

/seL4-refos-master/libs/libmuslc/src/passwd/
H A Dputpwent.c5 int putpwent(const struct passwd *pw, FILE *f) argument
H A Dfgetpwent.c7 static struct passwd pw; local
H A Dgetpwent.c5 static struct passwd pw; variable in typeref:struct:passwd
H A Dgetpwent_a.c11 int __getpwent_a(FILE *f, struct passwd *pw, char **line, size_t *size, struct passwd **res) argument
[all...]
H A Dgetpw_a.c20 int __getpw_a(const char *name, uid_t uid, struct passwd *pw, char **buf, size_t *size, struct passwd **res) argument
[all...]
H A Dgetpw_r.c6 static int getpw_r(const char *name, uid_t uid, struct passwd *pw, char *buf, size_t size, struct passwd **res) argument
33 int getpwnam_r(const char *name, struct passwd *pw, char *buf, size_t size, struct passwd **res) argument
38 int getpwuid_r(uid_t uid, struct passwd *pw, char *buf, size_t size, struct passwd **res) argument
/seL4-refos-master/libs/libmuslc/src/legacy/
H A Dcuserid.c8 struct passwd pw, *ppw; local

Completed in 73 milliseconds