Searched refs:log_fd_isatty (Results 1 – 1 of 1) sorted by relevance
52 static bool log_fd_isatty = false; variable61 log_fd_isatty = isatty(log_fd); in log_init()82 log_fd_isatty = (isatty(log_fd) == 1 ? true : false); in logInitLogFile()118 if (log_fd_isatty) { in logLog()136 if (log_fd_isatty) { in logLog()156 log_fd_isatty = isatty(log_fd); in logRedirectLogFD()172 return log_fd_isatty; in logIsTTY()