Home
last modified time | relevance | path

Searched refs:regular_file (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/ntp/lib/isc/
H A Dlog.c1321 isc_boolean_t regular_file; in isc_log_open() local
1339 regular_file = S_ISREG(statbuf.st_mode) ? ISC_TRUE : ISC_FALSE; in isc_log_open()
1345 roll = regular_file; in isc_log_open()
1347 regular_file = ISC_TRUE; in isc_log_open()
1348 POST(regular_file); in isc_log_open()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp185 case fs::file_type::regular_file: in create()
H A DMemoryBuffer.cpp400 if (Type != sys::fs::file_type::regular_file && in getReadWriteFile()
452 if (Type != sys::fs::file_type::regular_file && in getOpenFileImpl()
H A DFileCollector.cpp143 if (It->type() == sys::fs::file_type::regular_file || in addDirectoryImpl()
H A DVirtualFileSystem.cpp96 bool Status::isRegularFile() const { return Type == file_type::regular_file; } in isRegularFile()
739 const auto ResolvedType = Type.getValueOr(sys::fs::file_type::regular_file); in addFile()
921 Type = sys::fs::file_type::regular_file; in setCurrentEntry()
1071 Type = sys::fs::file_type::regular_file; in incrementImpl()
H A Draw_ostream.cpp650 SupportsSeeking = !EC && Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
H A DPath.cpp1101 return status.type() == file_type::regular_file; in is_regular_file()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp287 if (OStat.type() == sys::fs::file_type::regular_file) { in restoreStatOnFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp230 case file_type::regular_file: in LocateMacOSXFilesUsingDebugSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp601 case sys::fs::file_type::regular_file: in expandBundle()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp618 case fs::file_type::regular_file: { in RecurseCopy_Callback()
724 case fs::file_type::regular_file: in Install()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h69 regular_file, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp245 if (Status->type() == llvm::sys::fs::file_type::regular_file) in collectPaths()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp88 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
H A DDebugger.cpp540 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc701 return file_type::regular_file;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc682 : file_type::regular_file;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3117 (Status->getType() == llvm::sys::fs::file_type::regular_file)) { in getStyle()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9490 case llvm::sys::fs::file_type::regular_file: in CodeCompleteIncludedFile()