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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_stat.h29 #undef S_ISCHR macro
44 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/haiku-fatelf/src/bin/findutils/lib/
H A Dmodetype.h47 #undef S_ISCHR macro
65 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
H A Dlistfile.c71 #undef S_ISCHR macro
77 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/haiku-fatelf/src/bin/bash/include/
H A Dposixstat.h31 # undef S_ISCHR macro
84 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) /* character device */ macro
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dposixstat.h31 # undef S_ISCHR macro
84 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) /* character device */ macro
/haiku-fatelf/src/bin/gdb/readline/
H A Dposixstat.h31 # undef S_ISCHR macro
84 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) /* character device */ macro
/haiku-fatelf/src/bin/coreutils/lib/sys/
H A Dstat.h35 # undef S_ISCHR macro
57 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
59 # define S_ISCHR(m) 0 macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/sys/
H A Dstat.h38 # undef S_ISCHR macro
60 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
62 # define S_ISCHR(m) 0 macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dsys_stat.in.h38 # undef S_ISCHR macro
60 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
62 # define S_ISCHR(m) 0 macro
/haiku-fatelf/headers/posix/sys/
H A Dstat.h69 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h66 # undef S_ISCHR macro
82 # define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1276 #define S_ISCHR(mode) FSSH_S_ISCHR(mode) macro

Completed in 88 milliseconds