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

/netbsd-current/lib/libc/net/
H A Dservent.h38 FILE *plainfile; member in struct:servent_data
H A Dgetservent_r.c82 sd->plainfile = fopen(_PATH_SERVICES, "re");
83 if (sd->plainfile != NULL) {
100 (void)fclose(sd->plainfile);
101 sd->plainfile = NULL;
122 (void)rewind((FILE *)sd->plainfile);
125 sd->line = fparseln(sd->plainfile, NULL, NULL, NULL,

Completed in 98 milliseconds