Searched refs:S_IWOTH (Results 1 – 3 of 3) sorted by relevance
105 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)107 #define S_IWOTH 0000002 /* write permission, other */ macro
191 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */ macro201 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
39 #define S_IWOTH 00002 macro