Home
last modified time | relevance | path

Searched refs:errno2 (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_AUDIO.c128 int ret2, errno2; in test_VIDIOC_G_AUDIO_ignore_index() local
145 errno2 = errno; in test_VIDIOC_G_AUDIO_ignore_index()
147 dprintf("\t%s:%u: VIDIOC_G_AUDIO, ret2=%i, errno2=%i\n", 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()
H A Dtest_VIDIOC_AUDOUT.c118 int reg_get2, errno2; in test_VIDIOC_G_AUDOUT_ignore_index() local
134 errno2 = errno; in test_VIDIOC_G_AUDOUT_ignore_index()
136 dprintf("\tVIDIOC_G_AUDOUT, reg_get2=%i, errno2=%i\n", reg_get2, 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()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscmp.c831 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()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]

Completed in 16 milliseconds