Searched refs:pwscan (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dgetpwent.c72 static int pwscan(int, uid_t, const char *, struct passwd *,
91 !pwscan(0, 0, NULL, &_pw_passwd, pwline, sizeof(pwline)))
104 rval = !pwscan(0, 0, NULL, pwres, buf, bufsiz);
128 rval = !pwscan(1, 0, name, pwres, buf, bufsiz);
154 rval = !pwscan(1, uid, NULL, pwres, buf, bufsiz);
206 pwscan(int search, uid_t uid, const char *name, struct passwd *pwd, char *buf, function
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dgetid.c96 static int pwscan(int, uid_t, const char *);
299 rval = pwscan(1, 0, name);
312 rval = pwscan(1, uid, NULL);
355 pwscan(int search, uid_t uid, const char *name) function

Completed in 109 milliseconds