Home
last modified time | relevance | path

Searched refs:DT_REG (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp68 if (E->d_type == DT_REG || E->d_type == DT_LNK || in ListFilesInDirRecursive()
90 if (E->d_type == DT_REG || E->d_type == DT_LNK || in IterateDirRecursive()
/openbsd/sys/sys/
H A Ddirent.h75 #define DT_REG 8 macro
/openbsd/sys/ufs/ufs/
H A Ddir.h95 #define DT_REG 8 macro
/openbsd/usr.bin/cvs/
H A Drepository.c152 case DT_REG: in cvs_repository_getdir()
H A Dutil.c409 case DT_REG: in cvs_rmdir()
H A Dfile.c531 case DT_REG: in cvs_file_walkdir()
/openbsd/usr.sbin/smtpd/
H A Dqueue_fs.c334 if (dp->d_type != DT_REG) in queue_fs_message_walk()
/openbsd/sbin/restore/
H A Dinteractive.c608 case DT_REG: in mkentry()
/openbsd/sbin/iked/
H A Dca.c989 if ((entry->d_type != DT_REG) && in ca_reload()
1015 if ((entry->d_type != DT_REG) && in ca_reload()
1095 if ((entry->d_type != DT_REG) && in ca_reload()
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Dfilesystem_common.h550 case DT_REG:
/openbsd/sys/ntfs/
H A Dntfs_vnops.c499 cde.d_type = (iep->ie_fflag & NTFS_FFLAG_DIR) ? DT_DIR : DT_REG; in ntfs_readdir()
/openbsd/sys/tmpfs/
H A Dtmpfs_subr.c809 dent.d_type = DT_REG; in tmpfs_dir_getdents()
/openbsd/sys/msdosfs/
H A Dmsdosfs_vnops.c1612 dirbuf.d_type = DT_REG; in msdosfs_readdir()
/openbsd/usr.sbin/snmpd/
H A Dmib.y1667 if (dirent->d_type != DT_REG) in mib_parsedir()