Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h110 # define S_IFMT __S_IFMT
129 #define __S_ISTYPE(mode, mask) (((mode) & __S_IFMT) == (mask))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h231 #define __S_IFMT 0170000 /* These bits determine file type. */ macro