Searched refs:LOG_CONS (Results 1 – 7 of 7) sorted by relevance
130 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID in __vsyslog_internal()261 if (LogStat & LOG_CONS && in __vsyslog_internal()
403 send_openlog (LOG_CONS); in check_syslog_console()
3 constant LOG_CONS
163 #define LOG_CONS 0x02 /* log on the console if errors in sending */ macro
278 openlog ("nscd", LOG_CONS | LOG_ODELAY, LOG_DAEMON); in main()
230 @item LOG_CONS566 openlog ("exampleprog", LOG_CONS | LOG_PID | LOG_NDELAY, LOG_LOCAL1);
753 [17145] libc: syslog with LOG_CONS leaks console file descriptor