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

/haiku/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/src/system/libroot/posix/unistd/
H A Dttyname.c37 if (!S_ISCHR(fdStat.st_mode) || !isatty(fd))
/haiku/src/tools/
H A Dcreate_image.cpp115 if (!S_ISREG(st.st_mode) && !S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode)) {
/haiku/src/apps/diskprobe/
H A DFileWindow.cpp37 || S_ISCHR(stat.st_mode))) {
H A DDataEditor.cpp486 fIsDevice = S_ISBLK(stat.st_mode) || S_ISCHR(stat.st_mode);
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp297 if (S_ISCHR(vnode->stream.type)) {
433 if (!S_ISCHR(device->stream.type))
1125 if (S_ISCHR(vnode->stream.type)) {
1158 if (S_ISCHR(vnode->stream.type)) {
1175 if (S_ISCHR(vnode->stream.type)) {
1221 if (!S_ISCHR(vnode->stream.type))
1254 if (!S_ISCHR(vnode->stream.type))
1454 if (S_ISCHR(vnode->stream.type)) {
1541 if (!S_ISCHR(vnode->stream.type)
1597 if (!S_ISCHR(vnod
[all...]
/haiku/headers/posix/sys/
H A Dstat.h69 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) macro
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.c179 if (S_ISBLK(st.st_mode) || S_ISCHR(st.st_mode)) {
/haiku/src/bin/
H A Dfstrim.cpp98 return S_ISCHR(fdStat.st_mode);
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp137 else if (S_ISBLK(st.st_mode) || S_ISCHR(st.st_mode))
H A Dvfs.cpp4789 if (!S_ISBLK(stat->st_mode) && !S_ISCHR(stat->st_mode))
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dea.c505 if (S_ISCHR(type) || S_ISBLK(type)) {
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp405 } else if (S_ISCHR(st.st_mode)) {
/haiku/src/apps/installer/
H A DWorkerThread.cpp118 if (S_ISBLK(statInfo.st_mode) || S_ISCHR(statInfo.st_mode)
/haiku/src/servers/net/
H A DNetServer.cpp720 if (S_ISBLK(stat.st_mode) || S_ISCHR(stat.st_mode)) {
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1296 #define S_ISCHR(mode) FSSH_S_ISCHR(mode) macro
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp962 else if (S_ISCHR(mode))
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1436 if (!(S_ISREG(st.st_mode) || S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode))) {

Completed in 403 milliseconds