Home
last modified time | relevance | path

Searched refs:S_IRWXO (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h194 #define S_IRWXO (S_IRWXG >> 3) macro
199 # define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) /* 0777 */
200 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)/* 07777 */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dstat.h37 #define S_IRWXO 00007 macro
H A Dmsdos_fs.h50 #define MSDOS_VALID_MODE (S_IFREG | S_IFDIR | S_IRWXU | S_IRWXG | S_IRWXO)
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h105 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c13215 return filp_open(filename, O_RDWR|O_CREAT|O_APPEND, S_IRWXU | S_IRWXG | S_IRWXO); in AU_CUS_FileOpen()