Searched refs:regular_file (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/bsd/pdisk/dist/
H A Dfile_media.c82 int regular_file; member in struct:file_media
235 a->regular_file = 0;
240 a->regular_file = S_ISREG(info.st_mode);
366 } else if (a->regular_file) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileOutputBuffer.cpp185 case fs::file_type::regular_file:
H A DMemoryBuffer.cpp400 if (Type != sys::fs::file_type::regular_file &&
452 if (Type != sys::fs::file_type::regular_file &&
H A DFileCollector.cpp143 if (It->type() == sys::fs::file_type::regular_file ||
H A DVirtualFileSystem.cpp96 bool Status::isRegularFile() const { return Type == file_type::regular_file; }
739 const auto ResolvedType = Type.getValueOr(sys::fs::file_type::regular_file);
921 Type = sys::fs::file_type::regular_file;
1071 Type = sys::fs::file_type::regular_file;
H A Draw_ostream.cpp650 SupportsSeeking = !EC && Status.type() == sys::fs::file_type::regular_file;
H A DPath.cpp1101 return status.type() == file_type::regular_file;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/split-file/
H A Dsplit-file.cpp167 status.type() != sys::fs::file_type::regular_file)
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dlog.c1323 isc_boolean_t regular_file; local
1341 regular_file = S_ISREG(statbuf.st_mode) ? ISC_TRUE : ISC_FALSE;
1342 /* XXXDCL if not regular_file complain? */
1347 roll = regular_file;
1349 regular_file = ISC_TRUE;
1350 POST(regular_file);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlog.c1410 bool regular_file; local
1428 regular_file = S_ISREG(statbuf.st_mode) ? true : false;
1429 /* XXXDCL if not regular_file complain? */
1435 roll = regular_file;
1438 regular_file = true;
1439 POST(regular_file);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dlog.c1411 bool regular_file; local
1429 regular_file = S_ISREG(statbuf.st_mode) ? true : false;
1430 /* XXXDCL if not regular_file complain? */
1436 roll = regular_file;
1439 regular_file = true;
1440 POST(regular_file);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp293 if (OStat.type() == sys::fs::file_type::regular_file) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp159 case sys::fs::file_type::regular_file:
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c1414 internal_error (&opp->common, "regular_file(): Bad action");
1441 internal_error (&opp->common, "regular_file(): Bad status");
1549 regular_file (st_parameter_open *opp, unit_flags *flags) function
1580 /* regular_file resets flags->action if it is ACTION_UNSPECIFIED and
1582 fd = regular_file (opp, flags);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c1414 internal_error (&opp->common, "regular_file(): Bad action");
1441 internal_error (&opp->common, "regular_file(): Bad status");
1549 regular_file (st_parameter_open *opp, unit_flags *flags) function
1580 /* regular_file resets flags->action if it is ACTION_UNSPECIFIED and
1582 fd = regular_file (opp, flags);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc695 return file_type::regular_file;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h69 regular_file, member in class:llvm::sys::fs::file_type
570 /// @returns status_known(status) && status.type() == file_type::regular_file.
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp597 case sys::fs::file_type::regular_file:
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc687 : file_type::regular_file;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp245 if (Status->type() == llvm::sys::fs::file_type::regular_file)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp3046 (Status->getType() == llvm::sys::fs::file_type::regular_file)) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp9475 case llvm::sys::fs::file_type::regular_file:

Completed in 541 milliseconds