Searched defs:ALLPERMS (Results 1 – 3 of 3) sorted by relevance
140 #define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) /* 07777 */ macro
76 #define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) /* 07777 */ macro
2185 pub const ALLPERMS: ::mode_t = 4095; constant