Home
last modified time | relevance | path

Searched refs:__getpwent_a (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/src/passwd/
H A Dfgetpwent.c10 __getpwent_a(f, &pw, &line, &size, &res); in fgetpwent()
H A Dgetpwent.c21 __getpwent_a(f, &pw, &line, &size, &res); in getpwent()
H A Dgetpwent_a.c11 int __getpwent_a(FILE *f, struct passwd *pw, char **line, size_t *size, struct passwd **res) in __getpwent_a() function
H A Dgetpw_a.c36 while (!(rv = __getpwent_a(f, pw, buf, size, res)) && *res) { in __getpw_a()

Completed in 2 milliseconds