scf_service_get_name
sname_len = scf_service_get_name(svc, NULL, 0);
szret = scf_service_get_name(svc, sname, sname_len + 1);
if ((scf_service_get_name(scf_svc, svc_name, max_scf_name_size) < 0) ||
if (scf_service_get_name(svc, exp_str, max_scf_name_len + 1) < 0)
if (scf_service_get_name(svc, exp_str,
if (scf_service_get_name(svc, namebuf, max_scf_name_len + 1) <
if (scf_service_get_name(svc, buf,
if (scf_service_get_name(svc, buf,
if (scf_service_get_name(g_svc, svcname,
if (scf_service_get_name(wip->svc, svc_buf,
scf_service_get_name(wip->svc, provider_svc,
r = scf_service_get_name(svc, tmp, sizeof (tmp));
ssize_t scf_service_get_name(const scf_service_t *, char *, size_t);