| /freebsd-12-stable/gnu/usr.bin/grep/ |
| D | isdir.c | 30 # define S_ISDIR(Mode) (((Mode) & S_IFMT) == S_IFDIR) macro
|
| D | system.h | 106 # define S_ISDIR(Mode) (((Mode) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | filemode.c | 136 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR) macro 138 #define S_ISDIR(i) (((i) & 0170000) == 040000) macro
|
| /freebsd-12-stable/contrib/diff/lib/ |
| D | file-type.h | 68 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro 70 # define S_ISDIR(m) 0 macro
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | gdb_stat.h | 47 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
| D | stat.h | 54 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/contrib/tcp_wrappers/ |
| D | tcpdmatch.c | 42 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
| D | tcpdchk.c | 46 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/contrib/ntp/sntp/libopts/compat/ |
| D | windows-config.h | 112 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
|
| /freebsd-12-stable/contrib/bc/include/ |
| D | bcl.h | 76 #define S_ISDIR(m) ((m) & _S_IFDIR) macro
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/sample/ |
| D | http-server.c | 27 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/contrib/libevent/sample/ |
| D | http-server.c | 27 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/contrib/gcclibs/libcpp/ |
| D | system.h | 299 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | tc.os.h | 241 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
| D | glob.c | 75 #define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/contrib/less/ |
| D | filename.c | 39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/crypto/openssl/crypto/conf/ |
| D | conf_def.c | 31 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/contrib/gcc/ |
| D | system.h | 469 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | lexsup.c | 54 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
| D | ldmain.c | 46 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/contrib/bmake/ |
| D | make.h | 146 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/ |
| D | posix_compat.h | 110 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
|
| /freebsd-12-stable/contrib/libucl/src/ |
| D | ucl_internal.h | 109 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
| /freebsd-12-stable/sys/sys/ |
| D | stat.h | 280 #define S_ISDIR(m) (((m) & 0170000) == 0040000) /* directory */ macro
|
| /freebsd-12-stable/crypto/openssl/apps/ |
| D | apps.c | 2402 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro 2404 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
|