Home
last modified time | relevance | path

Searched refs:S_ISBLK (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/tools/mkisofs/schilytools/include/schily/
H A Dstat.h55 #undef S_ISBLK /* Block special */
103 #ifndef S_ISBLK /* 6 Block special */
105 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
107 # define S_ISBLK(m) (0) macro
/reactos/sdk/include/crt/sys/
H A Dstat.h334 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/
H A Dtree.c129 if (S_ISBLK(t)) /* 6 */
1669 if (!S_ISCHR(lstatbuf.st_mode) && !S_ISBLK(lstatbuf.st_mode) &&
2047 if (S_ISCHR(lstatbuf.st_mode) || S_ISBLK(lstatbuf.st_mode) ||
H A Drock.c457 if (S_ISCHR(lstatbuf->st_mode) || S_ISBLK(lstatbuf->st_mode)) {
/reactos/modules/rosapps/applications/sysutils/mkdosfs/
H A Dmkdosfs.c2022 if (!S_ISBLK (statbuf.st_mode)) { in main()
/reactos/drivers/filesystems/ext2/inc/
H A Dext2fs.h375 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro