OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:statusfilename
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ppp/usr.sbin/plugins/status/
status.c
78
static char *
statusfilename
= 0;
variable
86
{ "lcpstatus", o_string, &
statusfilename
,
96
statusfile = fopen(
statusfilename
, "w");
98
warn("can't write %s to log LCP status",
statusfilename
);
99
free(
statusfilename
);
100
statusfilename
= 0;
110
if (!
statusfilename
) return; /* not enabled */
116
if (!
statusfilename
) return; /* not enabled */
122
if (!
statusfilename
) return; /* not enabled */
131
if (!
statusfilename
) return; /* not enabled *
[
all
...]
status.c
78
static char *
statusfilename
= 0;
variable
86
{ "lcpstatus", o_string, &
statusfilename
,
96
statusfile = fopen(
statusfilename
, "w");
98
warn("can't write %s to log LCP status",
statusfilename
);
99
free(
statusfilename
);
100
statusfilename
= 0;
110
if (!
statusfilename
) return; /* not enabled */
116
if (!
statusfilename
) return; /* not enabled */
122
if (!
statusfilename
) return; /* not enabled */
131
if (!
statusfilename
) return; /* not enabled *
[
all
...]
Completed in 28 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026