/freebsd/contrib/diff/lib/ |
H A D | file-type.h | 35 # undef S_ISBLK 50 # ifndef S_ISBLK 52 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro 54 # define S_ISBLK(m) 0 macro
|
H A D | file-type.c | 47 if (S_ISBLK (st->st_mode)) in file_type()
|
/freebsd/contrib/diff/src/ |
H A D | system.h | 275 # if HAVE_ST_RDEV && defined S_ISBLK && defined S_ISCHR 277 (((S_ISBLK ((s)->st_mode) && S_ISBLK ((t)->st_mode)) \
|
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
H A D | zfs_znode_impl.h | 67 #define Z_ISBLK(type) S_ISBLK(type) 70 #define Z_ISDEV(type) (S_ISCHR(type) || S_ISBLK(type) || S_ISFIFO(type))
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 231 # undef S_ISBLK 246 # if !defined(S_ISBLK) && defined(S_IFBLK) 247 # define S_ISBLK(a) (((a) & S_IFMT) == S_IFBLK) macro
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
H A D | stat.h | 43 if (S_ISBLK(st->st_mode)) { in fstat64_blk()
|
/freebsd/lib/libc/gen/ |
H A D | devname.c | 47 if (dev == NODEV || !(S_ISCHR(type) || S_ISBLK(type))) { in devname_r()
|
H A D | fstab.c | 101 (!S_ISBLK(sb.st_mode) && !S_ISCHR(sb.st_mode))) in fixfsfile()
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
H A D | stat.h | 67 if (S_ISBLK(st->st_mode)) { in fstat64_blk()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_open_filename.c | 359 else if ((S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode)) && in file_open() 373 else if (S_ISBLK(st.st_mode) && in file_open() 585 && !S_ISBLK(mine->st_mode)) { in file_close2()
|
H A D | archive_write_open_fd.c | 105 if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode) || in file_open()
|
H A D | archive_write_open_filename.c | 200 if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode) || in file_open()
|
/freebsd/usr.bin/find/ |
H A D | ls.c | 66 if (S_ISCHR(sb->st_mode) || S_ISBLK(sb->st_mode)) in printlong()
|
/freebsd/usr.sbin/fifolog/lib/ |
H A D | fifolog_create.c | 70 if (!S_ISBLK(st.st_mode) && in fifolog_create()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_mknod.c | 169 if (S_ISBLK(st.st_mode) == 0) in ATF_TC_BODY()
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | util.c | 108 if (S_ISBLK(m)) in bsdar_strmode()
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_inode_cnv.c | 222 if (S_ISCHR(ip->i_mode) || S_ISBLK(ip->i_mode)) { in ext2_ei2i() 314 if (S_ISCHR(ip->i_mode) || S_ISBLK(ip->i_mode)) { in ext2_i2ei()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/ |
H A D | zutil_import_os.c | 146 } else if (S_ISCHR(statbuf.st_mode) || S_ISBLK(statbuf.st_mode)) { in zpool_open_func()
|
/freebsd/tools/regression/aio/aiop/ |
H A D | aiop.c | 181 } else if (S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode)) { in main()
|
/freebsd/usr.sbin/trim/ |
H A D | trim.c | 188 if (!S_ISCHR(sb.st_mode) && !S_ISBLK(sb.st_mode)) in getsize()
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_paths.c | 183 ATF_CHECK(S_ISBLK(m) != 0 || S_ISCHR(m) != 0); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 112 # undef S_ISBLK 119 # define S_ISBLK(m) (((m) & _S_IFMT) == _S_IFBLK) macro
|
/freebsd/sbin/mount/ |
H A D | getmntopts.c | 165 if (S_ISCHR(devstat.st_mode) || S_ISBLK(devstat.st_mode)) in getmntpoint()
|
/freebsd/sys/sys/ |
H A D | stat.h | 284 #define S_ISBLK(m) (((m) & 0170000) == 0060000) /* block special */ 283 #define S_ISBLK( global() macro
|
/freebsd/libexec/flua/modules/ |
H A D | lfs.c | 270 else if (S_ISBLK(mode)) in PUSH_INTEGER()
|