Searched refs:S_ISREG (Results 51 - 63 of 63) sorted by relevance

123

/haiku/src/kits/storage/mime/
H A DDatabase.cpp798 } else if (S_ISREG(statData.st_mode)) {
/haiku/src/kits/package/manager/
H A DPackageManager.cpp845 && S_ISREG(st.st_mode);
/haiku/src/libs/bsd/
H A Dfts.c1022 if (S_ISREG(sbp->st_mode))
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c1924 if (!S_ISREG(st.st_mode) && !S_ISLNK(st.st_mode)) {
2116 if (S_ISREG(st.st_mode))
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1292 #define S_ISREG(mode) FSSH_S_ISREG(mode) macro
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp501 if (fstat(fd, &st) >= 0 && S_ISREG(st.st_mode)) {
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp559 if (S_ISREG(inode->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))) {
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp1031 if (!S_ISREG(st.st_mode)) {
/haiku/src/kits/tracker/
H A DFSUtils.cpp442 if (S_ISREG(statBuf->st_mode))
1720 } else if (S_ISREG(statbuf.st_mode) || S_ISLNK(statbuf.st_mode)) {
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp865 if (S_ISREG(type)) {
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp2300 result = (S_ISREG(st.st_mode));
/haiku/src/system/kernel/fs/
H A Dvfs.cpp4418 } else if (S_ISREG(file->Type())) {

Completed in 161 milliseconds

123