Searched refs:S_ISBLK (Results 26 - 50 of 58) sorted by relevance

123

/freebsd-11-stable/contrib/gcc/
H A Dsystem.h478 #ifndef S_ISBLK
479 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/freebsd-11-stable/usr.bin/hexdump/
H A Ddisplay.c390 if (S_ISCHR(sb.st_mode) || S_ISBLK(sb.st_mode)) {
/freebsd-11-stable/usr.sbin/fmtree/
H A Dcompare.c88 if (!S_ISBLK(p->fts_statp->st_mode))
/freebsd-11-stable/sbin/recoverdisk/
H A Drecoverdisk.c201 if (S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode)) {
/freebsd-11-stable/contrib/mtree/
H A Dcompare.c149 if (!S_ISBLK(p->fts_statp->st_mode))
H A Dcreate.c223 (S_ISBLK(p->fts_statp->st_mode) || S_ISCHR(p->fts_statp->st_mode)))
/freebsd-11-stable/bin/test/
H A Dtest.c397 return S_ISBLK(s.st_mode);
/freebsd-11-stable/bin/dd/
H A Ddd.c268 if (S_ISCHR(sb.st_mode) || S_ISBLK(sb.st_mode)) {
/freebsd-11-stable/sbin/fsck_ffs/
H A Dmain.c650 if (S_ISCHR(devstat.st_mode) || S_ISBLK(devstat.st_mode))
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c165 else if(S_ISBLK(st->st_mode))
245 if(S_ISCHR(st->st_mode) || S_ISBLK(st->st_mode)) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c492 if (wholedisk || S_ISBLK(statbuf.st_mode)) {
519 if (S_ISBLK(statbuf.st_mode) && !wholedisk) {
/freebsd-11-stable/usr.bin/stat/
H A Dstat.c647 S_ISBLK(st->st_mode) ? S_IFBLK :
922 if (S_ISCHR(st->st_mode) || S_ISBLK(st->st_mode)) {
/freebsd-11-stable/contrib/tcsh/
H A Dsh.exp.c798 #ifdef S_ISBLK
799 i = S_ISBLK(st->st_mode);
800 #else /* !S_ISBLK */
802 #endif /* S_ISBLK */
H A Dtw.parse.c2079 #ifdef S_ISBLK
2080 if (S_ISBLK(statb.st_mode)) /* block device */
/freebsd-11-stable/bin/ls/
H A Dls.c844 S_ISBLK(sp->st_mode)) {
/freebsd-11-stable/bin/pax/
H A Dar_io.c181 else if (S_ISBLK(arsb.st_mode))
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1308 # undef S_ISBLK macro
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_file.c666 if (S_ISBLK(sb.st_mode))
/freebsd-11-stable/usr.sbin/makefs/
H A Dwalk.c617 if (S_ISBLK(mode))
H A Dffs.c681 } else if (S_ISBLK(cur->type) || S_ISCHR(cur->type)) {
735 } else if (S_ISBLK(cur->type) || S_ISCHR(cur->type)) {
/freebsd-11-stable/contrib/libreadline/
H A Dcomplete.c501 #if defined (S_ISBLK)
502 else if (S_ISBLK (finfo.st_mode))
504 #endif /* S_ISBLK */
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dgrep.c308 if (devices == SKIP_DEVICES && (S_ISCHR(stats->stat.st_mode) || S_ISBLK(stats->stat.st_mode) || S_ISSOCK(stats->stat.st_mode) || S_ISFIFO(stats->stat.st_mode)))
310 if (devices == SKIP_DEVICES && (S_ISCHR(stats->stat.st_mode) || S_ISBLK(stats->stat.st_mode)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc668 else if (S_ISBLK(Mode))
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c362 S_ISBLK(node->node->inode->st.st_mode)))) {
/freebsd-11-stable/contrib/libarchive/tar/
H A Dwrite.c1042 if (!S_ISREG(s.st_mode) && !S_ISBLK(s.st_mode))

Completed in 241 milliseconds

123