Searched refs:m_argument (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dapplication.hpp61 std::string m_argument; member in class:atf::application::option
H A Dapplication.cpp96 m_argument(a),
180 if (!opt.m_argument.empty())
237 if (opt.m_argument.length() + 1 > coldesc)
238 coldesc = opt.m_argument.length() + 1;
245 if (opt.m_argument.empty())
248 tag += " " + opt.m_argument + " ";
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dapplication.hpp61 std::string m_argument; member in class:atf::application::option
H A Dapplication.cpp92 m_argument(a),
175 if (!opt.m_argument.empty())
230 if (opt.m_argument.length() + 1 > coldesc)
231 coldesc = opt.m_argument.length() + 1;
238 if (opt.m_argument.empty())
241 tag += " " + opt.m_argument + " ";

Completed in 133 milliseconds