Symbol: S_ISBLK
bin/df/df.c
221
} else if (S_ISBLK(stbuf.st_mode)) {
bin/ksh/c_test.c
274
#ifdef S_ISBLK
bin/ksh/c_test.c
275
return test_stat(opnd1, &b1) == 0 && S_ISBLK(b1.st_mode);
bin/ls/ls.c
567
if (S_ISCHR(sp->st_mode) || S_ISBLK(sp->st_mode)) {
bin/ls/print.c
174
if (S_ISCHR(sp->st_mode) || S_ISBLK(sp->st_mode))
bin/ls/print.c
528
if (S_ISCHR(p->fts_statp->st_mode) || S_ISBLK(p->fts_statp->st_mode) ||
bin/pax/ar_io.c
234
} else if (S_ISBLK(arsb.st_mode))
bin/sh/eval.c
1718
if (S_ISBLK(statb.st_mode))
bin/sh/eval.c
1725
if (S_ISDIR(statb.st_mode) || S_ISBLK(statb.st_mode))
bin/test/test.c
743
return S_ISBLK(s.st_mode);
lib/libukfs/ukfs.c
469
if (!S_ISBLK(sb.st_mode)) {
lib/libutil/getdiskrawname.c
152
if (!S_ISBLK(st.st_mode)) {
libexec/ftpd/cmds.c
765
S_ISBLK(fe->stat->st_mode) ? "blk" : "chr",
sbin/badsect/badsect.c
126
S_ISBLK(devstat.st_mode))
sbin/ccdconfig/ccdconfig.c
434
if (!S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode))
sbin/ccdconfig/ccdconfig.c
448
if (!S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode))
sbin/dump/main.c
332
if (Fflag || (!error && (S_ISCHR(sb.st_mode) || S_ISBLK(sb.st_mode)))) {
sbin/efi/gptsubr.c
329
if (S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode))
sbin/efi/gptsubr.c
485
if (S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode)) {
sbin/fsck/fsutil.c
212
if (S_ISBLK(stblock.st_mode)) {
sbin/newfs/newfs.c
512
if (S_ISBLK(sb.st_mode)) {
sbin/raidctl/raidctl.c
153
if (!S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode))
sbin/raidctl/raidctl.c
352
if (!S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode))
sbin/swapctl/swapctl.c
811
if (S_ISBLK(st.st_mode))
sbin/umount/umount.c
217
if (S_ISBLK(sb.st_mode))
sys/compat/linux/common/linux_file64.c
165
if (S_ISCHR(st->st_mode) || S_ISBLK(st->st_mode)) {
sys/rump/librump/rumpvfs/devnodes.c
109
if (isblk && !S_ISBLK(sb.st_mode))
tests/include/t_paths.c
183
ATF_CHECK(S_ISBLK(m) != 0 || S_ISCHR(m) != 0);
tests/lib/libc/sys/t_mknod.c
162
if (S_ISBLK(st.st_mode) == 0)
usr.bin/calendar/calendar.c
523
S_ISBLK(st.st_mode) ||
usr.bin/find/ls.c
77
if (S_ISCHR(sb->st_mode) || S_ISBLK(sb->st_mode))
usr.bin/gzip/gzip.c
2060
(S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode) ||
usr.bin/sort/sort.c
323
&& !S_ISCHR(st.st_mode) && !S_ISBLK(st.st_mode)) {
usr.bin/stat/stat.c
1047
if (S_ISCHR(st->st_mode) || S_ISBLK(st->st_mode)) {
usr.bin/stat/stat.c
698
S_ISBLK(st->st_mode) ? S_IFBLK :
usr.sbin/dev_mkdb/dev_mkdb.c
238
if (!S_ISCHR(st->st_mode) && !S_ISBLK(st->st_mode))
usr.sbin/makefs/cd9660/iso9660_rrip.c
361
S_ISBLK(node->node->inode->st.st_mode)))) {
usr.sbin/makefs/ffs.c
691
} else if (S_ISBLK(cur->type) || S_ISCHR(cur->type)) {
usr.sbin/makefs/ffs.c
744
} else if (S_ISBLK(cur->type) || S_ISCHR(cur->type)) {
usr.sbin/mtree/compare.c
151
if (!S_ISBLK(p->fts_statp->st_mode))
usr.sbin/mtree/create.c
262
(S_ISBLK(p->fts_statp->st_mode) || S_ISCHR(p->fts_statp->st_mode)))
usr.sbin/pstat/pstat.c
511
if (S_ISCHR(ip->i_mode) || S_ISBLK(ip->i_mode)) {
usr.sbin/pstat/pstat.c
545
if (S_ISCHR(dip.e2di_mode) || S_ISBLK(dip.e2di_mode)) {