Searched refs:testcase_dict (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/usr.bin/dfregress/ |
| HD | testcase.c | 58 prop_dictionary_t dict, testcase_dict; in testcase_from_struct() local 62 testcase_dict = prop_dictionary_create(); in testcase_from_struct() 63 if (testcase_dict == NULL) in testcase_from_struct() 65 r = prop_dictionary_set_cstring(testcase_dict, "name", testcase->name); in testcase_from_struct() 68 r = prop_dictionary_set_cstring(testcase_dict, "type", testcase->type_str); in testcase_from_struct() 72 r = prop_dictionary_set_int32(testcase_dict, "argc", in testcase_from_struct() 92 r = prop_dictionary_set(testcase_dict, "args", a); in testcase_from_struct() 145 r = prop_dictionary_set(testcase_dict, "opts", dict); in testcase_from_struct() 149 return testcase_dict; in testcase_from_struct() 724 prop_dictionary_t testcase_dict; in testcase_entry_parser() local [all …]
|