/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | filemode.c | 151 #define S_ISCHR(i) (((i) & S_IFMT) == S_IFCHR) macro 153 #define S_ISCHR(i) 0 macro
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | filemode.c | 151 #define S_ISCHR(i) (((i) & S_IFMT) == S_IFCHR) macro 153 #define S_ISCHR(i) 0 macro
|
/netbsd-src/external/gpl2/mkhybrid/dist/include/ |
H A D | statdefs.h | 55 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro 57 # define S_ISCHR(m) (0) macro
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | stat-macros.h | 58 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro 60 # define S_ISCHR(m) 0 macro
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | posixstat.h | 84 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) /* character device */ macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | stat.d | 32 int S_ISCHR(int m) { return (m & S_IFMT) == S_IFCHR; } in S_ISCHR() function
|
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | system.h | 59 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | system.h | 336 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | system.h | 336 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | system.h | 84 # define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | filesubr.c | 32 #define S_ISCHR(a) 0 macro
|
/netbsd-src/sys/sys/ |
H A D | stat.h | 172 #define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR) /* char special */ macro
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
H A D | os.h | 353 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
H A D | posix_compat.h | 111 #define S_ISCHR(m) (((m) & _S_IFMT) == _S_IFCHR) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | system.h | 632 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | system.h | 623 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | roken.h.in | 363 #define S_ISCHR(m) (((m) & _S_IFCHR) == _S_IFCHR) macro
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | sys_defs.h | 1544 #define S_ISCHR(mode) (((mode) & (_S_IFMT)) == (_S_IFCHR)) macro
|