Searched refs:S_IWOTH (Results 1 – 5 of 5) sorted by relevance
70 #define S_IWOTH 00002 macro72 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
122 if ((st.st_mode & S_IWOTH) != 0) { in map_file()198 if ((st.st_mode & (S_IROTH|S_IWOTH)) != 0) in check_directory_ownership()
43 } else if (!(st.st_mode & (S_IWUSR|S_IWGRP|S_IWOTH))) { in hwtime()
50 #undef S_IWOTH66 #define S_IWOTH 00002 macro68 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
191 if ((sb.st_mode & (S_IWGRP | S_IWOTH)) != 0) { in read_file()