Searched defs:S_ISDIR (Results 1 - 25 of 26) sorted by last modified time

12

/freebsd-current/contrib/bmake/
H A Dmake.h197 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_main.c115 #define S_ISDIR(m) ((m) & _S_IFDIR) macro
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h107 # undef S_ISDIR macro
115 # define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
/freebsd-current/crypto/openssl/apps/lib/
H A Dopt.c1184 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro
1186 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h2713 # define S_ISDIR(foo) ((foo & S_IFMT) == S_IFDIR) macro
/freebsd-current/contrib/sqlite3/
H A Dshell.c2223 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/freebsd-current/sys/sys/
H A Dstat.h281 #define S_ISDIR(m) (((m) & 0170000) == 0040000) /* directory */ macro
/freebsd-current/contrib/libevent/sample/
H A Dhttp-server.c27 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
/freebsd-current/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c41 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/freebsd-current/crypto/openssl/engines/
H A De_loader_attic.c49 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/freebsd-current/crypto/openssl/ssl/
H A Dssl_cert.c33 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/freebsd-current/crypto/openssl/crypto/conf/
H A Dconf_def.c36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/freebsd-current/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h112 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
/freebsd-current/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c27 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dstat.h54 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-current/contrib/bc/include/
H A Dstatus.h93 #define S_ISDIR(m) ((m) & (_S_IFDIR)) macro
/freebsd-current/contrib/less/
H A Dfilename.c39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-current/contrib/tcp_wrappers/
H A Dtcpdchk.c46 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
H A Dtcpdmatch.c42 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-current/crypto/openssh/
H A Ddefines.h170 # define S_ISDIR(mode) (((mode) & (_S_IFMT)) == (_S_IFDIR)) macro
/freebsd-current/contrib/tcsh/
H A Dtc.os.h229 # undef S_ISDIR macro
241 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
H A Dglob.c75 #define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/freebsd-current/contrib/ncurses/ncurses/
H A Dcurses.priv.h250 #define S_ISDIR(mode) ((mode & S_IFMT) == S_IFDIR) macro
/freebsd-current/contrib/libucl/src/
H A Ducl_internal.h109 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dmain.c99 #define S_ISDIR(m) ((m) & _S_IFDIR) macro

Completed in 407 milliseconds

12