Home
last modified time | relevance | path

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

/external/crosvm/sys_util/src/linux/
Dsyslog.rs16 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/
Dsyslogmodule.c269 #ifdef LOG_PERROR in initsyslog()
270 PyModule_AddIntConstant(m, "LOG_PERROR", LOG_PERROR); in initsyslog()
/external/python/cpython3/Modules/
Dsyslogmodule.c294 #ifdef LOG_PERROR in syslog_exec()
295 ADD_INT_MACRO(module, LOG_PERROR); in syslog_exec()
/external/mdnsresponder/mDNSShared/
DmDNSDebug.c33 #define LOG_PERROR 0x20 macro
/external/toybox/toys/posix/
Dlogger.c87 openlog(TT.t, LOG_PERROR*FLAG(s), facility); in logger_main()
/external/adhd/cras/src/tests/
Dcras_abi_unittest.cc137 openlog(NULL, LOG_PERROR, LOG_USER); in main()
Dobserver_unittest.cc724 openlog(NULL, LOG_PERROR, LOG_USER); in main()
Dalsa_jack_unittest.cc1102 openlog(NULL, LOG_PERROR, LOG_USER); in main()
Dalsa_card_unittest.cc1287 openlog(NULL, LOG_PERROR, LOG_USER); in main()
Dtiming_unittest.cc1244 openlog(NULL, LOG_PERROR, LOG_USER); in main()
Dalsa_ucm_unittest.cc1562 openlog(NULL, LOG_PERROR, LOG_USER); in main()
Dalsa_mixer_unittest.cc1643 openlog(NULL, LOG_PERROR, LOG_USER); in main()
Dalsa_io_unittest.cc2367 openlog(NULL, LOG_PERROR, LOG_USER); in main()
/external/adhd/cras/src/tools/cras_monitor/
Dcras_monitor.c245 openlog("cras_monitor", LOG_PERROR, LOG_USER); in main()
/external/python/cpython2/Doc/library/
Dsyslog.rst82 and :const:`LOG_PERROR` if defined in ``<syslog.h>``.
/external/python/cpython3/Doc/library/
Dsyslog.rst98 :const:`LOG_PERROR`.
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs435 pub const LOG_PERROR: ::c_int = 0x20; constant
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1242 pub const LOG_PERROR: ::c_int = 32 << 12; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1145 pub const LOG_PERROR: ::c_int = 0x20; constant
/external/adhd/cras/src/tools/cras_test_client/
Dcras_test_client.c1982 openlog("cras_test_client", LOG_PERROR, LOG_USER); in main()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1985 pub const LOG_PERROR: ::c_int = 0x20; constant