Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c144 bool log_to_file; /* log_to_fd is a file opened by us */ variable
1965 if (log_to_file && log_to_fd >= 0)
1968 log_to_file = 1;
H A Dpppd.h207 extern bool log_to_file; /* log_to_fd is a file */
H A Dmain.c1187 if (!log_to_file && !log_to_specific_fd) in detach()