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

1 2 3 4

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
dirent.d 171 DT_UNKNOWN = 0,
201 DT_UNKNOWN = 0,
238 DT_UNKNOWN = 0,
267 DT_UNKNOWN = 0,
287 DT_UNKNOWN = 0,
305 DT_UNKNOWN = 0,
353 DT_UNKNOWN = 0,
374 DT_UNKNOWN = 0,
405 DT_UNKNOWN = 0,
  /src/sys/sys/
dirent.h 67 #define DT_UNKNOWN 0
  /src/sys/ufs/ufs/
dir.h 92 #define DT_UNKNOWN 0
  /src/external/gpl3/gdb/dist/gnulib/import/
readdir.c 93 type = DT_UNKNOWN;
dirent.in.h 44 # define DT_UNKNOWN 0
glob.c 110 # undef DT_UNKNOWN
113 # define DT_UNKNOWN 0
137 return DT_UNKNOWN;
1392 case DT_LNK: case DT_UNKNOWN:
  /src/external/gpl3/gdb.old/dist/gnulib/import/
readdir.c 93 type = DT_UNKNOWN;
dirent.in.h 44 # define DT_UNKNOWN 0
glob.c 110 # undef DT_UNKNOWN
113 # define DT_UNKNOWN 0
137 return DT_UNKNOWN;
1392 case DT_LNK: case DT_UNKNOWN:
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOPosix.cpp 70 (E->d_type == DT_UNKNOWN && IsFile(Path)))
73 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) &&
  /src/sys/ufs/ext2fs/
ext2fs_dir.h 191 return DT_UNKNOWN;
  /src/lib/libpuffs/
subr.c 220 DT_UNKNOWN, /* VNON */
228 DT_UNKNOWN /* VBAD */
238 return DT_UNKNOWN;
  /src/external/gpl2/xcvs/dist/src/
ignore.c 440 dp->d_type != DT_UNKNOWN ||
448 || (dp->d_type == DT_UNKNOWN && S_ISDIR (sb.st_mode))
469 || (dp->d_type == DT_UNKNOWN && S_ISLNK (sb.st_mode))
find_names.c 466 if (dp->d_type != DT_UNKNOWN && dp->d_type != DT_LNK)
  /src/external/bsd/pkg_install/dist/lib/
iterate.c 111 #if defined(DT_UNKNOWN) && defined(DT_DIR)
113 dp->d_type != DT_UNKNOWN && dp->d_type != DT_REG)
167 #if defined(DT_UNKNOWN) && defined(DT_DIR)
168 if (dp->d_type != DT_UNKNOWN && dp->d_type != DT_DIR)
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
dir-common.h 289 case DT_UNKNOWN:
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
dir-common.h 289 case DT_UNKNOWN:
std-dir.cc 64 if (entp->d_type != DT_UNKNOWN)
  /src/crypto/external/bsd/openssh/dist/
misc-agent.c 304 if (dp->d_type != DT_SOCK && dp->d_type != DT_UNKNOWN)
  /src/sbin/restore/
dirs.c 369 dp->d_type = DT_UNKNOWN;
450 ndp->d_type = DT_UNKNOWN;
  /src/sys/miscfs/fdesc/
fdesc_vnops.c 524 { FD_CTTY, DT_UNKNOWN, N("tty") },
649 d.d_type = DT_UNKNOWN;
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
directory_iterator.cpp 50 case DT_UNKNOWN:
  /src/external/mit/libuv/dist/include/uv/
unix.h 173 #if defined(DT_UNKNOWN)
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_dir.cc 75 if (entp->d_type != DT_UNKNOWN)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_dir.cc 75 if (entp->d_type != DT_UNKNOWN)

Completed in 56 milliseconds

1 2 3 4