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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_stat.h28 #undef S_ISBLK macro
41 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/haiku-fatelf/src/bin/findutils/lib/
H A Dmodetype.h46 #undef S_ISBLK macro
62 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
H A Dlistfile.c72 #undef S_ISBLK macro
80 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/haiku-fatelf/src/bin/bash/include/
H A Dposixstat.h30 # undef S_ISBLK macro
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ macro
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dposixstat.h30 # undef S_ISBLK macro
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ macro
/haiku-fatelf/src/bin/gdb/readline/
H A Dposixstat.h30 # undef S_ISBLK macro
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ macro
/haiku-fatelf/src/bin/coreutils/lib/sys/
H A Dstat.h34 # undef S_ISBLK macro
49 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
51 # define S_ISBLK(m) 0 macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/sys/
H A Dstat.h37 # undef S_ISBLK macro
52 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
54 # define S_ISBLK(m) 0 macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dsys_stat.in.h37 # undef S_ISBLK macro
52 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
54 # define S_ISBLK(m) 0 macro
/haiku-fatelf/headers/posix/sys/
H A Dstat.h67 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h65 # undef S_ISBLK macro
79 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1274 #define S_ISBLK(mode) FSSH_S_ISBLK(mode) macro

Completed in 132 milliseconds