Home
last modified time | relevance | path

Searched defs:syslog (Results 1 - 11 of 11) sorted by relevance

/third_party/backends/lib/
H A Dsyslog.c7 void syslog(int priority, const char *format, va_list args) in syslog() function
/third_party/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslog11.c28 #define syslog(arg1, arg2, arg3) tst_syscall(__NR_syslog, arg1, arg2, arg3) macro
H A Dsyslog12.c29 #define syslog(arg1, arg2, arg3) tst_syscall(__NR_syslog, arg1, arg2, arg3) macro
/third_party/python/Lib/test/
H A Dtest_syslog.py2 syslog = import_helper.import_module("syslog") #skip if not supported variable
[all...]
H A Daudit-tests.py423 import syslog namespace
[all...]
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dsyslog.c142 void syslog(int priority, const char *message, ...) in syslog() function
/third_party/musl/src/misc/
H A Dsyslog.c143 void syslog(int priority, const char *message, ...) in syslog() function
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1392 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() functions
/third_party/nghttp2/src/
H A Dshrpx_config.h936 bool syslog; member
944 bool syslog; member
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1277 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3853 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() functions

Completed in 25 milliseconds