Home
last modified time | relevance | path

Searched refs:__S_IEXEC (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h174 #define S_IXUSR __S_IEXEC /* Execute by owner. */
176 #define S_IRWXU (__S_IREAD|__S_IWRITE|__S_IEXEC)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h255 #define __S_IEXEC 0100 /* Execute by owner. */ macro