Home | History | Annotate | Download | only in libhack

Lines Matching refs:passwd

35  * and then gutted, leaving only /etc/master.passwd support.
72 static int pwscan(int, uid_t, const char *, struct passwd *,
74 static int pwmatchline(int, uid_t, const char *, struct passwd *,
78 static struct passwd _pw_passwd; /* password structure */
86 struct passwd *
97 getpwent_r(struct passwd *pwres, char *buf, size_t bufsiz,
98 struct passwd **pwd)
112 struct passwd *
115 struct passwd *pwd;
121 getpwnam_r(const char *name, struct passwd *pwres, char *buf, size_t bufsiz,
122 struct passwd **pwd)
138 struct passwd *
141 struct passwd *pwd;
147 getpwuid_r(uid_t uid, struct passwd *pwres, char *buf, size_t bufsiz,
148 struct passwd **pwd)
206 pwscan(int search, uid_t uid, const char *name, struct passwd *pwd, char *buf,
233 pwmatchline(int search, uid_t uid, const char *name, struct passwd *pwd,
247 pwd->pw_passwd = strsep(&bp, ":\n"); /* passwd */