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

/freebsd-10.0-release/usr.sbin/pw/
H A Dpw_vpw.c121 static FILE * grp_fp = NULL; variable
126 if (grp_fp != NULL) {
127 fclose(grp_fp);
128 grp_fp = NULL;
154 if (grp_fp != NULL || (grp_fp = fopen(getgrpath(_GROUP), "r")) != NULL) {
155 while ((linelen = getline(&line, &linecap, grp_fp)) > 0) {

Completed in 79 milliseconds