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

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/
H A Dbsdtar_windows.h57 #define S_ISBLK(a) (0) macro
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dksh_stat.h17 # undef S_ISBLK macro
33 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_stat.h27 #undef S_ISBLK macro
40 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dfilemode.c144 #define S_ISBLK macro
146 #define S_ISBLK macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstat-macros.h33 # undef S_ISBLK macro
50 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
52 # define S_ISBLK(m) 0 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dposixstat.h30 # undef S_ISBLK macro
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Dsystem.h42 #undef S_ISBLK macro
56 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h308 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dsystem.h309 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dsystem.h67 # undef S_ISBLK macro
81 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsystem.h492 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsystem.h477 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dstat.h153 #define S_ISBLK(m) (((m) & _S_IFMT) == _S_IFBLK) /* block special */ macro
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_defs.h1302 # undef S_ISBLK macro
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h189 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) /* block special */ macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1438 #define S_ISBLK(mode) (((mode) & (_S_IFMT)) == (_S_IFBLK)) macro

Completed in 306 milliseconds