Searched refs:syslog (Results 1 - 6 of 6) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | syslogndk.cpp | 19 #include <syslog.h>
62 char message[] = "Hello, syslog!";
in Syslog() 64 syslog(priority, "%s", message);
in Syslog() 80 {"syslog", nullptr, Syslog, nullptr, nullptr, nullptr, napi_default, nullptr}};
in Init() 92 .nm_modname = "syslog",
|
H A D | inndk.cpp | 21 #include <syslog.h>
|
H A D | otherstestndk.cpp | 44 #include <syslog.h>
171 syslog(LOG_DEBUG, path);
in CloseLog()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | coap_debug.h | 34 #include <syslog.h> 36 * Logging type. One of LOG_* from @b syslog. 45 /** Pre-defined log levels akin to what is used in \b syslog
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | syslog.h | 62 void syslog (int, const char *, ...); 87 { "security", LOG_AUTH }, { "syslog", LOG_SYSLOG }, \
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | otherstestndk32.cpp | 44 #include <syslog.h>
|
Completed in 6 milliseconds