Searched refs:access_w (Results 1 – 1 of 1) sorted by relevance
69 static const int access_w = 1 << 2; variable82 mode & access_w || mode & access_x); in eaccess()110 ((mode & access_w) && (st.st_mode & S_IWUSR)) || in eaccess()115 ((mode & access_w) && (st.st_mode & S_IWGRP)) || in eaccess()121 ((mode & access_w) && (st.st_mode & S_IWOTH)) || in eaccess()