Symbol: S_ISBLK
bin/df/df.c
138
} else if (S_ISCHR(stbuf.st_mode) || S_ISBLK(stbuf.st_mode)) {
bin/ksh/c_test.c
247
return stat(opnd1, &b1) == 0 && S_ISBLK(b1.st_mode);
bin/ls/ls.c
527
S_ISBLK(sp->st_mode)) {
bin/ls/print.c
112
if (S_ISCHR(sp->st_mode) || S_ISBLK(sp->st_mode))
bin/pax/ar_io.c
175
else if (S_ISBLK(arsb.st_mode))
lib/libcrypto/rand/randfile.c
104
(S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode))) {
regress/lib/libc/sys/t_mknod.c
163
if (S_ISBLK(st.st_mode) == 0)
sbin/badsect/badsect.c
103
S_ISBLK(devstat.st_mode))
sbin/fsck/fsutil.c
207
if (S_ISBLK(stblock.st_mode)) {
sbin/ncheck_ffs/ncheck_ffs.c
577
if (S_ISBLK(stblock.st_mode)) {
sbin/newfs/newfs.c
418
if (S_ISBLK(st.st_mode))
sbin/newfs/newfs.c
747
if (!S_ISDIR(st.st_mode) && !S_ISBLK(st.st_mode))
sbin/newfs_ext2fs/newfs_ext2fs.c
474
if (S_ISBLK(st.st_mode))
sbin/newfs_msdos/newfs_msdos.c
351
if (S_ISBLK(sb.st_mode))
sbin/swapctl/swapctl.c
433
!S_ISBLK(st.st_mode))
sbin/umount/umount.c
165
if (S_ISBLK(sb.st_mode)) {
usr.bin/cvs/file.c
1029
if (S_ISBLK(stb1.st_mode) || S_ISCHR(stb1.st_mode)) {
usr.bin/find/ls.c
68
if (S_ISCHR(sb->st_mode) || S_ISBLK(sb->st_mode))
usr.bin/fstat/fstat.c
911
if (fuser && !fsflg && S_ISBLK(sb.st_mode)) {
usr.bin/rsync/flist.c
204
if ((sess->opts->devices && (S_ISBLK(ent->fts_statp->st_mode) ||
usr.bin/rsync/flist.c
358
if ((sess->opts->devices && (S_ISBLK(f->st.mode) ||
usr.bin/rsync/flist.c
692
if ((sess->opts->devices && (S_ISBLK(ff->st.mode) ||
usr.bin/rsync/uploader.c
283
assert(S_ISBLK(f->st.mode) || S_ISCHR(f->st.mode));
usr.bin/rsync/uploader.c
307
if (rc != -1 && !(S_ISBLK(st.st_mode) || S_ISCHR(st.st_mode))) {
usr.bin/rsync/uploader.c
944
else if (S_ISBLK(u->fl[u->idx].st.mode) ||
usr.bin/stat/stat.c
520
S_ISBLK(st->st_mode) ? S_IFBLK :
usr.bin/stat/stat.c
761
if (S_ISCHR(st->st_mode) || S_ISBLK(st->st_mode)) {
usr.sbin/dev_mkdb/dev_mkdb.c
119
} else if (S_ISBLK(dp->fts_statp->st_mode)) {
usr.sbin/makefs/cd9660/iso9660_rrip.c
356
S_ISBLK(node->node->inode->st.st_mode)))) {
usr.sbin/makefs/ffs.c
624
} else if (S_ISBLK(cur->type) || S_ISCHR(cur->type)) {
usr.sbin/makefs/ffs.c
666
} else if (S_ISBLK(cur->type) || S_ISCHR(cur->type)) {
usr.sbin/mtree/compare.c
84
if (!S_ISBLK(p->fts_statp->st_mode))
usr.sbin/pstat/pstat.c
565
if (S_ISCHR(ip->i_ffs1_mode) || S_ISBLK(ip->i_ffs1_mode))
usr.sbin/pstat/pstat.c
665
if (S_ISCHR(np->n_vattr.va_mode) || S_ISBLK(np->n_vattr.va_mode))