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

/seL4-refos-master/libs/libmuslc/src/passwd/
H A Dgetpwent_a.c4 static unsigned atou(char **s) function
35 *s++ = 0; pw->pw_uid = atou(&s);
38 *s++ = 0; pw->pw_gid = atou(&s);
H A Dgetgrent_a.c4 static unsigned atou(char **s) function
36 *s++ = 0; gr->gr_gid = atou(&s);

Completed in 75 milliseconds