Lines Matching defs:result
30 int result = vprintf(format, args);
32 if (result < 0) {
33 t_error("%s vprintf get result is less than 0", __func__);
37 if (result != len) {
38 t_error("%s vprintf get wrong result, want %s", __func__, want);
51 int result = vprintf(format, args);
53 if (result < 0) {
54 t_error("%s vprintf get result is less than 0", __func__);
58 if (result != len) {
59 t_error("%s vprintf get wrong result, want %s", __func__, want);