Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/pdisk/dist/
H A Dfile_media.c82 int regular_file; member
235 a->regular_file = 0; in open_file_as_media()
240 a->regular_file = S_ISREG(info.st_mode); in open_file_as_media()
366 } else if (a->regular_file) { in os_reload_file_media()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dlog.c1376 bool regular_file;
1394 regular_file = S_ISREG(statbuf.st_mode) ? true : false; in isc_logfile_roll()
1395 /* XXXDCL if not regular_file complain? */ in isc_logfile_roll()
1401 roll = regular_file; in isc_logfile_roll()
1404 regular_file = true; in isc_logfile_roll()
1405 POST(regular_file); in isc_logfile_roll()
1411 bool regular_file; isc_log_open() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlog.c1410 bool regular_file; in isc_log_open() local
1428 regular_file = S_ISREG(statbuf.st_mode) ? true : false; in isc_log_open()
1435 roll = regular_file; in isc_log_open()
1438 regular_file = true; in isc_log_open()
1439 POST(regular_file); in isc_log_open()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/split-file/
H A Dsplit-file.cpp167 status.type() != sys::fs::file_type::regular_file) in main()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-201356 * io/unix.c (regular_file): Don't set O_CREAT when opening a file
71 (regular_file): Add O_CLOEXEC to flags if defined.
H A DChangeLog-2014527 (regular_file): Rename to regular_file2, add path argument.
528 (regular_file): New function calling regular_file2.
H A DChangeLog-2004114 * io/unix.c (regular_file): Change prototype and set flags->action if
695 * unix.c(regular_file): create file if it does not exist.
H A DChangeLog-2005180 * io/unix.c (tempfile, regular_file): HAVE_CRLF doesn't imply
364 (regular_file): Likewise.
1134 * io/unix.c (tempfile, regular_file): Open files with
2587 * io/unix.c (regular_file): No need to change flags->action
2595 regular_file.
H A DChangeLog-2011869 (regular_file): Use appropriately sized buffer for path.
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp159 case sys::fs::file_type::regular_file: in expandBundle()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp293 if (OStat.type() == sys::fs::file_type::regular_file) { in restoreStatOnFile()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c1549 regular_file (st_parameter_open *opp, unit_flags *flags) in regular_file() function
1582 fd = regular_file (opp, flags); in open_external()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c1549 regular_file (st_parameter_open *opp, unit_flags *flags) in regular_file() function
1582 fd = regular_file (opp, flags); in open_external()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp597 case sys::fs::file_type::regular_file: in expandBundle()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h69 regular_file, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp245 if (Status->type() == llvm::sys::fs::file_type::regular_file) in collectPaths()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc695 return file_type::regular_file;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc687 : file_type::regular_file;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp3046 (Status->getType() == llvm::sys::fs::file_type::regular_file)) { in getStyle()

12