Home
last modified time | relevance | path

Searched defs:S_ISDIR (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dstat.h21 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h112 #define S_ISDIR(m) (((m)&_IFMT) == _IFDIR) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h131 #define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR) macro