Home
last modified time | relevance | path

Searched defs:S_ISDIR (Results 1 – 25 of 1705) sorted by relevance

12345678910>>...69

/dports/www/squid/squid-4.15/compat/os/
H A Dnext.h34 #define S_ISDIR(mode) (((mode) & (_S_IFMT)) == (_S_IFDIR)) macro
53 #define S_ISDIR(mode) (((mode) & (_S_IFMT)) == (_S_IFDIR)) macro
/dports/news/newsx/newsx-1.6/src/
H A Dstat.h26 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
29 # define S_ISDIR(m) (((m) & 0170000) == S_0040000) macro
/dports/databases/xapian-core/xapian-core-1.4.18/common/
H A Dsafesysstat.h32 # define S_ISDIR(ST_MODE) (((ST_MODE) & _S_IFMT) == _S_IFDIR) macro
57 # define S_ISDIR(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFDIR) macro
/dports/www/xapian-omega/xapian-omega-1.4.18/common/
H A Dsafesysstat.h32 # define S_ISDIR(ST_MODE) (((ST_MODE) & _S_IFMT) == _S_IFDIR) macro
57 # define S_ISDIR(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFDIR) macro
/dports/deskutils/recoll/recoll-1.31.2/xaposix/
H A Dsafesysstat.h58 # define S_ISDIR(ST_MODE) (((ST_MODE) & _S_IFMT) == _S_IFDIR) macro
83 # define S_ISDIR(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFDIR) macro
/dports/databases/xapian-core12/xapian-core-1.2.25/common/
H A Dsafesysstat.h58 # define S_ISDIR(ST_MODE) (((ST_MODE) & _S_IFMT) == _S_IFDIR) macro
83 # define S_ISDIR(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFDIR) macro
/dports/www/xapian-omega12/xapian-omega-1.2.25/common/
H A Dsafesysstat.h58 # define S_ISDIR(ST_MODE) (((ST_MODE) & _S_IFMT) == _S_IFDIR) macro
83 # define S_ISDIR(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFDIR) macro
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/support/
H A Dmkstemp.c57 #define S_ISDIR(MODE) (((MODE) & S_IFMT) == S_IFDIR) macro
59 #define S_ISDIR(MODE) (((MODE) & _S_IFMT) == _S_IFDIR) macro
/dports/security/krb5/krb5-1.19.2/src/util/support/
H A Dmkstemp.c57 #define S_ISDIR(MODE) (((MODE) & S_IFMT) == S_IFDIR) macro
59 #define S_ISDIR(MODE) (((MODE) & _S_IFMT) == _S_IFDIR) macro
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dos_stat.c43 #define S_ISDIR(m) (_S_IFDIR & (m)) macro
45 #define S_ISDIR(m) (((m) & 0170000) == 0040000) macro
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dos_stat.c44 #define S_ISDIR(m) (_S_IFDIR & (m)) macro
46 #define S_ISDIR(m) (((m) & 0170000) == 0040000) macro
/dports/databases/db18/db-18.1.40/src/os/
H A Dos_stat.c46 #define S_ISDIR(m) (_S_IFDIR & (m)) macro
48 #define S_ISDIR(m) (((m) & 0170000) == 0040000) macro
/dports/databases/db5/db-5.3.28/src/os/
H A Dos_stat.c46 #define S_ISDIR(m) (_S_IFDIR & (m)) macro
48 #define S_ISDIR(m) (((m) & 0170000) == 0040000) macro
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/utils/
H A Dsupport.h75 #define S_ISDIR(m) ((m) & S_IFDIR) macro
90 #define S_ISDIR(mode) (((mode)&0xF000) == 0x4000) macro
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/utils/
H A Dsupport.h75 #define S_ISDIR(m) ((m) & S_IFDIR) macro
90 #define S_ISDIR(mode) (((mode)&0xF000) == 0x4000) macro
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/utils/
H A Dsupport.h75 #define S_ISDIR(m) ((m) & S_IFDIR) macro
90 #define S_ISDIR(mode) (((mode)&0xF000) == 0x4000) macro
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/utils/
H A Dsupport.h75 #define S_ISDIR(m) ((m) & S_IFDIR) macro
90 #define S_ISDIR(mode) (((mode)&0xF000) == 0x4000) macro
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/utils/
H A Dsupport.h75 #define S_ISDIR(m) ((m) & S_IFDIR) macro
90 #define S_ISDIR(mode) (((mode)&0xF000) == 0x4000) macro
/dports/audio/timidity++-slang/TiMidity++-2.15.0/utils/
H A Dsupport.h75 #define S_ISDIR(m) ((m) & S_IFDIR) macro
90 #define S_ISDIR(mode) (((mode)&0xF000) == 0x4000) macro
/dports/audio/timidity++/TiMidity++-2.15.0/utils/
H A Dsupport.h75 #define S_ISDIR(m) ((m) & S_IFDIR) macro
90 #define S_ISDIR(mode) (((mode)&0xF000) == 0x4000) macro
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/utils/
H A Dsupport.h75 #define S_ISDIR(m) ((m) & S_IFDIR) macro
90 #define S_ISDIR(mode) (((mode)&0xF000) == 0x4000) macro
/dports/audio/timidity++-motif/TiMidity++-2.15.0/utils/
H A Dsupport.h75 #define S_ISDIR(m) ((m) & S_IFDIR) macro
90 #define S_ISDIR(mode) (((mode)&0xF000) == 0x4000) macro
/dports/audio/ocp/ocp-0.2.90/stuff/
H A Dcompat.h70 #define S_ISDIR(m) ((m) & S_IFDIR) macro
87 #define S_ISDIR(mode) (((mode)&0xF000) == 0x4000) 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/dosbox-staging/dosbox-staging-0.78.0/src/dos/
H A Dprogram_mount_common.h28 #define S_ISDIR(m) (((m)&S_IFMT)==S_IFDIR) macro

12345678910>>...69