/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/ |
H A D | auto_cleaners.cpp | 161 impl(const path& file_) : in impl() 162 _file(file_), in impl() 198 fs::auto_file::auto_file(const path& file_) : in auto_file() argument 199 _pimpl(new impl(file_)) in auto_file() 226 const fs::path file_ = fs::mkstemp(path_template); in mkstemp() local 228 return auto_file(file_); in mkstemp() 230 fs::unlink(file_); in mkstemp()
|
/netbsd-src/external/gpl3/binutils/dist/elfcpp/ |
H A D | elfcpp_file.h | 151 this->file_->error(_("ELF file has not been initialized yet" in shnum() 169 this->file_->error(_("ELF file has not been initialized yet" in shstrndx() 189 this->file_->error(_("ELF file has not been initialized yet" in large_shndx_offset() 252 File* file_; variable 407 this->file_ = file; in construct() 439 typename File::View v(this->file_->view(this->shoff_, This::shdr_size)); in initialize_shnum() 468 this->file_->error(_("bad shstrndx: %u >= %u"), in initialize_shnum() 483 typename File::View v(this->file_->view(this->shoff_, in find_section_by_type() 501 this->file_->error(_("section_header_offset: bad shndx %u >= %u"), in section_header_offset() 512 File* const file = this->file_; in section_name() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/ |
H A D | elfcpp_file.h | 151 this->file_->error(_("ELF file has not been initialized yet" in shnum() 169 this->file_->error(_("ELF file has not been initialized yet" in shstrndx() 189 this->file_->error(_("ELF file has not been initialized yet" in large_shndx_offset() 252 File* file_; variable 407 this->file_ = file; in construct() 439 typename File::View v(this->file_->view(this->shoff_, This::shdr_size)); in initialize_shnum() 468 this->file_->error(_("bad shstrndx: %u >= %u"), in initialize_shnum() 483 typename File::View v(this->file_->view(this->shoff_, in find_section_by_type() 501 this->file_->error(_("section_header_offset: bad shndx %u >= %u"), in section_header_offset() 512 File* const file = this->file_; in section_name() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/ |
H A D | filelogger.d | 80 this.file_.open(this.filename, "a"); in this() 105 this.file_ = file; 113 return this.file_; in file() 129 auto lt = this.file_.lockingTextWriter(); in beginLogMsg() 140 formattedWrite(this.file_.lockingTextWriter(), "%s", msg); in logMsgPart() 149 this.file_.lockingTextWriter().put("\n"); in finishLogMsg() 150 this.file_.flush(); in finishLogMsg() 173 private File file_; variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/logger/ |
H A D | filelogger.d | 83 this.file_.open(this.filename, "a"); in this() 108 this.file_ = file; 116 return this.file_; in file() 132 auto lt = this.file_.lockingTextWriter(); in beginLogMsg() 144 formattedWrite(this.file_.lockingTextWriter(), "%s", msg); in logMsgPart() 153 this.file_.lockingTextWriter().put("\n"); in finishLogMsg() 154 this.file_.flush(); in finishLogMsg() 178 protected File file_; variable
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | fileread.h | 483 : file_(file), view_(view), data_(data) in File_view() 486 File_read& file_; variable 505 : input_argument_(input_argument), found_name_(), file_(), in Input_file() 544 { return this->file_.filename(); } in filename() 560 { return this->file_; } in file() 564 { return this->file_; } in file() 614 File_read file_; variable
|
H A D | nacl.h | 38 : file_(input_file->file()), offset_(offset) in Sniff_file() 75 return View(this->file_, this->offset_ + file_offset, data_size); in view() 88 File_read& file_;
|
H A D | fileread.cc | 875 gold_assert(this->file_.is_locked()); in ~File_view() 884 : found_name_(), file_(), is_in_sysroot_(false), format_(FORMAT_NONE) in Input_file() 895 : file_() in Input_file() 900 bool ok = this->file_.open(task, name, contents, size); in Input_file() 1109 ok = this->file_.open(task, name); in open() 1147 return this->file_.open(task, name, binary_to_elf.converted_data_leak(), in open_binary()
|
H A D | nacl.cc | 43 gold_error(_("%s: %s"), this->file_.filename().c_str(), buf); in error()
|
H A D | options.h | 2131 : is_file_(true), file_(file), group_(NULL), lib_(NULL), script_info_(NULL) in Input_argument() 2164 return this->file_; in file() 2211 Input_file_argument file_; variable
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | fileread.h | 483 : file_(file), view_(view), data_(data) in File_view() 486 File_read& file_; variable 505 : input_argument_(input_argument), found_name_(), file_(), in Input_file() 544 { return this->file_.filename(); } in filename() 560 { return this->file_; } in file() 564 { return this->file_; } in file() 614 File_read file_; variable
|
H A D | nacl.h | 38 : file_(input_file->file()), offset_(offset) in Sniff_file() 75 return View(this->file_, this->offset_ + file_offset, data_size); in view() 88 File_read& file_;
|
H A D | fileread.cc | 875 gold_assert(this->file_.is_locked()); in ~File_view() 884 : found_name_(), file_(), is_in_sysroot_(false), format_(FORMAT_NONE) in Input_file() 895 : file_() in Input_file() 900 bool ok = this->file_.open(task, name, contents, size); in Input_file() 1109 ok = this->file_.open(task, name); in open() 1147 return this->file_.open(task, name, binary_to_elf.converted_data_leak(), in open_binary()
|
H A D | nacl.cc | 43 gold_error(_("%s: %s"), this->file_.filename().c_str(), buf); in error()
|
H A D | options.h | 2126 : is_file_(true), file_(file), group_(NULL), lib_(NULL), script_info_(NULL) in Input_argument() 2159 return this->file_; in file() 2206 Input_file_argument file_; variable
|
/netbsd-src/external/bsd/kyua-cli/dist/engine/ |
H A D | exceptions.cpp | 69 engine::load_error::load_error(const fs::path& file_, in load_error() argument 71 error(F("Load of '%s' failed: %s") % file_ % reason_), in load_error() 72 file(file_), in load_error()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 270 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag() 278 const std::string& file() const { return file_; } in file() 284 std::string file_;
|
/netbsd-src/external/gpl3/gcc/dist/libcody/ |
H A D | internal.hh | 38 constexpr Location (char const *file_ in Location() argument 51 :file (file_), line (line_) in Location()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest-death-test.cc | 654 file_(file), in WindowsDeathTest() 663 const char* const file_; member in testing::internal::WindowsDeathTest 762 "=" + file_ + "|" + StreamableToString(line_) + "|" + in AssumeRole() 818 file_(file), in FuchsiaDeathTest() 828 const char* const file_; member in testing::internal::FuchsiaDeathTest 995 + file_ + "|" in AssumeRole() 1170 file_(file), in ExecDeathTest() 1185 const char* const file_; member in testing::internal::ExecDeathTest 1436 + file_ + "|" + StreamableToString(line_) + "|" in AssumeRole()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 258 : file_(a_file), line_(a_line), last_clause_(kNone) {} in UntypedOnCallSpecBase() 261 const char* file() const { return file_; } in file() 277 Assert(property, file_, line_, failure_message); in AssertSpecProperty() 283 Expect(property, file_, line_, failure_message); in ExpectSpecProperty() 286 const char* file_; variable 708 const char* file() const { return file_; } in file() 753 Assert(property, file_, line_, failure_message); in AssertSpecProperty() 759 Expect(property, file_, line_, failure_message); in ExpectSpecProperty() 859 const char* file_; // The file that contains the expectation. variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | stdio.d | 2867 File file_; 2872 chunk_ = file_.rawRead(chunk_); 2874 file_.detach(); 2887 file_ = file; 2896 return !file_.isOpen; 3072 File file_; 3075 @property _iobuf* handle_() @trusted { return cast(_iobuf*) file_._p.handle; } 3097 file_ = f; 3125 if (auto p = file_._p) 3129 file_ = File.init; [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 80 : file_(a_file), in ExpectationBase()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | stdio.d | 2523 File file_; 2528 chunk_ = file_.rawRead(chunk_); 2530 file_.detach(); 2543 file_ = file; 2552 return !file_.isOpen;
|
/netbsd-src/external/gpl3/autoconf/dist/tests/ |
H A D | torture.at | 674 echo "content of file $i" > file_$i 706 f$1=file_$1
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ld.info | 6953 _using a DEF file_
|