Home
last modified time | relevance | path

Searched defs:syslog (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/test/
Dtest_syslog.py2 syslog = import_helper.import_module("syslog") #skip if not supported variable
/third_party/ltp/testcases/kernel/syscalls/syslog/
Dsyslog11.c97 #define syslog(arg1, arg2, arg3) syscall(__NR_syslog, arg1, arg2, arg3) macro
Dsyslog12.c109 #define syslog(arg1, arg2, arg3) syscall(__NR_syslog, arg1, arg2, arg3) macro
/third_party/musl/src/misc/
Dsyslog.c138 void syslog(int priority, const char *message, ...) in syslog() function
/third_party/musl/porting/liteos_a/user/src/misc/
Dsyslog.c142 void syslog(int priority, const char *message, ...) in syslog() function
/third_party/nghttp2/src/
Dshrpx_config.h936 bool syslog; member
944 bool syslog; member
/third_party/rust/crates/libc/src/unix/
Dmod.rs1392 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1277 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3853 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h34052 struct hlist_head syslog; member
50688 int (*syslog)(int); member