Searched refs:log_fd_isatty (Results 1 - 2 of 2) sorted by relevance

/external/honggfuzz/includes/libcommon/
H A Dlog.c49 static bool log_fd_isatty = false; variable
59 log_fd_isatty = isatty(log_fd);
79 log_fd_isatty = (isatty(log_fd) == 1 ? true : false);
116 if (log_fd_isatty) {
134 if (log_fd_isatty) {
158 bool logIsTTY(void) { return log_fd_isatty; }
/external/honggfuzz/libcommon/
H A Dlog.c49 static bool log_fd_isatty = false; variable
59 log_fd_isatty = isatty(log_fd);
79 log_fd_isatty = (isatty(log_fd) == 1 ? true : false);
116 if (log_fd_isatty) {
134 if (log_fd_isatty) {
158 bool logIsTTY(void) { return log_fd_isatty; }

Completed in 92 milliseconds