HomeSort by: relevance | last modified time | path
    Searched defs:dict_in (Results 1 - 2 of 2) sorted by relevancy

  /src/share/examples/rump/dmtest/
dmt.c 57 prop_dictionary_t dict_in, dict_out; local in function:main
69 dict_in = prop_dictionary_internalize_from_file("prop2.plist");
72 prop_dictionary_externalize_to_pref(dict_in, &prefp);
  /src/tests/dev/dm/
h_dm.c 60 prop_dictionary_t dict_in, dict_out; local in function:dm_test_versions
74 dict_in = prop_dictionary_internalize_from_file("dm_version_cmd.plist");
77 prop_dictionary_externalize_to_pref(dict_in, &prefp);
100 prop_dictionary_t dict_in, dict_out; local in function:dm_test_targets
114 dict_in = prop_dictionary_internalize_from_file("dm_targets_cmd.plist");
117 prop_dictionary_externalize_to_pref(dict_in, &prefp);

Completed in 12 milliseconds