Home
last modified time | relevance | path

Searched refs:ret_new (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_CROP.c152 int ret_new, errno_new; in do_set_crop() local
202 ret_new = ioctl(get_video_fd(), VIDIOC_G_CROP, &crop_new); in do_set_crop()
207 ret_new, errno_new, in do_set_crop()
215 CU_ASSERT_EQUAL(ret_new, 0); in do_set_crop()
217 if (ret_cap == 0 && ret_new == 0) { in do_set_crop()
251 CU_ASSERT_EQUAL(ret_new, -1); in do_set_crop()
270 ret_new = ioctl(get_video_fd(), VIDIOC_G_CROP, &crop_new); in do_set_crop()
275 ret_new, errno_new, in do_set_crop()
283 CU_ASSERT_EQUAL(ret_new, 0); in do_set_crop()
285 if (ret_cap == 0 && ret_new == 0) { in do_set_crop()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Drename.c76 int ret_new = write(fd_old, str_new, sizeof(str_new)); in rename_0300() local
77 EXPECT_TRUE("rename_0300", ret_new > 0); in rename_0300()