Searched refs:o_ (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.cc4943 o_(-1),
5030 this->o_ = o;
5036 this->o_ = -1;
5068 this->o_ = STDOUT_FILENO;
5094 this->o_ = o;
5167 const int o = this->o_;
5263 ssize_t bytes_written = ::write(this->o_, this->base_ + offset,
5279 if (this->o_ != STDOUT_FILENO
5280 && this->o_ != STDERR_FILENO
5282 if (::close(this->o_) <
[all...]
H A Doutput.h164 int o_; member in class:gold::Output_file
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.cc4988 o_(-1),
5075 this->o_ = o;
5081 this->o_ = -1;
5113 this->o_ = STDOUT_FILENO;
5139 this->o_ = o;
5212 const int o = this->o_;
5308 ssize_t bytes_written = ::write(this->o_, this->base_ + offset,
5324 if (this->o_ != STDOUT_FILENO
5325 && this->o_ != STDERR_FILENO
5327 if (::close(this->o_) <
[all...]
H A Doutput.h164 int o_; member in class:gold::Output_file
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc4943 o_(-1),
5030 this->o_ = o;
5036 this->o_ = -1;
5068 this->o_ = STDOUT_FILENO;
5094 this->o_ = o;
5167 const int o = this->o_;
5263 ssize_t bytes_written = ::write(this->o_, this->base_ + offset,
5279 if (this->o_ != STDOUT_FILENO
5280 && this->o_ != STDERR_FILENO
5282 if (::close(this->o_) <
[all...]
H A Doutput.h164 int o_; member in class:gold::Output_file
/netbsd-current/external/mit/isl/dist/imath/
H A Dimath.c349 mp_size o_ = ua_ + ub_; local
350 ZERO(MP_DIGITS(Z), o_); local
352 Z->used = o_;
359 mp_size o_ = ua_ + ua_; local
360 ZERO(MP_DIGITS(Z), o_); local
362 Z->used = o_;
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress.c2483 static void setenv(const char *k, const char *v, int o_) argument
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress.c2659 static void setenv(const char *k, const char *v, int o_)

Completed in 476 milliseconds