HomeSort by: relevance | last modified time | path
    Searched refs:plainfile (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/net/
servent.h 38 FILE *plainfile; member in struct:servent_data
getservent_r.c 82 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 12 milliseconds