Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h114 # define S_IFREG __S_IFREG
134 #define S_ISREG(mode) __S_ISTYPE((mode), __S_IFREG)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h237 #define __S_IFREG 0100000 /* Regular file. */ macro