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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.c686 const int atf_fs_access_w = 1 << 2; variable
702 mode & atf_fs_access_w || mode & atf_fs_access_x);
732 ((mode & atf_fs_access_w) && (st.st_mode & S_IWUSR)) ||
737 ((mode & atf_fs_access_w) && (st.st_mode & S_IWGRP)) ||
743 ((mode & atf_fs_access_w) && (st.st_mode & S_IWOTH)) ||

Completed in 12 milliseconds