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

/netbsd-current/external/gpl2/mkhybrid/dist/include/
H A Dstatdefs.h32 #undef S_ISCHR /* Character special */ macro
55 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
57 # define S_ISCHR(m) (0) macro
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dfilemode.c151 #define S_ISCHR macro
153 #define S_ISCHR macro
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dfilemode.c151 #define S_ISCHR macro
153 #define S_ISCHR macro
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dfilemode.c151 #define S_ISCHR macro
153 #define S_ISCHR macro
/netbsd-current/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-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dposixstat.h31 # undef S_ISCHR macro
84 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) /* character device */ macro
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dposixstat.h31 # undef S_ISCHR macro
84 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) /* character device */ macro
/netbsd-current/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-current/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h336 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Dsystem.h68 # undef S_ISCHR macro
84 # define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h336 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dfilesubr.c32 #define S_ISCHR(a) 0 macro
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h353 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Dos.h353 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/netbsd-current/sys/sys/
H A Dstat.h172 #define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR) /* char special */ macro
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h182 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) /* char special */ macro
/netbsd-current/external/bsd/am-utils/dist/include/
H A Dam_defs.h1304 # undef S_ISCHR macro
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dposix_compat.h104 #undef S_ISCHR macro
111 #define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h623 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsystem.h635 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1544 #define S_ISCHR(mode) (((mode) & (_S_IFMT)) == (_S_IFCHR)) macro

Completed in 793 milliseconds