Searched refs:grp_fp (Results 1 – 1 of 1) sorted by relevance
133 static FILE * grp_fp = NULL; variable138 if (grp_fp != NULL) { in vendgrent()139 fclose(grp_fp); in vendgrent()140 grp_fp = NULL; in vendgrent()162 if (grp_fp != NULL || (grp_fp = fopen(getgrpath(_GROUP), "r")) != NULL) { in vnextgrent()163 while ((linelen = getline(&line, &linecap, grp_fp)) > 0) { in vnextgrent()