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

123

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h46 { return S_ISREG(Mode()); }
H A Dext2.h570 if (S_ISREG(Mode())) {
645 if (S_ISREG(Mode()))
/haiku/src/tests/kits/storage/
H A DStatableTest.cpp76 CPPUNIT_ASSERT( statable->IsFile() == S_ISREG(st.st_mode) );
/haiku/src/bin/package/
H A Dcommand_list.cpp123 if (S_ISREG(mode))
/haiku/src/system/libroot/os/
H A Dimage.cpp359 if (stat(path, &st) != 0 || !S_ISREG(st.st_mode))
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.h259 { return S_ISREG(Mode()); }
H A DInode.cpp126 if (S_ISREG(Mode()))
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfileops.c611 && S_ISREG (st.st_mode) && st.st_size != 0
744 && S_ISREG (st.st_mode) && st.st_size != 0
1001 if (_IO_SYSSTAT (fp, &st) == 0 && S_ISREG (st.st_mode))
H A Dwfileops.c621 if (_IO_SYSSTAT (fp, &st) == 0 && S_ISREG (st.st_mode))
/haiku/src/bin/network/ftpd/
H A Dftpcmd.y864 else if (!S_ISREG(stbuf.st_mode)) {
1624 else if (!S_ISREG(stbuf.st_mode))
1643 } else if (!S_ISREG(stbuf.st_mode)) {
H A Dftpd.c1709 if (!S_ISREG(st.st_mode)) {
1750 restart_point == 0 && cmd == 0 && S_ISREG(st.st_mode));
3215 if (S_ISREG(st.st_mode)) {
3265 S_ISREG(st.st_mode))) {
/haiku/src/system/kernel/device_manager/
H A DFileDevice.cpp103 if (!S_ISREG(st.st_mode))
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp633 if (S_ISREG(stat.st_mode)) {
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp402 } else if (S_ISREG(st.st_mode)) {
/haiku/src/tools/fs_shell/
H A Dfuse.cpp207 if (S_ISREG(mode)) {
/haiku/src/kits/debugger/files/
H A DFileManager.cpp240 } else if (S_ISREG(st.st_mode)) {
/haiku/src/kits/storage/
H A DNodeInfo.cpp491 if (S_ISREG(stat.st_mode)) {
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.cpp141 if (S_ISREG(mode)) {
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp429 if (S_ISREG(mode)) {
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp1458 if (S_ISREG(st.st_mode)) {
1501 if (S_ISREG(st.st_mode)) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp1029 if (!S_ISREG(node->type))
1804 if (S_ISREG(node->type)) {
1884 if (S_ISREG(node->type) && node->cacheCount > 0) {
1953 if (S_ISREG(node->type) && node->cacheCount > 0) {
1985 if (S_ISREG(node->type) && node->cacheCount > 0) {
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c1526 if (!S_ISREG(type) && !S_ISDIR(type)) {
1556 && (S_ISREG(type) || S_ISDIR(type)))
1704 if (!S_ISREG(type) && !S_ISDIR(type)) {
/haiku/src/system/kernel/
H A Dmodule.cpp1022 if (!S_ISREG(stat.st_mode))
1543 } else if (S_ISREG(stat.st_mode)) {
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp1392 if (S_ISREG(mode) || S_ISLNK(mode))
1485 if (!S_ISREG(st.st_mode))
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp1006 || (!S_ISDIR(sourceStat.st_mode) && !S_ISREG(sourceStat.st_mode)
1127 if (S_ISREG(sourceStat.st_mode)) {

Completed in 377 milliseconds

123