HomeSort by: relevance | last modified time | path
    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