Searched defs:syslog (Results 1 – 10 of 10) sorted by relevance
| /external/strace/ |
| D | syslog.c | 47 SYS_FUNC(syslog) in SYS_FUNC() argument
|
| /external/python/cpython3/Lib/test/ |
| D | test_syslog.py | 3 syslog = support.import_module("syslog") #skip if not supported variable
|
| /external/ltp/testcases/kernel/syscalls/syslog/ |
| D | syslog11.c | 97 #define syslog(arg1, arg2, arg3) syscall(__NR_syslog, arg1, arg2, arg3) macro
|
| D | syslog12.c | 109 #define syslog(arg1, arg2, arg3) syscall(__NR_syslog, arg1, arg2, arg3) macro
|
| /external/crosvm/sys_util/src/ |
| D | lib.rs | 14 pub mod syslog; module
|
| /external/autotest/server/hosts/ |
| D | cros_host.py | 1456 def syslog(self, message, tag='autotest'): member in CrosHost
|
| /external/mdnsresponder/mDNSShared/ |
| D | dnssd_clientstub.c | 62 static void syslog( int priority, const char * message, ...) in syslog() function
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 1414 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1338 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3978 pub fn syslog(priority: ::c_int, message: *const ::c_char, ...); in syslog() function
|