Home
last modified time | relevance | path

Searched refs:LOG_CONS (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dsyslog.h81 #define LOG_CONS 0x02 /* write to console on logger error */ macro
/bionic/libc/unistd/
Dsyslog.c117 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID in vsyslog_r()
269 if (error == -1 && (data->log_stat & LOG_CONS) && in vsyslog_r()