Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c14155 char *buf, *tybuf, *pname; in write_edit_script() local
14198 tybuf = safe_malloc(max_scf_pg_type_len + 1); in write_edit_script()
14218 if (scf_pg_get_type(pg, tybuf, max_scf_pg_type_len + 1) < 0) in write_edit_script()
14223 "# addpg %s %s\n", buf, buf, buf, tybuf) < 0) { in write_edit_script()
14341 free(tybuf); in write_edit_script()