Home
last modified time | relevance | path

Searched refs:S_IXOTH (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)
108 #define S_IXOTH 0000001/* execute/search permission, other */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dstat.h40 #define S_IXOTH 00001 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h192 #define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */ macro