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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dapplication.cpp168 std::string optstr; local
170 optstr += '+'; // Turn on POSIX behavior.
172 optstr += ':';
179 optstr += opt.m_character;
181 optstr += ':';
188 while ((ch = ::getopt(m_argc, m_argv, optstr.c_str())) != -1) {

Completed in 19 milliseconds