OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:netf
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/net/
getnetent.c
68
static FILE *
netf
;
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 in typeref:typename:int
385
netf
= f;
588
shutdown(
netf
, 2);
/src/usr.sbin/ypserv/revnetgroup/
parse_netgroup.c
348
if (fgets(line, LINSIZ,
netf
)) {
Completed in 20 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025