OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rpcf
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/rpc/
getrpcent.c
74
FILE *
rpcf
;
member in struct:rpcdata
143
if (d->
rpcf
== NULL)
144
d->
rpcf
= fopen(RPCDB, "re");
146
rewind(d->
rpcf
);
157
if (d->
rpcf
&& !d->stayopen) {
158
fclose(d->
rpcf
);
159
d->
rpcf
= NULL;
170
if (d->
rpcf
== NULL && (d->
rpcf
= fopen(RPCDB, "re")) == NULL)
172
if (fgets(d->line, BUFSIZ, d->
rpcf
) == NULL
[
all
...]
getrpcent.c
74
FILE *
rpcf
;
member in struct:rpcdata
143
if (d->
rpcf
== NULL)
144
d->
rpcf
= fopen(RPCDB, "re");
146
rewind(d->
rpcf
);
157
if (d->
rpcf
&& !d->stayopen) {
158
fclose(d->
rpcf
);
159
d->
rpcf
= NULL;
170
if (d->
rpcf
== NULL && (d->
rpcf
= fopen(RPCDB, "re")) == NULL)
172
if (fgets(d->line, BUFSIZ, d->
rpcf
) == NULL
[
all
...]
Completed in 21 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025