Searched refs:o_ (Results 1 – 2 of 2) sorted by relevance
4896 o_(-1), in Output_file()4983 this->o_ = o; in open_base_file()4989 this->o_ = -1; in open_base_file()5021 this->o_ = STDOUT_FILENO; in open()5047 this->o_ = o; in open()5120 const int o = this->o_; in map_no_anonymous()5216 ssize_t bytes_written = ::write(this->o_, this->base_ + offset, in close()5232 if (this->o_ != STDOUT_FILENO in close()5233 && this->o_ != STDERR_FILENO in close()5235 if (::close(this->o_) < 0) in close()[all …]
4873 int o_; variable