getgrent.c | 343 char filebuf[_GETGR_R_SIZE_MAX], *ep; local in function:__grscan_files 362 while (fgets(filebuf, (int)sizeof(filebuf), state->fp) != NULL) { 363 ep = strchr(filebuf, '\n'); 373 if (filebuf[0] == '+') /* skip compat line */ 377 if (! _gr_parse(filebuf, grp, buffer, buflen)) { 1356 char filebuf[_GETGR_R_SIZE_MAX], *ep; local in function:__grscan_compat 1406 &cgrp, filebuf, sizeof(filebuf), &cgrpres); 1417 &cretval, &cgrp, filebuf, [all...] |