Home
last modified time | relevance | path

Searched refs:LOG_SYSLOG (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Modules/
Dsyslogmodule.c289 #ifndef LOG_SYSLOG in initsyslog()
290 #define LOG_SYSLOG LOG_DAEMON in initsyslog() macro
302 PyModule_AddIntConstant(m, "LOG_SYSLOG", LOG_SYSLOG); in initsyslog()
/external/python/cpython2/Doc/library/
Dsyslog.rst77 :const:`LOG_CRON`, :const:`LOG_SYSLOG` and :const:`LOG_LOCAL0` to
Dlogging.handlers.rst508 | ``syslog`` | LOG_SYSLOG |
/external/python/cpython2/Lib/logging/
Dhandlers.py671 LOG_SYSLOG = 5 # messages generated internally by syslogd variable in SysLogHandler
715 "syslog": LOG_SYSLOG,
/external/dnsmasq/src/
Doption.c37 { "syslog", LOG_SYSLOG },
/external/python/cpython2/Misc/
DHISTORY12053 - Added the LOG_SYSLOG constant to the syslog module, if defined.