uri_to_string
uri_to_string(u, buf, sizeof (buf));
uri_to_string(u, buf, 12);
extern int uri_to_string(uri_t *uri, char *buffer, size_t buflen);
if (uri_to_string(svc->uri, status, sizeof (status)) == 0)
if (uri_to_string(svc->uri, buf, sizeof (buf)) == 0)