Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c14192 char *buf, *tybuf, *pname; in write_edit_script() local
14235 tybuf = safe_malloc(max_scf_pg_type_len + 1); in write_edit_script()
14255 if (scf_pg_get_type(pg, tybuf, max_scf_pg_type_len + 1) < 0) in write_edit_script()
14260 "# addpg %s %s\n", buf, buf, buf, tybuf) < 0) { in write_edit_script()
14378 free(tybuf); in write_edit_script()