Home
last modified time | relevance | path

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

123

/dragonfly/contrib/binutils-2.34/binutils/
H A Dfilemode.c141 #ifndef S_ISBLK
143 #define S_ISBLK(i) (((i) & S_IFMT) == S_IFBLK) macro
145 #define S_ISBLK(i) 0 macro
188 if (S_ISBLK (bits)) in ftypelet()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dfilemode.c141 #ifndef S_ISBLK
143 #define S_ISBLK(i) (((i) & S_IFMT) == S_IFBLK) macro
145 #define S_ISBLK(i) 0 macro
188 if (S_ISBLK (bits)) in ftypelet()
/dragonfly/contrib/cvs-1.12/lib/
H A Dstat-macros.h33 # undef S_ISBLK
48 # ifndef S_ISBLK
50 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
52 # define S_ISBLK(m) 0 macro
/dragonfly/contrib/gdb-7/readline/
H A Dposixstat.h30 # undef S_ISBLK
79 #if defined (S_IFBLK) && !defined (S_ISBLK)
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ macro
/dragonfly/contrib/diffutils/src/
H A Dsystem.h179 # if HAVE_STRUCT_STAT_ST_RDEV && defined S_ISBLK && defined S_ISCHR
181 (((S_ISBLK ((s)->st_mode) && S_ISBLK ((t)->st_mode)) \
/dragonfly/gnu/usr.bin/diff/diff/
H A Dsystem.h179 # if HAVE_STRUCT_STAT_ST_RDEV && defined S_ISBLK && defined S_ISCHR
181 (((S_ISBLK ((s)->st_mode) && S_ISBLK ((t)->st_mode)) \
/dragonfly/contrib/gdb-7/gdb/common/
H A Dgdb_stat.h25 #if !defined(S_ISBLK) && defined(S_IFBLK)
26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/dragonfly/contrib/cvs-1.12/diff/
H A Dsystem.h42 #undef S_ISBLK
55 #if !defined(S_ISBLK) && defined(S_IFBLK)
56 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/dragonfly/contrib/tcsh-6/
H A Dtc.os.h231 # undef S_ISBLK
246 # if !defined(S_ISBLK) && defined(S_IFBLK)
247 # define S_ISBLK(a) (((a) & S_IFMT) == S_IFBLK) macro
/dragonfly/sbin/fsck/
H A Dfsutil.c222 if (S_ISCHR(devstat.st_mode) || S_ISBLK(devstat.st_mode)) in getmntpt()
274 if (S_ISBLK(stblock.st_mode)) {
/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
H A Dstat.h398 # undef S_ISBLK
411 #ifndef S_ISBLK
413 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
415 # define S_ISBLK(m) 0 macro
/dragonfly/contrib/cvs-1.12/src/
H A Dfilesubr.c161 #ifdef S_ISBLK in isdevice()
162 if (S_ISBLK (sb.st_mode)) in isdevice()
600 if (S_ISBLK (sb1.st_mode) || S_ISCHR (sb1.st_mode)) in xcmp()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_open_filename.c329 else if ((S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode)) && in file_open()
343 else if (S_ISBLK(st.st_mode) && in file_open()
555 && !S_ISBLK(mine->st_mode)) { in file_close2()
H A Darchive_write_open_fd.c106 if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode) || in file_open()
H A Darchive_write_open_filename.c201 if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode) || in file_open()
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dsystem.h337 #ifndef S_ISBLK
338 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/dragonfly/gnu/usr.bin/diff/libdiffutils/sys/
H A Dstat.h629 # undef S_ISBLK
642 #ifndef S_ISBLK
644 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
646 # define S_ISBLK(m) 0 macro
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dsystem.h336 #ifndef S_ISBLK
337 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/dragonfly/contrib/diffutils/lib/
H A Dfile-type.c65 if (S_ISBLK (st->st_mode)) in file_type()
/dragonfly/usr.bin/find/
H A Dls.c66 if (S_ISCHR(sb->st_mode) || S_ISBLK(sb->st_mode)) in printlong()
/dragonfly/contrib/lvm2/dist/lib/activate/
H A Dfs.c103 if (!S_ISBLK(buf.st_mode)) in _rm_blks()
220 if (!S_ISLNK(buf.st_mode) && !S_ISBLK(buf.st_mode)) { in _mk_link()
/dragonfly/contrib/cryptsetup/lib/
H A Dutils_debug.c109 if (stat(dev_name, &st) || !S_ISBLK(st.st_mode)) in debug_processes_using_device()
/dragonfly/sbin/ccdconfig/
H A Dccdconfig.c391 if (!S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode)) in checkdev()
406 if (!S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode)) in pathtounit()
/dragonfly/usr.sbin/installer/libaura/
H A Dfspred.c161 return(S_ISBLK(m) || S_ISCHR(m)); in is_device()
/dragonfly/sys/sys/
H A Dstat.h209 #define S_ISBLK(m) (((m) & 0170000) == 0060000) /* block special */ macro

123