Searched refs:S_IROTH (Results 1 – 3 of 3) sorted by relevance
105 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)106 #define S_IROTH 0000004 /* read permission, other */ macro
190 #define S_IROTH (S_IRGRP >> 3) /* Read by others. */ macro201 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
38 #define S_IROTH 00004 macro