Searched refs: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 228 return vsnval;
in vsnprintfChk_test() 235 int vsnval = vsnprintfChk_test(value, PARAM_13, value1, "vsnprintfChk_test", "use");
in VsnprintfChk() local 237 if (vsnval < ZEROVAL) {
in VsnprintfChk() 546 int vsnval = vsnprintf(s, n, fmt, ap);
in vsnprintf_test() local 548 return vsnval;
in vsnprintf_test() 556 int vsnval = vsnprintf_test(value1, 13, value2, "vsnprintf_test", "use");
in Vsnprintf() local 558 if (vsnval < ZEROVAL) {
in Vsnprintf()
|
Completed in 2 milliseconds