/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | text_test.cpp | 162 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 D | text.hpp | 92 std::vector< std::string > split(const std::string&, const std::string&);
|
H A D | ui.cpp | 99 std::vector< std::string > words = atf::text::split(text, " "); 151 std::vector< std::string > lines = atf::text::split(text, "\n");
|
H A D | text.cpp | 94 impl::split(const std::string& str, const std::string& delim) function in class:impl
|
H A D | fs.cpp | 477 atf::text::split(atf::env::get("PATH"), ":");
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | requirements.cpp | 71 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 D | atf-run.cpp | 209 std::vector< std::string > ws = atf::text::split(str, "=");
|
H A D | test_program_test.cpp | 89 std::vector< std::string > ws = atf::text::split(str, "\n");
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | tp_main.c | 215 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 D | text_test.c | 233 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 D | tests_test.cpp | 54 std::vector< std::string > ws = atf::text::split(str, "\n");
|
H A D | tests.cpp | 511 std::vector< std::string > ws = atf::text::split(str, "=");
|
/bind-9.6-ESV-R11/bin/tests/system/dnssec/ |
H A D | clean.sh | 48 rm -f ns3/split-smart.example.db
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testygen | 261 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 D | configure | 3838 nfields = split(line, field, "@") 3969 split(line, arg, " ") 3977 split(mac1, mac2, "(") #)
|
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/ |
H A D | testsuite | 930 n = split ($ 4, a, " ") 1444 # If parallel mode, don't output banners, don't split summary lines.
|
/bind-9.6-ESV-R11/ |
H A D | configure | 5708 " {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 D | configure | 5868 " {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, "(") #)
|