Symbol: S_ISCHR
src/add-ons/kernel/drivers/disk/nvme/libnvme/nvme_common.c
179
if (S_ISBLK(st.st_mode) || S_ISCHR(st.st_mode)) {
src/add-ons/kernel/file_systems/ntfs/libntfs/ea.c
505
if (S_ISCHR(type) || S_ISBLK(type)) {
src/apps/diskprobe/DataEditor.cpp
486
fIsDevice = S_ISBLK(stat.st_mode) || S_ISCHR(stat.st_mode);
src/apps/diskprobe/FileWindow.cpp
37
|| S_ISCHR(stat.st_mode))) {
src/apps/installer/WorkerThread.cpp
136
if (S_ISBLK(statInfo.st_mode) || S_ISCHR(statInfo.st_mode)
src/bin/fstrim.cpp
98
return S_ISCHR(fdStat.st_mode);
src/bin/makebootable/platform/bios_ia32/makebootable.cpp
447
} else if (S_ISCHR(st.st_mode)) {
src/kits/tracker/WidgetAttributeText.cpp
976
else if (S_ISCHR(mode))
src/servers/net/NetServer.cpp
719
if (S_ISBLK(stat.st_mode) || S_ISCHR(stat.st_mode)) {
src/system/kernel/device_manager/devfs.cpp
1128
if (S_ISCHR(vnode->stream.type)) {
src/system/kernel/device_manager/devfs.cpp
1161
if (S_ISCHR(vnode->stream.type)) {
src/system/kernel/device_manager/devfs.cpp
1178
if (S_ISCHR(vnode->stream.type)) {
src/system/kernel/device_manager/devfs.cpp
1224
if (!S_ISCHR(vnode->stream.type))
src/system/kernel/device_manager/devfs.cpp
1257
if (!S_ISCHR(vnode->stream.type))
src/system/kernel/device_manager/devfs.cpp
1457
if (S_ISCHR(vnode->stream.type)) {
src/system/kernel/device_manager/devfs.cpp
1544
if (!S_ISCHR(vnode->stream.type)
src/system/kernel/device_manager/devfs.cpp
1600
if (!S_ISCHR(vnode->stream.type))
src/system/kernel/device_manager/devfs.cpp
1615
if (!S_ISCHR(vnode->stream.type))
src/system/kernel/device_manager/devfs.cpp
1637
if (!S_ISCHR(vnode->stream.type))
src/system/kernel/device_manager/devfs.cpp
1656
if (!S_ISCHR(vnode->stream.type)
src/system/kernel/device_manager/devfs.cpp
1678
if (!S_ISCHR(vnode->stream.type)
src/system/kernel/device_manager/devfs.cpp
1737
if (!S_ISCHR(vnode->stream.type)
src/system/kernel/device_manager/devfs.cpp
1796
if (!S_ISCHR(vnode->stream.type) || cookie == NULL) {
src/system/kernel/device_manager/devfs.cpp
1843
if (S_ISCHR(vnode->stream.type)) {
src/system/kernel/device_manager/devfs.cpp
2036
if (!S_ISCHR(node->stream.type)) {
src/system/kernel/device_manager/devfs.cpp
2222
if (!S_ISCHR(node->stream.type) || node->stream.u.dev.partition != NULL) {
src/system/kernel/device_manager/devfs.cpp
297
if (S_ISCHR(vnode->stream.type)) {
src/system/kernel/device_manager/devfs.cpp
433
if (!S_ISCHR(device->stream.type))
src/system/kernel/fs/vfs.cpp
4842
if (!S_ISBLK(stat->st_mode) && !S_ISCHR(stat->st_mode))
src/system/kernel/fs/vfs_net_boot.cpp
137
else if (S_ISBLK(st.st_mode) || S_ISCHR(st.st_mode))
src/system/kernel/vm/VMAnonymousCache.cpp
1451
if (!(S_ISREG(st.st_mode) || S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode))) {
src/system/libroot/posix/glibc/libio/filedoalloc.c
113
if (S_ISCHR (st.st_mode))
src/system/libroot/posix/unistd/ttyname.c
37
if (!S_ISCHR(fdStat.st_mode) || !isatty(fd))
src/tools/create_image.cpp
115
if (!S_ISREG(st.st_mode) && !S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode)) {