/third_party/ltp/testcases/kernel/syscalls/syslog/ |
H A D | syslogtst.c | 140 openlog("log_pid_test", LOG_PID, LOG_USER); in main() 141 syslog(LOG_USER | LOG_INFO, "syslogtst: user info test."); in main() 145 openlog("log_cons_test", LOG_CONS, LOG_USER); in main() 172 syslog(LOG_USER | LOG_INFO, "syslogtst: info to console test."); in main() 199 openlog("without log_ndelay", LOG_PID, LOG_USER); in main() 220 openlog("with log_ndelay", LOG_NDELAY, LOG_USER); in main() 242 syslog(LOG_USER | LOG_EMERG, "syslogtst: emergency log"); in main() 243 syslog(LOG_USER | LOG_ALERT, "syslogtst: alert log"); in main() 244 syslog(LOG_USER | LOG_CRIT, "syslogtst: critical log"); in main() 245 syslog(LOG_USER | LOG_ER in main() [all...] |
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | syslog.h | 27 #define LOG_USER (1<<3) macro 88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | syslog.h | 27 #define LOG_USER (1<<3) macro 88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | syslog.h | 27 #define LOG_USER (1<<3) macro 88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
|
/third_party/musl/include/ |
H A D | syslog.h | 27 #define LOG_USER (1<<3) macro 88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
H A D | misc_closelog_test.cpp | 19 openlog("my_program", LOG_PID, LOG_USER); in HWTEST_F()
|
/third_party/python/Modules/ |
H A D | syslogmodule.c | 120 long facility = LOG_USER; in syslog_openlog() 320 ADD_INT_MACRO(module, LOG_USER); in syslog_exec()
|
/third_party/NuttX/include/ |
H A D | syslog.h | 76 * LOG_USER - Generic user-level messages (default) 98 #define LOG_USER 0 macro 161 * initial default facility is LOG_USER.
|
/third_party/musl/libc-test/src/api/ |
H A D | syslog.c | 13 C(LOG_USER) in f()
|
/third_party/toybox/toys/posix/ |
H A D | logger.c | 54 int facility = LOG_USER, priority = LOG_NOTICE, len; in logger_main()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | logging.c | 294 openlog("ntfs-3g", LOG_PID, LOG_USER); in ntfs_log_set_handler() 405 openlog("ntfs-3g", LOG_PID, LOG_USER); in ntfs_log_early_error()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | syslog.c | 19 static int log_facility = LOG_USER;
|
/third_party/musl/src/misc/ |
H A D | syslog.c | 20 static int log_facility = LOG_USER;
|
/third_party/python/Lib/logging/ |
H A D | handlers.py | 768 LOG_USER = 1 # random user-level messages variable in SysLogHandler 824 "user": LOG_USER, 849 facility=LOG_USER, socktype=None): 855 If facility is not specified, LOG_USER is used. If socktype is
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | log.c | 361 openlog(ident, LOG_PID, LOG_USER); in log_syslog()
|
/third_party/eudev/src/shared/ |
H A D | util.c | 1362 [LOG_FAC(LOG_USER)] = "user",
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 4261 case (LOG_USER): in str_syslog_facility() 4348 return LOG_USER; in int_syslog_facility()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 264 pub const LOG_USER: ::c_int = 1 << 3; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1354 pub const LOG_USER: ::c_int = 1 << 3; consts
|
/third_party/python/Lib/test/ |
H A D | test_logging.py | 586 self.assertEqual(h.facility, h.LOG_USER)
|