getpwent.c | 72 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 in typeref:typename:int
|