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

/freebsd-10.2-release/contrib/atf/atf-c++/detail/
H A Dapplication.cpp106 m_argc(-1),
121 return m_argc != -1;
175 while ((ch = ::getopt(m_argc, m_argv, optstr.c_str())) != -1) {
188 m_argc -= ::optind;
205 m_argc = argc;
H A Dapplication.hpp81 int m_argc; member in class:atf::application::app
/freebsd-10.2-release/contrib/atf/atf-sh/
H A Datf-sh.cpp162 if (m_argc < 1)
170 const char** argv = construct_argv(m_shell.str(), m_argc, m_argv);
H A Datf-check.cpp800 if (m_argc < 1)

Completed in 55 milliseconds