Searched defs:vsnval (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk.cpp | 226 int vsnval = __vsnprintf_chk(s, n, ZEROVAL, bos, fmt, ap);
in vsnprintfChk_test() local 235 int vsnval = vsnprintfChk_test(value, PARAM_13, value1, "vsnprintfChk_test", "use");
in VsnprintfChk() local 546 int vsnval = vsnprintf(s, n, fmt, ap);
in vsnprintf_test() local 556 int vsnval = vsnprintf_test(value1, 13, value2, "vsnprintf_test", "use");
in Vsnprintf() local
|
Completed in 3 milliseconds