Searched defs:S_IROTH (Results 1 – 12 of 12) sorted by relevance
42 #define S_IROTH 0004 macro
71 #define S_IROTH S_IREAD macro
37 #define S_IROTH _S_IREAD /* Other read permission */ macro
127 # define S_IROTH (S_IREAD >> 6) /* read, other */ macro
95 #define S_IROTH 0004 macro
128 #define S_IROTH S_IREAD macro148 #define S_IROTH (S_IRGRP >> 3) /* Read by others. */ macro
289 # define S_IROTH (S_IRUSR / 0100) macro295 # define S_IROTH 0 macro
203 # define S_IROTH (S_IRUSR >> 6) macro
277 # define S_IROTH (S_IREAD >> 6) macro
218 #define S_IROTH 0000004 /* R for other */ macro
160 # define S_IROTH 0000004 /* read permission, other */ macro
2715 # define S_IROTH 0004 macro