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

/freebsd-12-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-12-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-12-stable/contrib/binutils/binutils/
H A Dfilemode.c144 #define S_ISBLK macro
146 #define S_ISBLK macro
/freebsd-12-stable/contrib/tcsh/
H A Dtc.os.h231 # undef S_ISBLK macro
247 # define S_ISBLK(a) (((a) & S_IFMT) == S_IFBLK) macro
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dsystem.h309 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/freebsd-12-stable/contrib/gcc/
H A Dsystem.h479 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/freebsd-12-stable/contrib/amd/include/
H A Dam_defs.h1308 # undef S_ISBLK macro
/freebsd-12-stable/sys/sys/
H A Dstat.h282 #define S_ISBLK(m) (((m) & 0170000) == 0060000) /* block special */ macro

Completed in 192 milliseconds