Searched refs:canonbuf (Results 1 – 1 of 1) sorted by relevance
10888 char *canonbuf = alloca(cblen); in lscf_service_export() local10908 (void) strlcpy(canonbuf, "svc:/", cblen); in lscf_service_export()10910 (void) strlcat(canonbuf, "/", cblen); in lscf_service_export()10911 (void) strlcat(canonbuf, scope, cblen); in lscf_service_export()10913 (void) strlcat(canonbuf, svc, cblen); in lscf_service_export()10914 fmri = canonbuf; in lscf_service_export()