/external/crosvm/sys_util/src/linux/ |
D | syslog.rs | 16 closelog, fcntl, localtime_r, openlog, time, time_t, tm, F_GETFD, LOG_NDELAY, LOG_PERROR, 135 openlog(null(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_USER); in openlog_and_get_socket()
|
/external/python/cpython2/Modules/ |
D | syslogmodule.c | 269 #ifdef LOG_PERROR in initsyslog() 270 PyModule_AddIntConstant(m, "LOG_PERROR", LOG_PERROR); in initsyslog()
|
/external/python/cpython3/Modules/ |
D | syslogmodule.c | 294 #ifdef LOG_PERROR in syslog_exec() 295 ADD_INT_MACRO(module, LOG_PERROR); in syslog_exec()
|
/external/mdnsresponder/mDNSShared/ |
D | mDNSDebug.c | 33 #define LOG_PERROR 0x20 macro
|
/external/toybox/toys/posix/ |
D | logger.c | 87 openlog(TT.t, LOG_PERROR*FLAG(s), facility); in logger_main()
|
/external/adhd/cras/src/tests/ |
D | cras_abi_unittest.cc | 137 openlog(NULL, LOG_PERROR, LOG_USER); in main()
|
D | observer_unittest.cc | 724 openlog(NULL, LOG_PERROR, LOG_USER); in main()
|
D | alsa_jack_unittest.cc | 1102 openlog(NULL, LOG_PERROR, LOG_USER); in main()
|
D | alsa_card_unittest.cc | 1287 openlog(NULL, LOG_PERROR, LOG_USER); in main()
|
D | timing_unittest.cc | 1244 openlog(NULL, LOG_PERROR, LOG_USER); in main()
|
D | alsa_ucm_unittest.cc | 1562 openlog(NULL, LOG_PERROR, LOG_USER); in main()
|
D | alsa_mixer_unittest.cc | 1643 openlog(NULL, LOG_PERROR, LOG_USER); in main()
|
D | alsa_io_unittest.cc | 2367 openlog(NULL, LOG_PERROR, LOG_USER); in main()
|
/external/adhd/cras/src/tools/cras_monitor/ |
D | cras_monitor.c | 245 openlog("cras_monitor", LOG_PERROR, LOG_USER); in main()
|
/external/python/cpython2/Doc/library/ |
D | syslog.rst | 82 and :const:`LOG_PERROR` if defined in ``<syslog.h>``.
|
/external/python/cpython3/Doc/library/ |
D | syslog.rst | 98 :const:`LOG_PERROR`.
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 435 pub const LOG_PERROR: ::c_int = 0x20; constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1242 pub const LOG_PERROR: ::c_int = 32 << 12; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1145 pub const LOG_PERROR: ::c_int = 0x20; constant
|
/external/adhd/cras/src/tools/cras_test_client/ |
D | cras_test_client.c | 1982 openlog("cras_test_client", LOG_PERROR, LOG_USER); in main()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1985 pub const LOG_PERROR: ::c_int = 0x20; constant
|