Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvfprintf.c45 void vfprintf_test(char *file_name, char *format, char *func_name, char *want_reuslt, ...) in vfprintf_test() function
94 vfprintf_test("/data/vfprintf.txt", "value is %s and %s", "vfprintf_0100", "value is qwe and 1", "qwe", "1"); in main()
100 vfprintf_test("/data/vfprintf.txt", "value is %d and %d", "vfprintf_0200", "value is 1 and 1", 1, 1); in main()
106 vfprintf_test("/data/vfprintf.txt", "value is %d", "vfprintf_0300", "value is 1", 1, 1); in main()

Completed in 1 milliseconds