/freebsd/contrib/diff/lib/ |
H A D | file-type.h | 68 # 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 D | stat.h | 54 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
/freebsd/contrib/tcp_wrappers/ |
H A D | tcpdmatch.c | 42 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
H A D | tcpdchk.c | 46 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | windows-config.h | 112 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | opt.c | 1184 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro 1186 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | http-server.c | 27 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
|
/freebsd/contrib/libevent/sample/ |
H A D | http-server.c | 27 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 241 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
H A D | glob.c | 75 #define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
/freebsd/contrib/less/ |
H A D | filename.c | 39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_def.c | 36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
/freebsd/crypto/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 41 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 115 # define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_cert.c | 33 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_internal.h | 109 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
/freebsd/sys/sys/ |
H A D | stat.h | 281 #define S_ISDIR( global() macro
|
/freebsd/contrib/bc/include/ |
H A D | status.h | 72 #define S_ISDIR(m) ((m) & (_S_IFDIR)) macro
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | roken.h.in | 357 #define S_ISDIR(m) (((m) & _S_IFDIR) == _S_IFDIR) macro
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 170 # define S_ISDIR(mode) (((mode) & (_S_IFMT)) == (_S_IFDIR)) macro
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.c | 49 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) in DEFINE_STACK_OF() macro
|
/freebsd/contrib/bmake/ |
H A D | make.h | 206 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | main.c | 99 #define S_ISDIR(m) ((m) & _S_IFDIR) macro
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_main.c | 119 #define S_ISDIR(m) ((m) & _S_IFDIR) macro
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 2713 # define S_ISDIR(foo) ((foo & S_IFMT) == S_IFDIR) macro
|