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

/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_vpw.c206 static char * grtmp = NULL; local
211 extendline(&grtmp, &grlen, MAXPATHLEN);
212 strlcpy(grtmp, getgrpath(_GROUP), MAXPATHLEN);
214 if (grp_fp != NULL || (grp_fp = fopen(grtmp, "r")) != NULL) {
219 while (!done && fgets(grtmp, grlen, grp_fp) != NULL)
226 if ((p = strchr(grtmp, '\n')) == NULL) {
228 extendline(&grtmp, &grlen, grlen + PWBUFSZ);
229 l = strlen(grtmp);
230 if (fgets(grtmp + l, grlen - l, grp_fp) == NULL)
234 if (*grtmp
[all...]

Completed in 98 milliseconds