Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pw/
H A Dpw_vpw.c133 static FILE * grp_fp = NULL; variable
138 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()