Home
last modified time | relevance | path

Searched refs:S_ISDIR (Results 1 – 5 of 5) 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/build/scripts/dtc/
H A Dfstree.c67 } else if (S_ISDIR(st.st_mode)) { in read_fstree()
/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
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconfdata.c570 if (!stat(name, &st) && S_ISDIR(st.st_mode)) { in conf_write()