Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdiondk.cpp134 int vspval = vsprintf(buffer, format, aptr); in VsprintfTest() local
136 return vspval; in VsprintfTest()
143 int vspval = VsprintfTest(format, i); in Vsprintf() local
144 if (vspval > ZEROVAL) { in Vsprintf()
157 int vspval = __vsprintf_chk(buffer, PARAM_1, PARAM_2, format, aptr); in vsprintfChkTest() local
159 return vspval; in vsprintfChkTest()
166 int vspval = vsprintfChkTest(format, i); in VsprintfChk() local
167 if (vspval > ZEROVAL) { in VsprintfChk()

Completed in 3 milliseconds