Home
last modified time | relevance | path

Searched defs:log_to_fd (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
DFDInterposing.cpp375 void log_to_fd(int log_fd, const char *format, va_list args) { in log_to_fd() function
384 void log_to_fd(int log_fd, const char *format, ...) { in log_to_fd() function
/external/ppp/pppd/
Doptions.c110 int log_to_fd = 1; /* send log messages to this fd too */ variable