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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.c687 const int atf_fs_access_x = 1 << 3; variable
702 mode & atf_fs_access_w || mode & atf_fs_access_x);
719 if (!ok && !(mode & atf_fs_access_x)) {
733 ((mode & atf_fs_access_x) && (st.st_mode & S_IXUSR));
738 ((mode & atf_fs_access_x) && (st.st_mode & S_IXGRP));
744 ((mode & atf_fs_access_x) && (st.st_mode & S_IXOTH));

Completed in 12 milliseconds