Searched refs:LOG_CONS (Results 1 – 17 of 17) sorted by relevance
/third_party/musl/libc-test/src/api/ |
D | syslog.c | 8 C(LOG_CONS) in f()
|
/third_party/openssl/crypto/bio/ |
D | bss_log.c | 393 openlog(name, LOG_PID | LOG_CONS | LOG_NDELAY, level); in xopenlog() 395 openlog(name, LOG_PID | LOG_CONS, level); in xopenlog()
|
/third_party/musl/include/ |
D | syslog.h | 53 #define LOG_CONS 0x02 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | syslog.h | 53 #define LOG_CONS 0x02 macro
|
/third_party/musl/ndk_musl_include/ |
D | syslog.h | 53 #define LOG_CONS 0x02 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | syslog.h | 53 #define LOG_CONS 0x02 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | syslog.h | 53 #define LOG_CONS 0x02 macro
|
/third_party/toybox/toys/other/ |
D | login.c | 48 openlog("login", LOG_PID | LOG_CONS, LOG_AUTH); in login_main()
|
/third_party/musl/src/misc/ |
D | syslog.c | 114 && (log_opt & LOG_CONS)) { in _vsyslog()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | syslog.c | 118 && (log_opt & LOG_CONS)) { in _vsyslog()
|
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
D | syslogtst.c | 145 openlog("log_cons_test", LOG_CONS, LOG_USER); in main()
|
/third_party/python/Modules/ |
D | syslogmodule.c | 286 ADD_INT_MACRO(module, LOG_CONS); in syslog_exec()
|
/third_party/python/Doc/library/ |
D | syslog.rst | 96 :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, and, if defined
|
/third_party/alsa-utils/alsactl/ |
D | alsactl.c | 432 openlog("alsactl", LOG_CONS|LOG_PID, LOG_DAEMON); in main()
|
/third_party/toybox/toys/pending/ |
D | crond.c | 649 openlog(toys.which->name, LOG_CONS | LOG_PID, LOG_CRON); in crond_main()
|
/third_party/e2fsprogs/lib/et/ |
D | com_err.texinfo | 357 LOG_NOWAIT|LOG_CONS|LOG_PID|LOG_NDELAY,
|
/third_party/musl/ |
D | WHATSNEW | 1307 - syslog options LOG_CONS and LOG_PERROR
|