Home
last modified time | relevance | path

Searched defs:S_ISDIR (Results 76 – 100 of 1833) sorted by last modified time

12345678910>>...74

/dports/games/frogatto/frogatto-1.3.1/src/
H A Dfilesystem.cpp269 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
/dports/games/criticalmass/CriticalMass-1.5/tools/
H A DPacker.cpp10 #define S_ISDIR(f) (f&_S_IFDIR) macro
/dports/games/spring/spring_98.0/rts/System/FileSystem/
H A DFileSystemAbstraction.cpp4 # define S_ISDIR(m) (((m) & 0170000) == 0040000) macro
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dcurl_setup.h729 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/os/win/wposix/
H A Dwfilesystem.h52 #define S_ISDIR(m) (m & S_IFDIR) macro
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/mongoose/
H A Dmongoose.c113 #define S_ISDIR(x) ((x) & _S_IFDIR) macro
1232 #define S_ISDIR(x) ((x) & _S_IFDIR) macro
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/common/
H A Dvfs.h43 #define S_ISDIR( mode ) ( mode & _S_IFDIR ) macro
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/common/
H A Dvfs.c53 #define S_ISDIR(mode) (mode & _S_IFDIR) macro
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/common/
H A Dplatform_common.cpp41 #define S_ISDIR(mode) (((mode) & _S_IFDIR) == _S_IFDIR) macro
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/httplib/
H A Dhttplib.h120 #define S_ISDIR(m) (((m)&S_IFDIR) == S_IFDIR) macro
/dports/emulators/frodo/Frodo-4.1b/Src/
H A Dsysdeps.h124 #define S_ISDIR(val) (S_IFDIR & val) macro
154 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/utils/
H A DFileSystemUtil.cpp18 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
/dports/editors/jed/jed-0.99-19/src/
H A Dunix.c791 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) in sys_chmod() macro
793 # define S_ISDIR(m) 0 in sys_chmod() macro
/dports/editors/fte/fte/src/
H A Dsysdep.h154 # define S_ISDIR(mode) ((mode) & S_IFDIR) macro
156 # define S_ISDIR(mode) ((mode) & _S_IFDIR) macro
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dsystem.h569 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/dports/devel/mcpp/mcpp-2.7.2/src/
H A Dsystem.c59 #define S_ISDIR( mode) (mode & S_IFDIR) macro
/dports/devel/kiwix-lib/kiwix-lib-9.4.1/test/
H A Dhttplib.h86 #define S_ISDIR(m) (((m)&S_IFDIR) == S_IFDIR) macro
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dsystem.h467 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/dports/devel/rgbds/rgbds/include/
H A Dplatform.h33 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dmake.h305 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/9660/
H A Dsysuse.c555 #define S_ISDIR(mode) ISTYPE(mode, S_IFDIR) macro
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/
H A DSysUtils.cpp18 #define S_ISDIR(flags) (((flags)&S_IFDIR)==S_IFDIR) macro
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckufio.c735 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/dports/comms/flmsg/flmsg-4.0.19/src/utils/
H A Dmongoose.c86 #define S_ISDIR(x) ((x) & _S_IFDIR) macro
/dports/chinese/tin/tin-2.4.5/include/
H A Dtin.h2138 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro

12345678910>>...74