/third_party/boost/doc/html/boost_asio/example/cpp11/fork/ |
D | daemon.cpp | 110 syslog(LOG_ERR | LOG_USER, "First fork failed: %m"); in main() 139 syslog(LOG_ERR | LOG_USER, "Second fork failed: %m"); in main() 153 syslog(LOG_ERR | LOG_USER, "Unable to open /dev/null: %m"); in main() 163 syslog(LOG_ERR | LOG_USER, "Unable to open output file %s: %m", output); in main() 170 syslog(LOG_ERR | LOG_USER, "Unable to dup output descriptor: %m"); in main() 186 syslog(LOG_ERR | LOG_USER, "Exception: %s", e.what()); in main()
|
/third_party/boost/libs/asio/example/cpp11/fork/ |
D | daemon.cpp | 110 syslog(LOG_ERR | LOG_USER, "First fork failed: %m"); in main() 139 syslog(LOG_ERR | LOG_USER, "Second fork failed: %m"); in main() 153 syslog(LOG_ERR | LOG_USER, "Unable to open /dev/null: %m"); in main() 163 syslog(LOG_ERR | LOG_USER, "Unable to open output file %s: %m", output); in main() 170 syslog(LOG_ERR | LOG_USER, "Unable to dup output descriptor: %m"); in main() 186 syslog(LOG_ERR | LOG_USER, "Exception: %s", e.what()); in main()
|
/third_party/boost/libs/asio/example/cpp03/fork/ |
D | daemon.cpp | 111 syslog(LOG_ERR | LOG_USER, "First fork failed: %m"); in main() 140 syslog(LOG_ERR | LOG_USER, "Second fork failed: %m"); in main() 154 syslog(LOG_ERR | LOG_USER, "Unable to open /dev/null: %m"); in main() 164 syslog(LOG_ERR | LOG_USER, "Unable to open output file %s: %m", output); in main() 171 syslog(LOG_ERR | LOG_USER, "Unable to dup output descriptor: %m"); in main() 187 syslog(LOG_ERR | LOG_USER, "Exception: %s", e.what()); in main()
|
/third_party/boost/doc/html/boost_asio/example/cpp03/fork/ |
D | daemon.cpp | 111 syslog(LOG_ERR | LOG_USER, "First fork failed: %m"); in main() 140 syslog(LOG_ERR | LOG_USER, "Second fork failed: %m"); in main() 154 syslog(LOG_ERR | LOG_USER, "Unable to open /dev/null: %m"); in main() 164 syslog(LOG_ERR | LOG_USER, "Unable to open output file %s: %m", output); in main() 171 syslog(LOG_ERR | LOG_USER, "Unable to dup output descriptor: %m"); in main() 187 syslog(LOG_ERR | LOG_USER, "Exception: %s", e.what()); in main()
|
/third_party/libcoap/src/ |
D | coap_mbedtls.c | 440 coap_log(LOG_ERR, "mbedtls_x509_crt_verify_info returned -0x%x: '%s'\n", in cert_verify_callback_mbedtls() 464 coap_log(LOG_ERR, in setup_pki_credentials() 481 coap_log(LOG_ERR, "mbedtls_x509_crt_parse_file returned -0x%x: '%s'\n", in setup_pki_credentials() 489 coap_log(LOG_ERR, "mbedtls_pk_parse_keyfile returned -0x%x: '%s'\n", in setup_pki_credentials() 496 coap_log(LOG_ERR, "mbedtls_ssl_conf_own_cert returned -0x%x: '%s'\n", in setup_pki_credentials() 502 coap_log(LOG_ERR, in setup_pki_credentials() 514 coap_log(LOG_ERR, "mbedtls_x509_crt_parse returned -0x%x: '%s'\n", in setup_pki_credentials() 537 coap_log(LOG_ERR, "mbedtls_malloc failed\n"); in setup_pki_credentials() 552 coap_log(LOG_ERR, "mbedtls_x509_crt_parse returned -0x%x: '%s'\n", in setup_pki_credentials() 562 coap_log(LOG_ERR, "mbedtls_malloc failed\n"); in setup_pki_credentials() [all …]
|
D | coap_openssl.c | 1007 coap_log(LOG_ERR, in setup_pki_server() 1025 coap_log(LOG_ERR, in setup_pki_server() 1088 coap_log(LOG_ERR, in setup_pki_server() 1111 coap_log(LOG_ERR, in setup_pki_server() 1151 coap_log(LOG_ERR, in setup_pki_server() 1170 coap_log(LOG_ERR, in setup_pki_server() 1199 coap_log(LOG_ERR, in setup_pki_server() 1207 coap_log(LOG_ERR, in setup_pki_server() 1262 coap_log(LOG_ERR, in setup_pki_server() 1305 coap_log(LOG_ERR, in setup_pki_server() [all …]
|
D | coap_gnutls.c | 174 coap_log(LOG_ERR, "GnuTLS " MIN_GNUTLS_VERSION " or later is required\n"); in coap_dtls_is_supported() 188 coap_log(LOG_ERR, "GnuTLS " MIN_GNUTLS_VERSION " or later is required\n"); in coap_tls_is_supported() 323 coap_log(LOG_ERR, "ca_path not supported in GnuTLS < 3.3.6\n"); in coap_dtls_context_set_pki_root_cas() 1057 coap_log(LOG_ERR, in setup_pki_credentials() 1097 coap_log(LOG_ERR, "gnutls_malloc failure\n"); in setup_pki_credentials() 1116 coap_log(LOG_ERR, "gnutls_malloc failure\n"); in setup_pki_credentials() 1165 coap_log(LOG_ERR, in setup_pki_credentials() 1183 coap_log(LOG_ERR, in setup_pki_credentials() 1199 coap_log(LOG_ERR, "gnutls_malloc failure\n"); in setup_pki_credentials() 1275 coap_log(LOG_ERR, in setup_pki_credentials() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
D | syslogtst.c | 113 syslog(LOG_MAIL | LOG_ERR, "syslogtst: mail err test."); in main() 245 syslog(LOG_USER | LOG_ERR, "syslogtst: error log"); in main() 279 setlogmask(LOG_UPTO(LOG_ERR)); in main() 280 syslog(LOG_USER | LOG_ERR, "syslogtst: error level is logged"); in main() 285 setlogmask(LOG_MASK(LOG_ERR)); in main() 286 syslog(LOG_USER | LOG_ERR, in main()
|
/third_party/openssl/crypto/bio/ |
D | bss_log.c | 57 # define LOG_ERR 3 macro 69 # define LOG_ERR 3 macro 158 6, "ERROR ", LOG_ERR in slg_write() 161 4, "ERR ", LOG_ERR in slg_write() 194 0, "", LOG_ERR in slg_write() 263 case LOG_ERR: in xsyslog() 343 case LOG_ERR: in xsyslog()
|
/third_party/eudev/src/shared/ |
D | log.h | 108 #define log_error(...) log_full(LOG_ERR, __VA_ARGS__) 109 #define log_emergency(...) log_full(getpid() == 1 ? LOG_EMERG : LOG_ERR, __VA_ARGS__) 116 #define log_error_errno(error, ...) log_full_errno(LOG_ERR, error, __VA_ARGS__) 117 #define log_emergency_errno(error, ...) log_full_errno(getpid() == 1 ? LOG_EMERG : LOG_ERR, error, …
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | debug.cpp | 62 return severity == LOG_FATAL || severity == LOG_ERR || severity == LOG_WARN; in ShouldCreateLogMessage() 234 if (severity == LOG_FATAL || severity == LOG_ERR || severity == LOG_WARN || in Trace() 251 case LOG_ERR: in Trace() 274 case LOG_ERR: in Trace() 297 if (severity >= LOG_ERR) in Trace()
|
/third_party/musl/include/ |
D | syslog.h | 13 #define LOG_ERR 3 macro 78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | syslog.h | 13 #define LOG_ERR 3 macro 78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
|
/third_party/musl/ndk_musl_include/ |
D | syslog.h | 13 #define LOG_ERR 3 macro 78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | syslog.h | 13 #define LOG_ERR 3 macro 78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | syslog.h | 13 #define LOG_ERR 3 macro 78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | debug.cpp | 207 if (severity == LOG_FATAL || severity == LOG_ERR || severity == LOG_WARN || in Trace() 220 case LOG_ERR: in Trace() 233 fprintf((severity >= LOG_ERR) ? stderr : stdout, "%s: %s\n", LogSeverityName(severity), in Trace() 241 if (severity >= LOG_ERR) in Trace()
|
/third_party/libcoap/include/coap3/ |
D | coap_debug.h | 55 LOG_ERR, /**< Error */ enumerator 73 #define LOG_ERR (3) macro
|
/third_party/openssl/apps/ |
D | ocsp.c | 61 # undef LOG_ERR 64 # define LOG_ERR 2 macro 615 log_message(LOG_ERR, "error reloading updated index: %s", in ocsp_main() 846 if (level >= LOG_ERR) in log_message() 920 syslog(LOG_ERR, "fatal: error detaching from parent process group: %s", in spawn_loop() 948 syslog(LOG_ERR, "fatal: internal error: " in spawn_loop() 968 syslog(LOG_ERR, "fatal: waitpid(): %s", strerror(errno)); in spawn_loop() 987 syslog(LOG_ERR, "fatal: RAND_poll() failed"); in spawn_loop() 1000 syslog(LOG_ERR, "fatal: internal error: no free child slots"); in spawn_loop() 1305 log_message(LOG_ERR, "Error setting up accept BIO"); in init_responder() [all …]
|
/third_party/alsa-utils/alsactl/ |
D | utils.c | 137 syslog_(LOG_ERR, fcn, line, fmt, ap); in error_() 154 syslog_(LOG_ERR, fcn, line, fmt, ap); in cerror_() 189 syslog(LOG_ERR, "alsa-lib %s:%i:(%s) %s%s%s\n", file, line, function, in error_handler()
|
/third_party/boost/libs/log/config/native-syslog/ |
D | native_syslog.cpp | 18 ::syslog(LOG_USER | LOG_ERR, "error message"); in main()
|
/third_party/lwip/src/netif/ppp/ |
D | ppp.c | 521 PPPDEBUG(LOG_ERR, ("ppp_netif_output[%d]: link not up\n", pcb->netif->num)); in ppp_netif_output() 528 PPPDEBUG(LOG_ERR, ("ppp_netif_output[%d]: MPPE required, not up\n", pcb->netif->num)); in ppp_netif_output() 589 PPPDEBUG(LOG_ERR, ("ppp_netif_output[%d]: bad CCP transmit method\n", pcb->netif->num)); in ppp_netif_output() 710 PPPDEBUG(LOG_ERR, ("ppp_new: netif_add failed\n")); in ppp_new() 785 PPPDEBUG(LOG_ERR, ("ppp_input[%d]: packet too short\n", pcb->netif->num)); in ppp_input() 840 …PPPDEBUG(LOG_ERR, ("ppp_input[%d]: MPPE required, received unencrypted data!\n", pcb->netif->num)); in ppp_input() 857 PPPDEBUG(LOG_ERR, ("ppp_input[%d]: bad CCP receive method\n", pcb->netif->num)); in ppp_input()
|
/third_party/python/Lib/test/ |
D | test_syslog.py | 19 syslog.syslog(syslog.LOG_ERR, 'test error from python test_syslog')
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | LoggingAnnotator.cpp | 44 case gl::LOG_ERR: in logMessage()
|
/third_party/iptables/extensions/ |
D | libipt_LOG.c | 76 { .name = "error", .level = LOG_ERR }, /* DEPRECATED */ 179 {"err", LOG_ERR },
|