Home
last modified time | relevance | path

Searched refs:log_to_file (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c138 bool log_to_file; /* log_to_fd is a file opened by us */ variable
1959 if (log_to_file && log_to_fd >= 0)
1962 log_to_file = 1;
H A Dpppd.h214 extern bool log_to_file; /* log_to_fd is a file */
H A Dmain.c1184 if (!log_to_file && !log_to_specific_fd) in detach()