Home
last modified time | relevance | path

Searched refs:S_IFREG (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dstat.h10 #define S_IFREG 0100000 macro
20 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
H A Dmsdos_fs.h50 #define MSDOS_VALID_MODE (S_IFREG | S_IFDIR | S_IRWXU | S_IRWXG | S_IRWXO)
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h78 #define S_IFREG _IFREG macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h114 # define S_IFREG __S_IFREG macro