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

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dksh_stat.h16 # undef S_ISCHR macro
30 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_stat.h28 #undef S_ISCHR macro
43 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dfilemode.c152 #define S_ISCHR macro
154 #define S_ISCHR macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstat-macros.h34 # undef S_ISCHR macro
58 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
60 # define S_ISCHR(m) 0 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dposixstat.h31 # undef S_ISCHR macro
84 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) /* character device */ macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Dsystem.h43 #undef S_ISCHR macro
59 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h303 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dsystem.h304 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dsystem.h68 # undef S_ISCHR macro
84 # define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsystem.h487 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsystem.h472 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/examples/rlfe/
H A Dos.h351 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dstat.h152 #define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR) /* char special */ macro
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_defs.h1303 # undef S_ISCHR macro
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h191 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) /* char special */ macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1439 #define S_ISCHR(mode) (((mode) & (_S_IFMT)) == (_S_IFCHR)) macro

Completed in 210 milliseconds