Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h173 #define S_IWUSR __S_IWRITE /* Write 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.h254 #define __S_IWRITE 0200 /* Write by owner. */ macro