Searched refs:S_ISBLK (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dfilemode.c143 #ifndef S_ISBLK
145 #define S_ISBLK(i) (((i) & S_IFMT) == S_IFBLK)
147 #define S_ISBLK(i) 0
149 #endif /* ! defined (S_ISBLK) */
190 if (S_ISBLK (bits))
144 #define S_ISBLK macro
146 #define S_ISBLK macro
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_stat.h28 #undef S_ISBLK macro
40 #if !defined(S_ISBLK) && defined(S_IFBLK)
41 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/freebsd-9.3-release/contrib/libreadline/
H A Dposixstat.h30 # undef S_ISBLK macro
79 #if defined (S_IFBLK) && !defined (S_ISBLK)
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ macro
/freebsd-9.3-release/contrib/diff/lib/
H A Dfile-type.h35 # undef S_ISBLK macro
50 # ifndef S_ISBLK
52 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
54 # define S_ISBLK(m) 0 macro
H A Dfile-type.c47 if (S_ISBLK (st->st_mode))
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dstat-macros.h33 # undef S_ISBLK macro
48 # ifndef S_ISBLK
50 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
52 # define S_ISBLK(m) 0 macro
/freebsd-9.3-release/lib/libc/gen/
H A Ddevname.c50 if (dev == NODEV || !(S_ISCHR(type) || S_ISBLK(dev))) {
H A Dfstab.c105 (!S_ISBLK(sb.st_mode) && !S_ISCHR(sb.st_mode)))
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drandfile.c150 #if defined(S_ISBLK) && defined(S_ISCHR)
151 if (S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode)) {
198 #if defined(S_ISBLK) && defined(S_ISCHR)
199 if (S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode)) {
/freebsd-9.3-release/contrib/cvs/diff/
H A Dsystem.h42 #undef S_ISBLK macro
55 #if !defined(S_ISBLK) && defined(S_IFBLK)
56 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h18 #undef S_ISBLK macro
39 #if !defined(S_ISBLK) && defined(S_IFBLK)
41 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
43 # define S_ISBLK(m) ((m) & S_IFBLK) macro
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_open_fd.c106 if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode) ||
H A Darchive_write_open_filename.c118 if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode) ||
H A Darchive_read_open_filename.c258 && !S_ISBLK(mine->st_mode)) {
/freebsd-9.3-release/usr.bin/find/
H A Dls.c72 if (S_ISCHR(sb->st_mode) || S_ISBLK(sb->st_mode))
/freebsd-9.3-release/usr.sbin/fifolog/lib/
H A Dfifolog_create.c69 if (!S_ISBLK(st.st_mode) &&
/freebsd-9.3-release/contrib/diff/src/
H A Dsystem.h277 # if HAVE_ST_RDEV && defined S_ISBLK && defined S_ISCHR
279 (((S_ISBLK ((s)->st_mode) && S_ISBLK ((t)->st_mode)) \
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.h232 # undef S_ISBLK macro
247 # if !defined(S_ISBLK) && defined(S_IFBLK)
248 # define S_ISBLK(a) (((a) & S_IFMT) == S_IFBLK) macro
249 # endif /* ! S_ISBLK && S_IFBLK */
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dsystem.h308 #ifndef S_ISBLK
309 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/freebsd-9.3-release/sbin/fsck/
H A Dfsutil.c165 if (S_ISCHR(devstat.st_mode) || S_ISBLK(devstat.st_mode))
/freebsd-9.3-release/tools/regression/aio/aiop/
H A Daiop.c183 } else if (S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode)) {
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DMemoryBuffer.cpp40 #ifndef S_ISBLK
41 #define S_ISBLK(x) (0) macro
/freebsd-9.3-release/contrib/cvs/src/
H A Dfilesubr.c165 #ifdef S_ISBLK
166 if (S_ISBLK (sb.st_mode))
626 if (S_ISBLK (sb1.st_mode) || S_ISCHR (sb1.st_mode))
/freebsd-9.3-release/sys/sys/
H A Dstat.h239 #define S_ISBLK(m) (((m) & 0170000) == 0060000) /* block special */ macro
/freebsd-9.3-release/bin/ls/
H A Dprint.c170 if (S_ISCHR(sp->st_mode) || S_ISBLK(sp->st_mode))
635 if (S_ISCHR(p->fts_statp->st_mode) || S_ISBLK(p->fts_statp->st_mode) ||

Completed in 400 milliseconds

123