Home
last modified time | relevance | path

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

/third_party/musl/src/passwd/
Dgetpwent_a.c4 static unsigned atou(char **s) in atou() function
35 *s++ = 0; pw->pw_uid = atou(&s); in __getpwent_a()
38 *s++ = 0; pw->pw_gid = atou(&s); in __getpwent_a()
Dgetgrent_a.c4 static unsigned atou(char **s) in atou() function
36 *s++ = 0; gr->gr_gid = atou(&s); in __getgrent_a()