Lines Matching refs:result
45 int result = truncate(path_n, 0);
46 if (result != 0) {
47 t_error("%s failed: result = %d\n", __func__, result);
71 int result = truncate(path, vlen);
72 if (result != 0) {
75 t_error("%s failed: result = %d\n", __func__, result);
106 int result = truncate(path, nlen);
107 if (result == 0) {
108 t_error("%s failed: result = %d\n", __func__, result);
125 int result = truncate("/", 0);
126 if (result == 0) {
127 t_error("%s failed: result = %d\n", __func__, result);