Home
last modified time | relevance | path

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

/glibc-2.36/misc/
Dsyslog.c130 #define INTERNALLOG LOG_ERR|LOG_CONS|LOG_PERROR|LOG_PID in __vsyslog_internal()
261 if (LogStat & LOG_CONS && in __vsyslog_internal()
Dtst-syslog.c403 send_openlog (LOG_CONS); in check_syslog_console()
/glibc-2.36/conform/data/
Dsyslog.h-data3 constant LOG_CONS
/glibc-2.36/misc/sys/
Dsyslog.h163 #define LOG_CONS 0x02 /* log on the console if errors in sending */ macro
/glibc-2.36/nscd/
Dnscd.c278 openlog ("nscd", LOG_CONS | LOG_ODELAY, LOG_DAEMON); in main()
/glibc-2.36/manual/
Dsyslog.texi230 @item LOG_CONS
566 openlog ("exampleprog", LOG_CONS | LOG_PID | LOG_NDELAY, LOG_LOCAL1);
/glibc-2.36/
DNEWS753 [17145] libc: syslog with LOG_CONS leaks console file descriptor