Home
last modified time | relevance | path

Searched defs:S_ISDIR (Results 201 – 225 of 1833) sorted by relevance

12345678910>>...74

/dports/devel/rgbds/rgbds/include/
H A Dplatform.h33 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/dports/devel/libconfig/libconfig-1.7.2/lib/
H A Dwincompat.h58 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/dports/net/zebra-server/idzebra-2.0.55/index/
H A Dupdate_path.c29 #define S_ISDIR(x) (x & _S_IFDIR) macro
/dports/devel/p5-PAR-Packer/PAR-Packer-1.052/myldr/
H A Dmktmpdir.h37 # define S_ISDIR(m) ((m & S_IFMT) == S_IFDIR) macro
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/dbm/src/
H A Ddirent.h86 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) macro
/dports/print/py-fontaine/pyfontaine-1.4.0/fontaine/charsets/fontconfig/src/
H A Dfcwindows.h59 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
/dports/security/ca_root_nss/nss-3.71/nss/lib/dbm/src/
H A Ddirent.h86 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) macro
/dports/devel/libdap/libdap-3.20.8/VCPP/
H A Dconfig.h34 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
/dports/www/firefox/firefox-99.0/security/nss/lib/dbm/src/
H A Ddirent.h86 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) macro
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/dbm/src/
H A Ddirent.h86 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/dbm/src/
H A Ddirent.h86 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) macro
/dports/misc/estic/estic-1.61_10/spunk/
H A Dstatdef.h139 #define S_ISDIR(__mode) (((__mode) & S_IFMT) == S_IFDIR) macro
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/dbm/src/
H A Ddirent.h86 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) macro
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/dbm/src/
H A Ddirent.h86 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) macro
/dports/x11-fonts/fontconfig/fontconfig-2.13.94/src/
H A Dfcwindows.h59 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
/dports/print/texinfo/texinfo-6.8/
H A Dsystem.h27 #define S_ISDIR(x) ((x)&_S_IFDIR) macro
86 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/m68000/
H A Dsysdeps.h42 #define S_ISDIR(val) (S_IFDIR & val) macro
/dports/devel/luv/luv-1.41.0-0/src/
H A Dluv.h34 # define S_ISDIR(x) (((x) & _S_IFMT) == _S_IFDIR) macro
/dports/shells/bash/bash-5.1/lib/readline/
H A Dcolors.c48 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dcolors.c48 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/dports/devel/readline/readline-8.1/
H A Dcolors.c48 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/dports/www/wt/wt-4.6.1/src/http/
H A DConfiguration.C445 static inline bool S_ISDIR(unsigned short mode) in S_ISDIR() function
/dports/mail/libetpan/libetpan-1.9.4/src/windows/
H A Dwin_etpan.h78 #define S_ISDIR(x) ((x & _S_IFMT) == _S_IFDIR) macro
/dports/emulators/tiemu3/tiemu-3.03/build/msvc/
H A Ddirent.h57 #define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR) macro
/dports/comms/tilp2/tilp2-1.18/build/msvc/
H A Ddirent.h60 #define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR) macro

12345678910>>...74