Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h172 #define S_IRUSR __S_IREAD /* Read 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.h253 #define __S_IREAD 0400 /* Read by owner. */ macro