| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | find_names.c | 354 #ifdef DT_DIR 355 if (dp->d_type != DT_DIR) 371 #ifdef DT_DIR 379 #ifdef DT_DIR 380 if (dp->d_type != DT_DIR) 390 #ifdef DT_DIR
|
| H A D | ignore.c | 453 #ifdef DT_DIR 460 #ifdef DT_DIR 461 dp->d_type == DT_DIR 484 #ifdef DT_DIR
|
| H A D | import.c | 446 #ifdef DT_DIR 447 (dp->d_type == DT_DIR 465 #ifdef DT_DIR
|
| /openbsd-src/sbin/fsck_ffs/ |
| H A D | pass2.c | 268 if (dirp->d_type != DT_DIR) { in pass2check() 270 dirp->d_type = DT_DIR; in pass2check() 278 proto.d_type = DT_DIR; in pass2check() 309 proto.d_type = DT_DIR; in pass2check() 327 if (dirp->d_type != DT_DIR) { in pass2check() 329 dirp->d_type = DT_DIR; in pass2check()
|
| H A D | dir.c | 52 0, 12, DT_DIR, 1, ".", 53 0, DIRBLKSIZ - 12, DT_DIR, 2, ".."
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIOPosix.cpp | 71 else if ((E->d_type == DT_DIR || in ListFilesInDirRecursive() 93 else if ((E->d_type == DT_DIR || in IterateDirRecursive()
|
| /openbsd-src/sys/sys/ |
| H A D | dirent.h | 73 #define DT_DIR 4 macro
|
| /openbsd-src/sys/ufs/ufs/ |
| H A D | dir.h | 93 #define DT_DIR 4 macro
|
| H A D | ufs_vnops.c | 85 0, 12, DT_DIR, 1, ".", 86 0, DIRBLKSIZ - 12, DT_DIR, 2, ".." 1046 ufs_dirrewrite(xp, dp, newparent, DT_DIR, 0); in ufs_rename()
|
| /openbsd-src/sys/ntfs/ |
| H A D | ntfs_vnops.c | 434 cde.d_type = DT_DIR; in ntfs_readdir() 448 cde.d_type = DT_DIR; in ntfs_readdir() 499 cde.d_type = (iep->ie_fflag & NTFS_FFLAG_DIR) ? DT_DIR : DT_REG; in ntfs_readdir() 502 DPRINTF("%s\n", cde.d_type == DT_DIR ? "dir" : "reg"); in ntfs_readdir()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/linux/ |
| H A D | Host.cpp | 244 if (direntry->d_type != DT_DIR || !IsDirNumeric(direntry->d_name)) in FindProcessesImpl() 293 if (direntry->d_type != DT_DIR || !IsDirNumeric(direntry->d_name)) in FindProcessThreads()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/ |
| H A D | OProfileWrapper.cpp | 127 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
|
| /openbsd-src/usr.bin/rcs/ |
| H A D | rcsclean.c | 110 if (dp->d_type == DT_DIR) in rcsclean_main()
|
| /openbsd-src/usr.bin/cvs/ |
| H A D | repository.c | 149 case DT_DIR: in cvs_repository_getdir()
|
| H A D | util.c | 406 case DT_DIR: in cvs_rmdir()
|
| /openbsd-src/sys/isofs/udf/ |
| H A D | udf_vnops.c | 803 dir.d_type = DT_DIR; in udf_readdir() 813 dir.d_type = DT_DIR; in udf_readdir() 828 DT_DIR : DT_UNKNOWN; in udf_readdir()
|
| /openbsd-src/lib/libc/gen/ |
| H A D | fts.c | 710 #ifdef DT_DIR in fts_build() 712 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
|
| /openbsd-src/sys/tmpfs/ |
| H A D | tmpfs_subr.c | 730 dp->d_type = DT_DIR; in tmpfs_dir_getdotents() 800 dent.d_type = DT_DIR; in tmpfs_dir_getdents()
|
| /openbsd-src/sbin/newfs/ |
| H A D | mkfs.c | 773 { ROOTINO, sizeof(struct direct), DT_DIR, 1, "." }, 774 { ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." },
|
| /openbsd-src/sbin/restore/ |
| H A D | interactive.c | 627 case DT_DIR: in mkentry()
|
| H A D | dirs.c | 174 nulldir.d_type = DT_DIR; in extractdirs()
|
| /openbsd-src/usr.bin/mg/ |
| H A D | fileio.c | 527 if (dent->d_type == DT_DIR) { in make_file_list()
|
| /openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
| H A D | filesystem_common.h | 544 case DT_DIR:
|
| /openbsd-src/sys/msdosfs/ |
| H A D | msdosfs_vnops.c | 1486 dirbuf.d_type = DT_DIR; in msdosfs_readdir() 1596 dirbuf.d_type = DT_DIR; in msdosfs_readdir()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_linux_libcdep.cpp | 828 if (entry->d_ino != 0 && *d_type == DT_DIR) { in GetNumberOfCPUs()
|