OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:netf
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/net/
getnetent.c
68
static FILE *
netf
;
variable
97
if (
netf
== NULL)
98
netf
= fopen(_PATH_NETWORKS, "re");
100
rewind(
netf
);
108
if (
netf
) {
109
fclose(
netf
);
110
netf
= NULL;
121
if (
netf
== NULL && (
netf
= fopen(_PATH_NETWORKS, "re")) == NULL)
128
p = fgets(line, (int)sizeof line,
netf
);
[
all
...]
/src/libexec/rlogind/
rlogind.c
233
static int
netf
;
variable
385
netf
= f;
588
shutdown(
netf
, 2);
Completed in 25 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026