Searched refs:vsprintf_call (Results 1 – 1 of 1) sorted by relevance
328 int vsprintf_call(char* str, const char* format, ...) { in vsprintf_call() function394 ASSERT_GT(vsprintf_call(data, "%.1lf %d %lld", 1.0, 2, 3LL), 0); in TEST()