Searched defs:S_ISBLK (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_stat.h28 #undef S_ISBLK macro
41 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/freebsd-10-stable/contrib/diff/lib/
H A Dfile-type.h35 # undef S_ISBLK macro
52 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
54 # define S_ISBLK(m) 0 macro
/freebsd-10-stable/contrib/binutils/binutils/
H A Dfilemode.c144 #define S_ISBLK macro
146 #define S_ISBLK macro
/freebsd-10-stable/contrib/libreadline/
H A Dposixstat.h30 # undef S_ISBLK macro
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ macro
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DMemoryBuffer.cpp41 #define S_ISBLK(x) (0) macro
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dsystem.h309 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/freebsd-10-stable/contrib/tcsh/
H A Dtc.os.h232 # undef S_ISBLK macro
248 # define S_ISBLK(a) (((a) & S_IFMT) == S_IFBLK) macro
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h479 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/freebsd-10-stable/sys/sys/
H A Dstat.h239 #define S_ISBLK(m) (((m) & 0170000) == 0060000) /* block special */ macro
/freebsd-10-stable/contrib/amd/include/
H A Dam_defs.h1308 # undef S_ISBLK macro

Completed in 208 milliseconds