Home
last modified time | relevance | path

Searched refs:LOG_PERROR (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Modules/
Dsyslogmodule.c294 #ifdef LOG_PERROR in syslog_exec()
295 ADD_INT_MACRO(module, LOG_PERROR); in syslog_exec()
/third_party/musl/include/
Dsyslog.h57 #define LOG_PERROR 0x20 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h57 #define LOG_PERROR 0x20 macro
/third_party/musl/ndk_musl_include/
Dsyslog.h57 #define LOG_PERROR 0x20 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h57 #define LOG_PERROR 0x20 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h57 #define LOG_PERROR 0x20 macro
/third_party/toybox/toys/posix/
Dlogger.c92 openlog(TT.t, LOG_PERROR*!!(toys.optflags&FLAG_s), facility); in logger_main()
/third_party/musl/src/misc/
Dsyslog.c121 if (log_opt & LOG_PERROR) dprintf(2, "%.*s", l-hlen, buf+hlen); in _vsyslog()
/third_party/musl/porting/liteos_a/user/src/misc/
Dsyslog.c125 if (log_opt & LOG_PERROR) dprintf(2, "%.*s", l-hlen, buf+hlen); in _vsyslog()
/third_party/python/Doc/library/
Dsyslog.rst98 :const:`LOG_PERROR`.
/third_party/musl/
DWHATSNEW1307 - syslog options LOG_CONS and LOG_PERROR