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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests_test.cpp54 std::vector< std::string > ws = atf::text::split(str, "\n"); local
55 for (std::vector< std::string >::const_iterator iter = ws.begin();
56 iter != ws.end(); iter++)
H A Dtests.cpp511 std::vector< std::string > ws = atf::text::split(str, "="); local
512 if (ws.size() == 1 && str[str.length() - 1] == '=') {
513 m_vars[ws[0]] = "";
515 if (ws.size() != 2)
519 m_vars[ws[0]] = ws[1];
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dui.cpp62 struct winsize ws; local
63 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws) != -1)
64 width = ws.ws_col;
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datf-run.cpp209 std::vector< std::string > ws = atf::text::split(str, "="); local
210 if (ws.size() == 1 && str[str.length() - 1] == '=') {
211 m_cmdline_vars[ws[0]] = "";
213 if (ws.size() != 2)
217 m_cmdline_vars[ws[0]] = ws[1];
H A Dtest_program_test.cpp89 std::vector< std::string > ws = atf::text::split(str, "\n"); local
90 for (std::vector< std::string >::const_iterator iter = ws.begin();
91 iter != ws.end(); iter++)

Completed in 17 milliseconds