OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 15 16:09:53 GMT 2025