Searched refs:S_IWOTH (Results 1 – 4 of 4) sorted by relevance
119 if ((st.st_mode & S_IWOTH) != 0) { in map_file()189 if ((st.st_mode & (S_IROTH|S_IWOTH)) != 0) in check_directory_ownership()
255 if ((mask & S_IWOTH) == 0) in umaskcmd()
53 #define S_IWOTH 00002 macro55 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
158 if ((sb.st_mode & (S_IWGRP | S_IWOTH)) != 0) { in read_file()