Searched refs:S_ISCHR (Results 1 - 25 of 43) sorted by relevance

12

/haiku-fatelf/src/bin/findutils/lib/
H A Dmodetype.h47 #undef S_ISCHR macro
64 #if !defined(S_ISCHR) && defined(S_IFCHR)
65 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
H A Dlistfile.c71 #undef S_ISCHR macro
76 #ifndef S_ISCHR
77 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
222 if (S_ISCHR (statp->st_mode) || S_ISBLK (statp->st_mode))
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_stat.h29 #undef S_ISCHR macro
43 #if !defined(S_ISCHR) && defined(S_IFCHR)
44 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
/haiku-fatelf/src/bin/bash/include/
H A Dposixstat.h31 # undef S_ISCHR macro
83 #if defined (S_IFCHR) && !defined (S_ISCHR)
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
83 #if defined (S_IFCHR) && !defined (S_ISCHR)
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
83 #if defined (S_IFCHR) && !defined (S_ISCHR)
84 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) /* character device */ macro
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfile-type.c46 if (S_ISCHR (st->st_mode))
H A Dfilemode.c65 if (S_ISCHR (bits))
H A Dsys_stat.in.h69 # undef S_ISCHR
89 #ifndef S_ISCHR
91 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
93 # define S_ISCHR(m) 0
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dnetconn.c69 return (S_ISCHR (sb.st_mode));
/haiku-fatelf/src/bin/coreutils/lib/sys/
H A Dstat.h35 # undef S_ISCHR macro
55 #ifndef S_ISCHR
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
58 #ifndef S_ISCHR
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
58 #ifndef S_ISCHR
60 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) macro
62 # define S_ISCHR(m) 0 macro
H A Dfilemode.c65 if (S_ISCHR (bits))
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dfiledoalloc.c105 if (S_ISCHR (st.st_mode))
H A Dwfiledoalloc.c107 couldbetty = S_ISCHR (st.st_mode);
/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dttyname.c37 if (!S_ISCHR(fdStat.st_mode) || !isatty(fd))
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h66 # undef S_ISCHR macro
81 #if !defined S_ISCHR && defined S_IFCHR
82 # define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
352 # if HAVE_ST_RDEV && defined S_ISBLK && defined S_ISCHR
355 || (S_ISCHR ((s)->st_mode) && S_ISCHR ((t)->st_mode))) \
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dmakebuf.c104 *couldbetty = S_ISCHR(st.st_mode);
/haiku-fatelf/headers/posix/sys/
H A Dstat.h69 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/haiku-fatelf/src/apps/diskprobe/
H A DFileWindow.cpp35 || S_ISCHR(stat.st_mode))) {
/haiku-fatelf/src/tools/
H A Dcreate_image.cpp115 if (!S_ISREG(st.st_mode) && !S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode)) {
/haiku-fatelf/src/system/kernel/device_manager/
H A Ddevfs.cpp288 if (S_ISCHR(vnode->stream.type)) {
424 if (!S_ISCHR(device->stream.type))
1121 if (S_ISCHR(vnode->stream.type)) {
1165 if (S_ISCHR(vnode->stream.type)) {
1198 if (S_ISCHR(vnode->stream.type)) {
1215 if (S_ISCHR(vnode->stream.type)) {
1260 if (!S_ISCHR(vnode->stream.type))
1292 if (!S_ISCHR(vnode->stream.type))
1490 if (S_ISCHR(vnode->stream.type)) {
1535 if (!S_ISCHR(vnod
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/legacy/
H A DLegacyMediaAddOn.cpp162 if (!S_ISCHR(st.st_mode))
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs_net_boot.cpp137 else if (S_ISBLK(st.st_mode) || S_ISCHR(st.st_mode))

Completed in 106 milliseconds

12