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

/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dvms.h16 #define S_ISBLK(X) (0) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdb_stat.h28 #undef S_ISBLK macro
41 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/openbsd-current/gnu/usr.sbin/mkhybrid/src/include/
H A Dstatdefs.h36 #undef S_ISBLK /* Block special */ macro
83 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
85 # define S_ISBLK(m) (0) macro
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dfilemode.c155 #define S_ISBLK macro
157 #define S_ISBLK macro
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dfilemode.c143 #define S_ISBLK macro
145 #define S_ISBLK macro
/openbsd-current/gnu/lib/libreadline/
H A Dposixstat.h30 # undef S_ISBLK macro
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ macro
/openbsd-current/gnu/usr.bin/binutils/include/mpw/
H A Dstat.h59 #define S_ISBLK(m) ((m & S_IFMT) == S_IFBLK) /* is a block spec */ macro
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Dsystem.h42 #undef S_ISBLK macro
56 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/openbsd-current/gnu/gcc/libcpp/
H A Dsystem.h309 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsystem.h402 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dsystem.h18 #undef S_ISBLK macro
41 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
43 # define S_ISBLK(m) ((m) & S_IFBLK) macro
/openbsd-current/gnu/gcc/gcc/
H A Dsystem.h479 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/openbsd-current/sys/sys/
H A Dstat.h135 #define S_ISBLK(m) ((m & 0170000) == 0060000) /* block special */ macro
/openbsd-current/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h108 #undef S_ISBLK macro
115 #define S_ISBLK(m) (((m) & _S_IFMT) == _S_IFBLK) macro
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.h602 #undef S_ISBLK macro
603 #define S_ISBLK(mode) (((mode) & _S_IFMT) == _S_IFBLK) macro
/openbsd-current/gnu/usr.bin/perl/os2/
H A Dos2ish.h446 #undef S_ISBLK macro
448 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/openbsd-current/gnu/usr.bin/perl/
H A Dperl.h1811 # undef S_ISBLK macro
2165 # define S_ISBLK(m) ((m & S_IFMT) == S_IFBLK) macro
2167 # define S_ISBLK(m) (0) macro

Completed in 316 milliseconds