Home
last modified time | relevance | path

Searched refs:DT_DIR (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dfind_names.c354 #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 Dignore.c453 #ifdef DT_DIR
460 #ifdef DT_DIR
461 dp->d_type == DT_DIR
484 #ifdef DT_DIR
H A Dimport.c446 #ifdef DT_DIR
447 (dp->d_type == DT_DIR
465 #ifdef DT_DIR
/openbsd-src/sbin/fsck_ffs/
H A Dpass2.c268 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 Ddir.c52 0, 12, DT_DIR, 1, ".",
53 0, DIRBLKSIZ - 12, DT_DIR, 2, ".."
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp71 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 Ddirent.h73 #define DT_DIR 4 macro
/openbsd-src/sys/ufs/ufs/
H A Ddir.h93 #define DT_DIR 4 macro
H A Dufs_vnops.c85 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 Dntfs_vnops.c434 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 DHost.cpp244 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 DOProfileWrapper.cpp127 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
/openbsd-src/usr.bin/rcs/
H A Drcsclean.c110 if (dp->d_type == DT_DIR) in rcsclean_main()
/openbsd-src/usr.bin/cvs/
H A Drepository.c149 case DT_DIR: in cvs_repository_getdir()
H A Dutil.c406 case DT_DIR: in cvs_rmdir()
/openbsd-src/sys/isofs/udf/
H A Dudf_vnops.c803 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 Dfts.c710 #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 Dtmpfs_subr.c730 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 Dmkfs.c773 { ROOTINO, sizeof(struct direct), DT_DIR, 1, "." },
774 { ROOTINO, sizeof(struct direct), DT_DIR, 2, ".." },
/openbsd-src/sbin/restore/
H A Dinteractive.c627 case DT_DIR: in mkentry()
H A Ddirs.c174 nulldir.d_type = DT_DIR; in extractdirs()
/openbsd-src/usr.bin/mg/
H A Dfileio.c527 if (dent->d_type == DT_DIR) { in make_file_list()
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Dfilesystem_common.h544 case DT_DIR:
/openbsd-src/sys/msdosfs/
H A Dmsdosfs_vnops.c1486 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 Dsanitizer_linux_libcdep.cpp828 if (entry->d_ino != 0 && *d_type == DT_DIR) { in GetNumberOfCPUs()

12