Searched refs:grfile (Results 1 – 1 of 1) sorted by relevance
652 FILE *grfile; in __getgrouplist_internal() local666 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