Searched defs:DIR_MODE (Results 1 – 7 of 7) sorted by relevance
72 const int DIR_MODE = 777; variable
32 #define DIR_MODE 0770 macro
34 #define DIR_MODE (S_IRWXU | S_IXGRP | S_IXOTH) macro
54 constexpr mode_t DIR_MODE = 0750; variable
38 const uint32_t DIR_MODE = 0771; variable
64 const uint32_t DIR_MODE = 0771; variable
1810 #define DIR_MODE 0711 macro