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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp162 ATF_TEST_CASE(split); variable
163 ATF_TEST_CASE_HEAD(split)
165 set_md_var("descr", "Tests the split function");
167 ATF_TEST_CASE_BODY(split)
169 using atf::text::split;
173 words = split("", " ");
176 words = split(" ", " ");
179 words = split(" ", " ");
182 words = split("a b", " ");
187 words = split("
[all...]
H A Dtext.hpp92 std::vector< std::string > split(const std::string&, const std::string&);
H A Dui.cpp99 std::vector< std::string > words = atf::text::split(text, " ");
151 std::vector< std::string > lines = atf::text::split(text, "\n");
H A Dtext.cpp94 impl::split(const std::string& str, const std::string& delim) function in class:impl
H A Dfs.cpp477 atf::text::split(atf::env::get("PATH"), ":");
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Drequirements.cpp71 const std::vector< std::string > dirs = atf::text::split(
88 const std::vector< std::string > v = atf::text::split(arches, " ");
106 const std::vector< std::string > v = atf::text::split(variables, " ");
120 const std::vector< std::string > v = atf::text::split(progs, " ");
137 const std::vector< std::string > v = atf::text::split(machines, " ");
215 const std::vector< std::string > v = atf::text::split(progs, " ");
H A Datf-run.cpp209 std::vector< std::string > ws = atf::text::split(str, "=");
H A Dtest_program_test.cpp89 std::vector< std::string > ws = atf::text::split(str, "\n");
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtp_main.c215 char *split; local
217 split = strchr(arg, '=');
218 if (split == NULL) {
223 *split = '\0';
224 split++;
226 err = atf_map_insert(config, arg, split, false);
H A Dtext_test.c233 ATF_TC(split); variable
234 ATF_TC_HEAD(split, tc)
236 atf_tc_set_md_var(tc, "descr", "Checks the split function");
238 ATF_TC_BODY(split, tc)
299 atf_tc_set_md_var(tc, "descr", "Checks the split function using "
418 ATF_TP_ADD_TC(tp, split);
/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");
H A Dtests.cpp511 std::vector< std::string > ws = atf::text::split(str, "=");
/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Dclean.sh48 rm -f ns3/split-smart.example.db
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen261 foreach my $i (split(/[ \t]+/, $group)) {
342 my (@group_names) = split(/[ \t]+/, $group);
390 my (@group_names) = split(/[ \t]+/, $group);
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dconfigure3838 nfields = split(line, field, "@")
3969 split(line, arg, " ")
3977 split(mac1, mac2, "(") #)
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dtestsuite930 n = split ($ 4, a, " ")
1444 # If parallel mode, don't output banners, don't split summary lines.
/bind-9.6-ESV-R11/
H A Dconfigure5708 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5710 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
20322 nfields = split(line, field, "@")
20459 split(line, arg, " ")
20467 split(mac1, mac2, "(") #)
/bind-9.6-ESV-R11/unit/atf-src/
H A Dconfigure5868 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5870 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
17912 nfields = split(line, field, "@")
18043 split(line, arg, " ")
18051 split(mac1, mac2, "(") #)

Completed in 150 milliseconds