Searched defs:fgetnetconfig (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c58 static struct netconfig *fgetnetconfig(FILE *, char *);
100 static int fieldnum = 0; /* "owned" by fgetnetconfig() */
301 * fgetnetconfig() returns a NULL) and counts the
308 for (tpp = listpp; *tpp = fgetnetconfig(fp, NULL); tpp++)
318 * fgetnetconfig() parses a line of the netconfig file into
324 fgetnetconfig(FILE *fp, char *netid) function

Completed in 58 milliseconds