Home
last modified time | relevance | path

Searched refs:st_mode (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h50 __mode_t st_mode; /* File mode. */ member
101 __mode_t st_mode; /* File mode. */ member
142 __mode_t st_mode; member
192 __mode_t st_mode; member
244 #define __S_TYPEISMQ(buf) ((buf)->st_mode - (buf)->st_mode)
245 #define __S_TYPEISSEM(buf) ((buf)->st_mode - (buf)->st_mode)
246 #define __S_TYPEISSHM(buf) ((buf)->st_mode - (buf)->st_mode)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dstat.h22 mode_t st_mode; member
57 mode_t st_mode; member
98 mode_t st_mode; member
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dfstree.c51 if (S_ISREG(st.st_mode)) { in read_fstree()
67 } else if (S_ISDIR(st.st_mode)) { in read_fstree()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h29 mode_t st_mode;
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.c173 if (!S_ISREG(sb.st_mode)) { in mmap_file()
H A Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
/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()