Searched refs:MAX_LOG_LEN (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_hilog_vsnprint_f_p.c | 20 #define MAX_LOG_LEN 1024 /* maximum length of a log, include '\0' */
macro 43 char buf[MAX_LOG_LEN] = {0};
in vsnprintfp_s_0010() 45 int ret = vsprintf_test(buf, MAX_LOG_LEN, MAX_LOG_LEN - 1, true, fmt);
in vsnprintfp_s_0010() 59 int ret = vsprintf_test(buf, MAX_LOG_LEN, MAX_LOG_LEN - 1, true, fmt);
in vsnprintfp_s_0020() 70 char buf[MAX_LOG_LEN] = {0};
in vsnprintfp_s_0030() 72 int ret = vsprintf_test(buf, MAX_LOG_LEN - 1, MAX_LOG_LEN, true, fmt);
in vsnprintfp_s_0030() 84 char buf[MAX_LOG_LEN] in vsnprintfp_s_0040() [all...] |
/third_party/musl/Benchmark/musl/ |
H A D | libc_hilog.cpp | 36 #define MAX_LOG_LEN 1024 macro 134 char buf[MAX_LOG_LEN] = {0}; in HiLogAdapterPrintArgs1() 136 vsnprintf(buf, MAX_LOG_LEN, fmt, ap); in HiLogAdapterPrintArgs1() 139 size_t logLen = strnlen(buf, MAX_LOG_LEN - 1); in HiLogAdapterPrintArgs1()
|
/third_party/musl/porting/linux/user/src/hilog/ |
H A D | hilog_adapter.c | 131 char buf[MAX_LOG_LEN] = {0}; in HiLogAdapterPrintArgs() 133 vsnprintfp_s(buf, MAX_LOG_LEN, MAX_LOG_LEN - 1, true, fmt, ap); in HiLogAdapterPrintArgs() 136 size_t logLen = strnlen(buf, MAX_LOG_LEN - 1); in HiLogAdapterPrintArgs()
|
H A D | hilog_common.h | 25 #define MAX_LOG_LEN 1024 /* maximum length of a log, include '\0' */ macro
|
/third_party/musl/src/hilog/linux/ |
H A D | hilog_adapter.c | 194 char buf[MAX_LOG_LEN] = {0}; in HiLogAdapterPrintArgs() 196 vsnprintfp_s(buf, MAX_LOG_LEN, MAX_LOG_LEN - 1, true, fmt, ap); in HiLogAdapterPrintArgs() 199 size_t logLen = strnlen(buf, MAX_LOG_LEN - 1); in HiLogAdapterPrintArgs()
|
H A D | hilog_common.h | 25 #define MAX_LOG_LEN 1024 /* maximum length of a log, include '\0' */ macro
|
Completed in 3 milliseconds