/third_party/openssl/crypto/bio/ |
D | bss_log.c | 55 # define LOG_ALERT 1 macro 67 # define LOG_ALERT 1 macro 145 6, "ALERT ", LOG_ALERT in slg_write() 148 4, "ALR ", LOG_ALERT in slg_write() 262 case LOG_ALERT: in xsyslog() 338 case LOG_ALERT: in xsyslog()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
D | bss_log.c | 55 # define LOG_ALERT 1 macro 67 # define LOG_ALERT 1 macro 145 6, "ALERT ", LOG_ALERT in slg_write() 148 4, "ALR ", LOG_ALERT in slg_write() 262 case LOG_ALERT: in xsyslog() 338 case LOG_ALERT: in xsyslog()
|
/third_party/musl/include/ |
D | syslog.h | 11 #define LOG_ALERT 1 macro 77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | syslog.h | 11 #define LOG_ALERT 1 macro 77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | syslog.h | 11 #define LOG_ALERT 1 macro 77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | syslog.h | 11 #define LOG_ALERT 1 macro 77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
|
/third_party/musl/ndk_musl_include/ |
D | syslog.h | 11 #define LOG_ALERT 1 macro 77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
|
/third_party/libcoap/include/coap3/ |
D | coap_debug.h | 144 #ifndef LOG_ALERT 145 # define LOG_ALERT COAP_LOG_ALERT macro
|
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
D | syslogtst.c | 105 syslog(LOG_MAIL | LOG_ALERT, in main() 243 syslog(LOG_USER | LOG_ALERT, "syslogtst: alert log"); in main()
|
/third_party/NuttX/include/ |
D | syslog.h | 106 #define LOG_ALERT 1 /* Action must be taken immediately */ macro
|
/third_party/musl/libc-test/src/api/ |
D | syslog.c | 31 C(LOG_ALERT) in f()
|
/third_party/python/Modules/ |
D | syslogmodule.c | 276 ADD_INT_MACRO(module, LOG_ALERT); in syslog_exec()
|
/third_party/python/Lib/test/ |
D | test_pkgutil.py | 205 logging.handlers.SysLogHandler.LOG_ALERT), 207 logging.handlers.SysLogHandler.LOG_ALERT),
|
/third_party/python/Doc/library/ |
D | syslog.rst | 84 :const:`LOG_EMERG`, :const:`LOG_ALERT`, :const:`LOG_CRIT`, :const:`LOG_ERR`,
|
D | logging.handlers.rst | 685 | ``alert`` | LOG_ALERT |
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 189 LOG_ALERT
|
D | android.txt | 1081 LOG_ALERT
|
/third_party/python/Lib/logging/ |
D | handlers.py | 754 LOG_ALERT = 1 # action must be taken immediately variable in SysLogHandler 791 "alert": LOG_ALERT,
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 255 pub const LOG_ALERT: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1345 pub const LOG_ALERT: ::c_int = 1; constant
|
/third_party/node/deps/openssl/openssl/ |
D | CHANGES.md | 15896 ALERT, ALR => LOG_ALERT 15909 LOG_EMERG, LOG_ALERT, LOG_CRIT, LOG_ERR => EVENTLOG_ERROR_TYPE
|
/third_party/openssl/ |
D | CHANGES.md | 15834 ALERT, ALR => LOG_ALERT 15847 LOG_EMERG, LOG_ALERT, LOG_CRIT, LOG_ERR => EVENTLOG_ERROR_TYPE
|