Searched defs:syslog (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Lib/test/ |
D | test_syslog.py | 3 syslog = support.import_module("syslog") #skip if not supported variable
|
/third_party/boost/boost/log/sinks/ |
D | syslog_backend.hpp | 53 namespace syslog { namespace
|
D | syslog_constants.hpp | 35 namespace syslog { namespace
|
/third_party/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
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | syslog.c | 140 void syslog(int priority, const char *message, ...) in syslog() function
|
/third_party/musl/src/misc/ |
D | syslog.c | 136 void syslog(int priority, const char *message, ...) in syslog() function
|
/third_party/boost/libs/log/src/ |
D | syslog_backend.cpp | 63 namespace syslog { namespace
|
/third_party/nghttp2/src/ |
D | shrpx_config.h | 801 bool syslog; member 809 bool syslog; member
|
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/ |
D | pthread.h | 661 #define syslog(...) (pthread_testcancel(), syslog(__VA_ARGS__)) macro
|