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

/bind-9.11.3/unit/atf-src/tools/
H A Dfs.cpp74 static const int access_w = 1 << 2; variable
87 mode & access_w || mode & access_x);
115 ((mode & access_w) && (st.st_mode & S_IWUSR)) ||
120 ((mode & access_w) && (st.st_mode & S_IWGRP)) ||
126 ((mode & access_w) && (st.st_mode & S_IWOTH)) ||

Completed in 583 milliseconds