Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h111 # define S_IFDIR __S_IFDIR
131 #define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h234 #define __S_IFDIR 0040000 /* Directory. */ macro