Home
last modified time | relevance | path

Searched refs:MAX_LOG_LEN (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_hilog_vsnprint_f_p.c20 #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 Dlibc_hilog.cpp36 #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 Dhilog_adapter.c131 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 Dhilog_common.h25 #define MAX_LOG_LEN 1024 /* maximum length of a log, include '\0' */ macro
/third_party/musl/src/hilog/linux/
H A Dhilog_adapter.c194 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 Dhilog_common.h25 #define MAX_LOG_LEN 1024 /* maximum length of a log, include '\0' */ macro

Completed in 3 milliseconds