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

/freebsd-10.0-release/contrib/atf/atf-config/
H A Datf-config.cpp119 if (m_argc < 1) {
126 for (int i = 0; i < m_argc; i++) {
132 for (int i = 0; i < m_argc; i++) {
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dapplication.hpp87 int m_argc; member in class:atf::application::app
H A Dapplication.cpp113 m_argc(-1),
130 return m_argc != -1;
188 while ((ch = ::getopt(m_argc, m_argv, optstr.c_str())) != -1) {
206 m_argc -= ::optind;
268 m_argc = argc;
293 int oldargc = m_argc;
/freebsd-10.0-release/contrib/atf/atf-sh/
H A Datf-sh.cpp132 if (m_argc < 1)
141 const char** argv = construct_argv(shell, m_argc, m_argv);
H A Datf-check.cpp801 if (m_argc < 1)
/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dtests.cpp682 if (m_argc > 0)
688 if (m_argc == 0)
690 else if (m_argc > 1)
692 INV(m_argc == 1);
/freebsd-10.0-release/contrib/atf/atf-run/
H A Datf-run.cpp525 if (m_argc >= 1) {
529 for (int i = 0; i < m_argc; i++)
/freebsd-10.0-release/contrib/atf/atf-report/
H A Datf-report.cpp672 if (m_argc > 0)

Completed in 77 milliseconds