Searched defs:EACCES (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c625 { 0000, atf_fs_access_r, EACCES, 0 },
626 { 0000, atf_fs_access_w, EACCES, 0 },
627 { 0000, atf_fs_access_x, EACCES, EACCES },
629 { 0001, atf_fs_access_r, EACCES, 0 },
630 { 0001, atf_fs_access_w, EACCES, 0 },
631 { 0001, atf_fs_access_x, EACCES, 0 },
632 { 0002, atf_fs_access_r, EACCES, 0 },
633 { 0002, atf_fs_access_w, EACCES, 0 },
634 { 0002, atf_fs_access_x, EACCES, EACCE
805 ATF_REQUIRE_EQ(atf_libc_error_code(err), EACCES); local
880 ATF_CHECK_EQ(atf_libc_error_code(err), EACCES); local
1013 ATF_CHECK_EQ(atf_libc_error_code(err), EACCES); local
[all...]

Completed in 13 milliseconds