Home
last modified time | relevance | path

Searched refs:__ypparse (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libc/gen/
H A Dgetpwent.c98 static int __ypparse(struct passwd *pw, char *s, int);
182 __ypparse(struct passwd *pw, char *s, int yp_pw_flags) in __ypparse() function
415 if (__ypparse(pw, pwbuf, __yp_pw_flags)) in getpwent()
654 if (__ypparse(pw, buf, yp_pw_flags) || in __yppwlookup()