Searched refs:errno2 (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_AUDOUT.c | 118 int reg_get2, errno2; in test_VIDIOC_G_AUDOUT_ignore_index() local 134 errno2 = errno; in test_VIDIOC_G_AUDOUT_ignore_index() 137 errno2); in test_VIDIOC_G_AUDOUT_ignore_index() 147 CU_ASSERT_EQUAL(errno2, EINVAL); in test_VIDIOC_G_AUDOUT_ignore_index()
|
D | test_VIDIOC_AUDIO.c | 128 int ret2, errno2; in test_VIDIOC_G_AUDIO_ignore_index() local 145 errno2 = errno; in test_VIDIOC_G_AUDIO_ignore_index() 148 __FILE__, __LINE__, ret2, errno2); in test_VIDIOC_G_AUDIO_ignore_index() 157 CU_ASSERT_EQUAL(errno2, EINVAL); in test_VIDIOC_G_AUDIO_ignore_index()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfscmp.c | 831 int errno1 = 0, errno2 = 0; in cmp_attributes() local 853 ret2 = next_attr(ctx2, &atype2, &name2, &errno2); in cmp_attributes() 858 if (errno1 != errno2) { in cmp_attributes() 861 errno1, errno2); in cmp_attributes()
|