Home
last modified time | relevance | path

Searched defs:S_ISBLK (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dfilemode.c143 #define S_ISBLK(i) (((i) & S_IFMT) == S_IFBLK) macro
145 #define S_ISBLK(i) 0 macro
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dfilemode.c143 #define S_ISBLK(i) (((i) & S_IFMT) == S_IFBLK) macro
145 #define S_ISBLK(i) 0 macro
/netbsd-src/external/gpl2/mkhybrid/dist/include/
H A Dstatdefs.h83 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
85 # define S_ISBLK(m) (0) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstat-macros.h50 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
52 # define S_ISBLK(m) 0 macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dposixstat.h80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dstat.d29 int S_ISBLK(int m) { return (m & S_IFMT) == S_IFBLK; } in S_ISBLK() function
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dsystem.h56 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h341 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h341 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsystem.h81 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dfilesubr.c29 #define S_ISBLK(a) 0 macro
/netbsd-src/sys/sys/
H A Dstat.h173 #define S_ISBLK(m) (((m) & _S_IFMT) == _S_IFBLK) /* block special */ macro
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dposix_compat.h114 #define S_ISBLK(m) (((m) & _S_IFMT) == _S_IFBLK) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h637 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h628 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1543 #define S_ISBLK(mode) (((mode) & (_S_IFMT)) == (_S_IFBLK)) macro