Home
last modified time | relevance | path

Searched refs:LOG_CONS (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/libc-test/src/api/
Dsyslog.c8 C(LOG_CONS) in f()
/third_party/openssl/crypto/bio/
Dbss_log.c393 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/
Dsyslog.h53 #define LOG_CONS 0x02 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h53 #define LOG_CONS 0x02 macro
/third_party/musl/ndk_musl_include/
Dsyslog.h53 #define LOG_CONS 0x02 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h53 #define LOG_CONS 0x02 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h53 #define LOG_CONS 0x02 macro
/third_party/toybox/toys/other/
Dlogin.c48 openlog("login", LOG_PID | LOG_CONS, LOG_AUTH); in login_main()
/third_party/musl/src/misc/
Dsyslog.c114 && (log_opt & LOG_CONS)) { in _vsyslog()
/third_party/musl/porting/liteos_a/user/src/misc/
Dsyslog.c118 && (log_opt & LOG_CONS)) { in _vsyslog()
/third_party/ltp/testcases/kernel/syscalls/syslog/
Dsyslogtst.c145 openlog("log_cons_test", LOG_CONS, LOG_USER); in main()
/third_party/python/Modules/
Dsyslogmodule.c286 ADD_INT_MACRO(module, LOG_CONS); in syslog_exec()
/third_party/python/Doc/library/
Dsyslog.rst96 :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, and, if defined
/third_party/alsa-utils/alsactl/
Dalsactl.c432 openlog("alsactl", LOG_CONS|LOG_PID, LOG_DAEMON); in main()
/third_party/toybox/toys/pending/
Dcrond.c649 openlog(toys.which->name, LOG_CONS | LOG_PID, LOG_CRON); in crond_main()
/third_party/e2fsprogs/lib/et/
Dcom_err.texinfo357 LOG_NOWAIT|LOG_CONS|LOG_PID|LOG_NDELAY,
/third_party/musl/
DWHATSNEW1307 - syslog options LOG_CONS and LOG_PERROR