Searched refs:__getpwent_a (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/src/passwd/ |
H A D | fgetpwent.c | 10 __getpwent_a(f, &pw, &line, &size, &res); in fgetpwent()
|
H A D | getpwent.c | 21 __getpwent_a(f, &pw, &line, &size, &res); in getpwent()
|
H A D | getpwent_a.c | 11 int __getpwent_a(FILE *f, struct passwd *pw, char **line, size_t *size, struct passwd **res) in __getpwent_a() function
|
H A D | getpw_a.c | 36 while (!(rv = __getpwent_a(f, pw, buf, size, res)) && *res) { in __getpw_a()
|
Completed in 2 milliseconds