| /src/external/bsd/kyua-cli/dist/utils/fs/ |
| operations_test.cpp | 212 ATF_REQUIRE(lookup(".", "dir", DT_DIR)); 225 ATF_REQUIRE(!lookup(".", "dir1", DT_DIR)); 226 ATF_REQUIRE(!lookup(".", "dir2", DT_DIR)); 233 ATF_REQUIRE(!lookup(".", "new-dir", DT_DIR)); 235 ATF_REQUIRE(lookup(".", "new-dir", DT_DIR)); 242 ATF_REQUIRE(!lookup(".", "a", DT_DIR)); 244 ATF_REQUIRE(lookup(".", "a", DT_DIR)); 245 ATF_REQUIRE(lookup("a", "b", DT_DIR)); 246 ATF_REQUIRE(lookup("a/b", "c", DT_DIR)); 275 ATF_REQUIRE(lookup(".", "a", DT_DIR)); [all...] |
| /src/external/bsd/kyua-testers/dist/ |
| fs_test.c | 218 ATF_REQUIRE(lookup(".", "root", DT_DIR)); 220 ATF_REQUIRE(!lookup(".", "root", DT_DIR)); 237 ATF_REQUIRE(lookup(".", "root", DT_DIR)); 239 ATF_REQUIRE(!lookup(".", "root", DT_DIR)); 254 ATF_REQUIRE(!lookup(".", "root", DT_DIR)); 274 ATF_REQUIRE(!lookup(".", "root", DT_DIR)); 285 ATF_REQUIRE(lookup(".", "root", DT_DIR)); 293 ATF_REQUIRE(!lookup(".", "root", DT_DIR)); 309 ATF_REQUIRE(!lookup(".", "root", DT_DIR)); 326 ATF_REQUIRE(!lookup(".", "root", DT_DIR)); [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| dirent.d | 174 DT_DIR = 4, 204 DT_DIR = 4, 241 DT_DIR = 4, 270 DT_DIR = 4, 290 DT_DIR = 4, 308 DT_DIR = 4, 356 DT_DIR = 4, 377 DT_DIR = 4, 408 DT_DIR = 4,
|
| /src/sys/sys/ |
| dirent.h | 70 #define DT_DIR 4
|
| /src/external/gpl2/xcvs/dist/src/ |
| find_names.c | 463 #ifdef DT_DIR 464 if (dp->d_type != DT_DIR) 480 #ifdef DT_DIR 488 #ifdef DT_DIR 489 if (dp->d_type != DT_DIR) 499 #ifdef DT_DIR
|
| ignore.c | 439 #ifdef DT_DIR 446 #ifdef DT_DIR 447 dp->d_type == DT_DIR 467 #ifdef DT_DIR
|
| /src/sys/ufs/ufs/ |
| dir.h | 95 #define DT_DIR 4
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| readdir.c | 75 type = DT_DIR;
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| readdir.c | 75 type = DT_DIR;
|
| /src/sys/ufs/ext2fs/ |
| ext2fs_dir.h | 179 return DT_DIR;
|
| /src/sbin/fsck_ffs/ |
| pass2.c | 358 if (newinofmt && dirp->d_type != DT_DIR) { 361 dirp->d_type = DT_DIR; 370 proto.d_type = DT_DIR; 421 proto.d_type = DT_DIR; 452 if (newinofmt && dirp->d_type != DT_DIR) { 454 dirp->d_type = DT_DIR;
|
| /src/sys/miscfs/procfs/ |
| procfs_vnops.c | 160 { DT_DIR, N("."), PFSproc, NULL }, 161 { DT_DIR, N(".."), PFSroot, NULL }, 162 { DT_DIR, N("fd"), PFSfd, NULL }, 163 { DT_DIR, N("task"), PFStask, procfs_validfile_linux }, 206 { DT_DIR, N("sys"), PFSsys, procfs_validfile_linux }, 207 { DT_DIR, N("sysvipc"), PFSsysvipc, procfs_validfile_linux }, 219 { DT_DIR, N("."), PFSsys, procfs_validfile_linux }, 220 { DT_DIR, N(".."), PFSroot, NULL }, 233 { DT_DIR, N("."), PFSsysfs, procfs_validfile_linux }, 234 { DT_DIR, N(".."), PFSsys, procfs_validfile_linux } [all...] |
| /src/external/lgpl2/userspace-rcu/dist/src/ |
| compat-smp.h | 66 if (entry->d_type == DT_DIR &&
|
| /src/lib/libpuffs/ |
| subr.c | 56 return puffs_nextdent(dent, name, id, DT_DIR, reslen); 222 DT_DIR, /* VDIR */
|
| /src/sys/fs/filecorefs/ |
| filecore_vnops.c | 337 de->d_type = DT_DIR; 344 de->d_type = DT_DIR; 353 de->d_type = DT_DIR;
|
| /src/external/bsd/pkg_install/dist/lib/ |
| iterate.c | 111 #if defined(DT_UNKNOWN) && defined(DT_DIR) 167 #if defined(DT_UNKNOWN) && defined(DT_DIR) 168 if (dp->d_type != DT_UNKNOWN && dp->d_type != DT_DIR)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| FuzzerIOPosix.cpp | 72 else if ((E->d_type == DT_DIR ||
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/ |
| OProfileWrapper.cpp | 127 if (Entry->d_type == DT_DIR) {
|
| /src/external/mit/libuv/dist/include/uv/ |
| unix.h | 180 # if defined(DT_DIR) 181 # define UV__DT_DIR DT_DIR
|
| /src/sys/miscfs/kernfs/ |
| kernfs_vnops.c | 79 { DT_DIR, N("."), 0, KFSkern, VDIR, DIR_MODE }, 80 { DT_DIR, N(".."), 0, KFSroot, VDIR, DIR_MODE }, 92 { DT_DIR, N("root"), 0, KFSnull, VDIR, DIR_MODE }, 104 { DT_DIR, N("."), 0, KFSsubdir, VDIR, DIR_MODE }, 105 { DT_DIR, N(".."), 0, KFSkern, VDIR, DIR_MODE },
|
| /src/sys/fs/ntfs/ |
| ntfs_vnops.c | 546 cde->d_type = DT_DIR; 560 cde->d_type = DT_DIR; 607 cde->d_type = (iep->ie_fflag & NTFS_FFLAG_DIR) ? DT_DIR : DT_REG; 609 dprintf(("%s\n", (cde->d_type == DT_DIR) ? "dir":"reg"));
|
| /src/sys/ufs/chfs/ |
| chfs_subr.c | 154 dent.d_type = DT_DIR;
|
| /src/tests/lib/libc/gen/ |
| t_glob.c | 143 dir.d_type = f->type == 'd' ? DT_DIR : DT_REG;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| dir-common.h | 279 case DT_DIR:
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| dir-common.h | 279 case DT_DIR:
|