HomeSort by: relevance | last modified time | path
    Searched defs:pwscan (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/utils/libhack/
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
  /src/usr.sbin/mtree/
getid.c 96 static int pwscan(int, uid_t, const char *);
307 rval = pwscan(1, 0, name);
320 rval = pwscan(1, uid, NULL);
367 pwscan(int search, uid_t uid, const char *name) function in typeref:typename:int

Completed in 12 milliseconds