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

/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dbsdtar_windows.h61 #define S_ISBLK(a) (0) macro
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dfilemode.c143 #define S_ISBLK macro
145 #define S_ISBLK macro
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dfilemode.c143 #define S_ISBLK macro
145 #define S_ISBLK macro
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dfilemode.c143 #define S_ISBLK macro
145 #define S_ISBLK macro
/netbsd-current/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-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dposixstat.h30 # undef S_ISBLK macro
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ macro
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dposixstat.h30 # undef S_ISBLK macro
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ macro
/netbsd-current/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-current/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h341 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Dsystem.h67 # undef S_ISBLK macro
81 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h341 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dfilesubr.c29 #define S_ISBLK(a) 0 macro
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h182 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) /* block special */ macro
/netbsd-current/sys/sys/
H A Dstat.h173 #define S_ISBLK(m) (((m) & _S_IFMT) == _S_IFBLK) /* block special */ macro
/netbsd-current/external/bsd/am-utils/dist/include/
H A Dam_defs.h1303 # undef S_ISBLK macro
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dposix_compat.h107 #undef S_ISBLK macro
114 #define S_ISBLK(m) (((m) & _S_IFMT) == _S_IFBLK) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h628 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsystem.h640 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1543 #define S_ISBLK(mode) (((mode) & (_S_IFMT)) == (_S_IFBLK)) macro

Completed in 236 milliseconds