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

  /src/share/examples/rump/dmtest/
dmt.c 59 char *xml; local in function:main
80 xml = prop_dictionary_externalize(dict_out);
81 printf("%s\n",xml);
  /src/tests/dev/dm/
h_dm.c 62 char *xml; local in function:dm_test_versions
85 xml = prop_dictionary_externalize(dict_out);
86 __USE(xml);
102 char *xml; local in function:dm_test_targets
125 xml = prop_dictionary_externalize(dict_out);
126 __USE(xml);
  /src/usr.sbin/bthcid/
config.c 55 char *xml; local in function:load_keys
69 xml = malloc(len);
70 if (xml == NULL) {
76 if (read(fd, xml, len) != len) {
77 free(xml);
82 dict = prop_dictionary_internalize(xml);
83 free(xml);
127 char *xml; local in function:save_key
175 xml = prop_dictionary_externalize(cfg);
176 if (xml == NULL)
    [all...]
  /src/usr.sbin/hdaudioctl/
hdaudioctl.c 165 const char *xml; local in function:hdaudioctl_get
191 xml = prop_array_externalize(config);
193 printf("%s\n", xml);
  /src/sbin/drvctl/
drvctl.c 77 char *xml; local in function:main
191 xml = prop_dictionary_externalize(data_dict);
196 printf("%s", xml);
197 free(xml);
257 char *xml; local in function:display_object
274 xml = prop_dictionary_externalize(obj);
275 printf("%s", xml);
276 free(xml);
  /src/usr.sbin/envstat/
config.c 154 char *xml; local in function:display_object
171 xml = prop_dictionary_externalize(obj);
172 printf("%s", xml);
173 free(xml);

Completed in 14 milliseconds