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

/fuchsia/zircon/third_party/ulib/musl/src/passwd/
H A Dgetpwent_a.c3 static unsigned atou(char** s) { function
35 pw->pw_uid = atou(&s);
40 pw->pw_gid = atou(&s);
H A Dgetgrent_a.c3 static unsigned atou(char** s) { function
37 gr->gr_gid = atou(&s);

Completed in 23 milliseconds