Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h105 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
107 #define S_IWOTH 0000002 /* write permission, other */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h191 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */ macro
201 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dstat.h39 #define S_IWOTH 00002 macro