| /netbsd-src/external/bsd/pdisk/dist/ |
| H A D | file_media.c | 82 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 D | log.c | 1376 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 D | log.c | 1410 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 D | FileOutputBuffer.cpp | 185 case fs::file_type::regular_file: in create()
|
| H A D | MemoryBuffer.cpp | 400 if (Type != sys::fs::file_type::regular_file && in getReadWriteFile() 452 if (Type != sys::fs::file_type::regular_file && in getOpenFileImpl()
|
| H A D | FileCollector.cpp | 143 if (It->type() == sys::fs::file_type::regular_file || in addDirectoryImpl()
|
| H A D | VirtualFileSystem.cpp | 96 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 D | raw_ostream.cpp | 650 SupportsSeeking = !EC && Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
|
| H A D | Path.cpp | 1101 return status.type() == file_type::regular_file; in is_regular_file()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/split-file/ |
| H A D | split-file.cpp | 167 status.type() != sys::fs::file_type::regular_file) in main()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2013 | 56 * 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 D | ChangeLog-2014 | 527 (regular_file): Rename to regular_file2, add path argument. 528 (regular_file): New function calling regular_file2.
|
| H A D | ChangeLog-2004 | 114 * 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 D | ChangeLog-2005 | 180 * 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 D | ChangeLog-2011 | 869 (regular_file): Use appropriately sized buffer for path.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/ |
| H A D | llvm-gsymutil.cpp | 159 case sys::fs::file_type::regular_file: in expandBundle()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 293 if (OStat.type() == sys::fs::file_type::regular_file) { in restoreStatOnFile()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
| H A D | unix.c | 1549 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 D | unix.c | 1549 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 D | llvm-dwarfdump.cpp | 597 case sys::fs::file_type::regular_file: in expandBundle()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 69 regular_file, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 245 if (Status->type() == llvm::sys::fs::file_type::regular_file) in collectPaths()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 695 return file_type::regular_file;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 687 : file_type::regular_file;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | Format.cpp | 3046 (Status->getType() == llvm::sys::fs::file_type::regular_file)) { in getStyle()
|