Searched defs:syslog (Results 1 – 9 of 9) sorted by relevance
| /third_party/ltp/testcases/kernel/syscalls/syslog/ |
| D | syslog11.c | 28 #define syslog(arg1, arg2, arg3) tst_syscall(__NR_syslog, arg1, arg2, arg3) macro
|
| D | syslog12.c | 29 #define syslog(arg1, arg2, arg3) tst_syscall(__NR_syslog, arg1, arg2, arg3) macro
|
| /third_party/python/Lib/test/ |
| D | test_syslog.py | 2 syslog = import_helper.import_module("syslog") #skip if not supported variable
|
| /third_party/musl/src/misc/ |
| D | syslog.c | 143 void syslog(int priority, const char *message, ...) in syslog() function
|
| /third_party/musl/porting/liteos_a/user/src/misc/ |
| D | syslog.c | 142 void syslog(int priority, const char *message, ...) in syslog() function
|
| /third_party/nghttp2/src/ |
| D | shrpx_config.h | 936 bool syslog; member 944 bool syslog; member
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 1392 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1277 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3853 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
|