Searched defs:sml_strPrintf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c1905 * Name: sml_strPrintf
1923 sml_strPrintf(char *a_format, ...) function
3041 ns = sml_strPrintf("%s\"%s\"", *a_str ? *a_str : "", p);
3080 ns = sml_strPrintf("%s<%s/>\n", *a_str, tag->name);
3085 ns = sml_strPrintf("%s<%s>\n", *a_str, tag->name);
3093 ns = sml_strPrintf("%s<%s %s=", *a_str ? *a_str : "", tag->name,
3107 ns = sml_strPrintf("%s%s", *a_str, np0);
3117 np0 = sml_strPrintf(" %s=", tag->params[k].name);
3127 ns = sml_strPrintf("%s%s%s", *a_str, np0, np1);
3139 np0 = sml_strPrintf("/>\
[all...]

Completed in 50 milliseconds