Home
last modified time | relevance | path

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

1234

/aosp_15_r20/bionic/tests/
H A Dsyslog_test.cpp39 TEST(syslog, syslog_percent_m) { in TEST() argument
52 TEST(syslog, syslog_empty) { in TEST() argument
65 TEST(syslog, syslog_truncation) { in TEST() argument
93 TEST(syslog, facilitynames) { in TEST() argument
100 TEST(syslog, prioritynames) { in TEST() argument
/aosp_15_r20/cts/hostsidetests/seccomp/app/assets/
H A Dsyscalls_blocked.json34 "syslog": 103, number
62 "syslog": 116, number
90 "syslog": 4103, number
118 "syslog": 5101, number
146 "syslog": 116, number
180 "syslog": 103, number
208 "syslog": 103, number
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
Dsyslog.h29 syslog (int __pri, const char *__fmt, ...) in syslog() function
34 # define syslog(pri, ...) \ macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dsyslog.h29 syslog (int __pri, const char *__fmt, ...) in syslog() function
34 # define syslog(pri, ...) \ macro
/aosp_15_r20/prebuilts/go/linux-x86/src/log/syslog/
Ddoc.go17 package syslog package
Dsyslog_unix.go7 package syslog package
Dsyslog_test.go7 package syslog package
Dsyslog.go7 package syslog package
/aosp_15_r20/external/crosvm/base/src/sys/linux/linux/
H A Dmod.rs7 pub mod syslog; module
/aosp_15_r20/external/crosvm/base/src/sys/linux/android/
H A Dmod.rs7 pub mod syslog; module
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dlib.rs23 pub mod syslog; module
/aosp_15_r20/external/crosvm/base/tests/linux/
H A Dmain.rs18 mod syslog; module
/aosp_15_r20/external/strace/
H A Dsyslog.c47 SYS_FUNC(syslog) in SYS_FUNC() argument
/aosp_15_r20/external/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
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_syslog.py2 syslog = import_helper.import_module("syslog") #skip if not supported variable
/aosp_15_r20/bionic/libc/bionic/
H A Dsyslog.cpp48 void syslog(int priority, const char* fmt, ...) { in syslog() function
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dmod.rs10 pub mod syslog; module
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/
DCargo.toml23 syslog = "6" qkey
/aosp_15_r20/external/crosvm/base/src/
H A Dlib.rs20 pub mod syslog; module
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/
DCargo.toml33 syslog = "6" qkey
/aosp_15_r20/external/trusty/musl/src/misc/
Dsyslog.c136 void syslog(int priority, const char *message, ...) in syslog() function
/aosp_15_r20/external/musl/src/misc/
H A Dsyslog.c139 void syslog(int priority, const char *message, ...) in syslog() function
/aosp_15_r20/system/core/toolbox/
H A Dmodprobe.cpp79 auto syslog = false; variable
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dconsole.rs152 syslog: bool, field

1234