Searched refs:LOG_NDELAY (Results 1 – 15 of 15) sorted by relevance
/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/libchromeos-rs/src/ |
D | syslog.rs | 60 libc::LOG_NDELAY | libc::LOG_PID, in init()
|
/external/ipsec-tools/src/racoon/ |
D | plog.c | 229 openlog(pname, LOG_NDELAY, LOG_DAEMON); in ploginit()
|
/external/ltp/testcases/kernel/syscalls/syslog/ |
D | syslogtst.c | 220 openlog("with log_ndelay", LOG_NDELAY, LOG_USER); in main()
|
/external/python/cpython2/Modules/ |
D | syslogmodule.c | 265 PyModule_AddIntConstant(m, "LOG_NDELAY", LOG_NDELAY); in initsyslog()
|
/external/python/cpython3/Modules/ |
D | syslogmodule.c | 287 ADD_INT_MACRO(module, LOG_NDELAY); in syslog_exec()
|
/external/python/cpython2/Doc/library/ |
D | syslog.rst | 81 :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, :const:`LOG_NOWAIT`
|
/external/python/cpython3/Doc/library/ |
D | syslog.rst | 96 :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, and, if defined
|
/external/wpa_supplicant_8/src/utils/ |
D | wpa_debug.c | 96 openlog("wpa_supplicant", LOG_PID | LOG_NDELAY, LOG_HOSTAPD); in wpa_debug_open_syslog()
|
/external/ppp/pppd/ |
D | main.c | 818 openlog("pppd", LOG_PID | LOG_NDELAY, LOG_PPP); in reopen_log()
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1240 pub const LOG_NDELAY: ::c_int = 8 << 12; constant
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 357 LOG_NOWAIT|LOG_CONS|LOG_PID|LOG_NDELAY,
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 269 pub const LOG_NDELAY: ::c_int = 0x08; constant
|
/external/libcups/scheduler/ |
D | conf.c | 1004 openlog("cupsd", LOG_PID | LOG_NOWAIT | LOG_NDELAY, LOG_LPR); in cupsdReadConfiguration()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1368 pub const LOG_NDELAY: ::c_int = 0x08; constant
|