Lines Matching defs:result
38 int result = utimensat(fd, path, times, 0);
39 if (result != 0) {
40 t_error("%s failed: result = %d\n", __func__, result);
46 result = stat(path, &statbuf);
47 if (result != 0) {
48 t_error("%s failed: result = %d\n", __func__, result);
66 int result = utimensat(-1, NULL, NULL, 0);
67 if (result == 0) {
68 t_error("%s failed: result = %d\n", __func__, result);
88 int result = __utimensat_time64(fd, path, times, 0);
89 if (result != 0) {
90 t_error("%s failed: result = %d\n", __func__, result);
96 result = stat(path, &statbuf);
97 if (result != 0) {
98 t_error("%s failed: result = %d\n", __func__, result);