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

/haiku-buildtools/legacy/binutils/binutils/
H A Dfilemode.c151 #define S_ISCHR macro
153 #define S_ISCHR macro
/haiku-buildtools/binutils/binutils/
H A Dfilemode.c151 #define S_ISCHR macro
153 #define S_ISCHR macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h448 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/haiku-buildtools/gcc/libcpp/
H A Dsystem.h332 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/haiku-buildtools/gcc/gcc/
H A Dsystem.h588 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro

Completed in 107 milliseconds