HomeSort by: relevance | last modified time | path
    Searched defs:gfile (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/ypserv/mknetid/
mknetid.c 291 FILE *gfile; local in function:read_group
297 if ((gfile = fopen(fname, "r")) == NULL)
302 (line = fparseln(gfile, &len, &line_no, NULL, FPARSELN_UNESCALL));
353 (void)fclose(gfile);
mknetid.c 291 FILE *gfile; local in function:read_group
297 if ((gfile = fopen(fname, "r")) == NULL)
302 (line = fparseln(gfile, &len, &line_no, NULL, FPARSELN_UNESCALL));
353 (void)fclose(gfile);
mknetid.c 291 FILE *gfile; local in function:read_group
297 if ((gfile = fopen(fname, "r")) == NULL)
302 (line = fparseln(gfile, &len, &line_no, NULL, FPARSELN_UNESCALL));
353 (void)fclose(gfile);

Completed in 31 milliseconds