Lines Matching refs:vprintf
30 int result = vprintf(format, args);
33 t_error("%s vprintf get result is less than 0", __func__);
35 char *want = "This is the 1th test for vprintf";
38 t_error("%s vprintf get wrong result, want %s", __func__, want);
51 int result = vprintf(format, args);
54 t_error("%s vprintf get result is less than 0", __func__);
56 char *want = "This is the 2th test for vprintf";
59 t_error("%s vprintf get wrong result, want %s", __func__, want);
65 vprintf_0100("This is the %dth test for vprintf", 1);
66 vprintf_0200("This is the 2th test for %s", "vprintf");