HomeSort by: relevance | last modified time | path
    Searched refs:_S_IFDIR (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
stat.h 46 # define S_IFDIR _S_IFDIR
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h 96 #define S_IFDIR _S_IFDIR
acwin.h 125 #define S_IFDIR _S_IFDIR
  /src/external/gpl3/gdb/dist/readline/readline/
posixstat.h 60 #if defined (_S_IFDIR) && !defined (S_IFDIR)
61 #define S_IFDIR _S_IFDIR
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h 60 #if defined (_S_IFDIR) && !defined (S_IFDIR)
61 #define S_IFDIR _S_IFDIR
  /src/external/bsd/ntp/dist/sntp/libopts/compat/
windows-config.h 113 # define S_IFDIR _S_IFDIR
  /src/sys/sys/
stat.h 141 #define _S_IFDIR 0040000 /* directory */
155 #define S_IFDIR _S_IFDIR
171 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) /* directory */
  /src/external/mit/libuv/dist/test/
test-getters-setters.c 28 # define S_IFDIR _S_IFDIR
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.h 146 #ifndef _S_IFDIR
147 #define _S_IFDIR 0040000 /* directory */
169 //#define S_IFDIR _S_IFDIR
  /src/crypto/external/bsd/openssl.old/dist/
e_os.h 120 # define S_IFDIR _S_IFDIR
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h 85 #undef _S_IFDIR
94 #define _S_IFDIR 0x4000
110 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)
183 buf->st_mode |= _S_IFDIR;
  /src/external/gpl2/texinfo/dist/lib/
system.h 32 #define S_ISDIR(x) ((x)&_S_IFDIR)
  /src/external/bsd/less/dist/
defines.ds 408 #define S_IFDIR _S_IFDIR
  /src/crypto/external/apache2/openssl/dist/include/internal/
e_os.h 74 #define S_IFDIR _S_IFDIR
  /src/crypto/external/bsd/openssl/dist/
e_os.h 74 # define S_IFDIR _S_IFDIR
  /src/external/bsd/zstd/dist/tests/
roundTripCrash.c 180 if (!r && (statbuf.st_mode & _S_IFDIR)) return 1;
  /src/external/gpl3/gdb/dist/gnulib/import/
stat-w32.c 267 ((info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ? _S_IFDIR | S_IEXEC_UGO : _S_IFREG)
stat.c 285 ((info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ? _S_IFDIR | S_IEXEC_UGO : _S_IFREG)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
stat-w32.c 267 ((info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ? _S_IFDIR | S_IEXEC_UGO : _S_IFREG)
stat.c 285 ((info.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ? _S_IFDIR | S_IEXEC_UGO : _S_IFREG)
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_nextstep.h 269 # define S_ISDIR(mode) (((mode) & (_S_IFMT)) == (_S_IFDIR))
  /src/crypto/external/apache2/openssl/dist/apps/lib/
opt.c 1272 #if defined(_S_IFMT) && defined(_S_IFDIR)
1273 #define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR)
  /src/crypto/external/bsd/openssl/dist/apps/lib/
opt.c 1183 # if defined(_S_IFMT) && defined(_S_IFDIR)
1184 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR)
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
roken.h.in 361 #define S_ISDIR(m) (((m) & _S_IFDIR) == _S_IFDIR)
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1992 return (_S_IFDIR & st.st_mode) != 0;

Completed in 45 milliseconds

1 2