Home
last modified time | relevance | path

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

12

/freebsd/crypto/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
/freebsd/contrib/diff/lib/
H A Dfile-type.h68 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
70 # define S_ISDIR(m) 0 macro
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dstat.h54 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd/contrib/tcp_wrappers/
H A Dtcpdmatch.c42 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
H A Dtcpdchk.c46 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h112 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h269 #define S_ISDIR(m) ((m & 0170000) == 0040000) /* directory */ macro
/freebsd/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/crypto/krb5/src/util/profile/
H A Dprof_file.c31 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c27 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
/freebsd/contrib/libevent/sample/
H A Dhttp-server.c27 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
/freebsd/contrib/tcsh/
H A Dtc.os.h241 # 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/contrib/xz/src/xz/
H A Dfile_io.c56 # define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/freebsd/contrib/less/
H A Dfilename.c39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c41 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h115 # define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c33 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/freebsd/contrib/libucl/src/
H A Ducl_internal.h109 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd/contrib/bc/include/
H A Dstatus.h72 #define S_ISDIR(m) ((m) & (_S_IFDIR)) macro
/freebsd/sys/sys/
H A Dstat.h282 #define S_ISDIR(m) (((m) & 0170000) == 0040000) /* directory */ macro
/freebsd/crypto/heimdal/lib/roken/
H A Droken.h.in357 #define S_ISDIR(m) (((m) & _S_IFDIR) == _S_IFDIR) macro
/freebsd/crypto/openssh/
H A Ddefines.h170 # define S_ISDIR(mode) (((mode) & (_S_IFMT)) == (_S_IFDIR)) macro
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c49 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) in DEFINE_STACK_OF() macro

12