Lines Matching defs:result
26 int result = vdprintf(stream, fmt, ap);
28 return result;
45 int result = readFile(fp, "%s", value);
46 if (result < 0) {
47 t_error("%s vdprintf get result is %d are less 0\n", __func__, result);
61 * @tc.desc : Test that vdprintf returns the result when the file descriptor is incorrect
69 int result = readFile(fp, "%s", value);
70 if (result != want) {
71 t_error("%s vdprintf get result is %d are want -1\n", __func__, result);