Searched refs:TEST_STRING_1 (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dextra-terminating-null.c25 memcpy(checkbuf, TEST_STRING_1, len);
38 check_extranull(fdt, "extranull0", TEST_STRING_1, 1);
39 check_extranull(fdt, "extranull1,1", TEST_STRING_1, 2);
40 check_extranull(fdt, "extranull1,2", TEST_STRING_1, 2);
41 check_extranull(fdt, "extranull2,1", TEST_STRING_1, 3);
42 check_extranull(fdt, "extranull2,2", TEST_STRING_1, 3);
43 check_extranull(fdt, "extranull2,3", TEST_STRING_1, 3);
44 check_extranull(fdt, "extranull2,4", TEST_STRING_1, 3);
H A Dfind_property.c27 check_property(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1);
H A Dgetprop.c28 check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1);
H A Dget_prop_offset.c35 strlen(TEST_STRING_1) + 1,
36 TEST_STRING_1))
H A Dnop_property.c45 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1,
46 TEST_STRING_1);
H A Dsetprop_inplace.c45 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1,
46 TEST_STRING_1);
59 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1,
60 TEST_STRING_1);
H A Dsetprop.c54 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1,
55 TEST_STRING_1);
H A Ddel_property.c50 strp = check_getprop(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1,
51 TEST_STRING_1);
H A Dtestdata.h32 #define TEST_STRING_1 "hello world" macro
H A Dappendprop1.c52 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_1));
H A Drw_oom.c64 CHECK(fdt_setprop_string(fdt, 0, "prop-str", TEST_STRING_1));
H A Dnode_offset_by_prop_value.c90 check_search_str(fdt, "prop-str", TEST_STRING_1, 0, -FDT_ERR_NOTFOUND);
H A Drw_tree1.c56 CHECK(fdt_setprop_string(fdt, 0, "prop-str", TEST_STRING_1));
H A Dsw_states.c57 CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "TEST_STRING_1"));
65 CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "TEST_STRING_1"));
80 CHECK_OK(fdt_property_string(fdt, "prop-str", TEST_STRING_1));
124 CHECK_BADSTATE(fdt_property_string(fdt, "bad-str", "TEST_STRING_1"));
H A Dsw_tree1.c179 CHECK(fdt_property_string(fdt, "prop-str", TEST_STRING_1));
H A Dtrees.S89 PROP_STR(test_tree1, prop_str, TEST_STRING_1)
H A Dpylibfdt_tests.py42 TEST_STRING_1 = 'hello world' variable
446 self.assertEquals(TEST_STRING_1, self.fdt.getprop(node, prop).as_str())
516 sw.property_string('prop-str', TEST_STRING_1)

Completed in 175 milliseconds