Searched defs:log_to_fd (Results 1 – 2 of 2) sorted by relevance
375 void log_to_fd(int log_fd, const char *format, va_list args) { in log_to_fd() function384 void log_to_fd(int log_fd, const char *format, ...) { in log_to_fd() function
110 int log_to_fd = 1; /* send log messages to this fd too */ variable