Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/
A Dpwd_grp.c652 FILE *grfile; in __getgrouplist_internal() local
666 grfile = fopen(_PATH_GROUP, "r"); in __getgrouplist_internal()
668 if (!grfile) in __getgrouplist_internal()
671 __STDIO_SET_USER_LOCKING(grfile); in __getgrouplist_internal()
673 while (!__pgsreader(__parsegrent, &group, buff, sizeof(buff), grfile)) { in __getgrouplist_internal()
694 fclose(grfile); in __getgrouplist_internal()

Completed in 4 milliseconds