Home
last modified time | relevance | path

Searched refs:dblstr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_2xml.c179 char *dblstr = NULL; in txml_print_prop() local
189 if (asprintf(&dblstr, "%a", val) < 0) in txml_print_prop()
192 Double, Value, dblstr, NULL); in txml_print_prop()
193 free(dblstr); in txml_print_prop()