Searched refs:Vfprintf_Test (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk1.cpp | 1469 extern "C" int Vfprintf_Test(const char *file_name, const char *format, const char *want_reuslt, ...);
1470 int Vfprintf_Test(const char *file_name, const char *format, const char *want_reuslt, ...)
in Vfprintf_Test() function 1487 int ret = Vfprintf_Test(g_tempFile, "value is %s and %s", "value is qwe and 1", "qwe", "1");
in Vfprintf_One()
|
Completed in 4 milliseconds