Searched refs:log_fd_isatty (Results 1 – 1 of 1) sorted by relevance
49 static bool log_fd_isatty = false; variable59 log_fd_isatty = isatty(log_fd); in log_init()79 log_fd_isatty = (isatty(log_fd) == 1 ? true : false); in logInitLogFile()116 if (log_fd_isatty) { in logLog()134 if (log_fd_isatty) { in logLog()158 bool logIsTTY(void) { return log_fd_isatty; } in logIsTTY()