Searched refs:pnamebuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1684 char **protolist = NULL, *pnamebuf, *valbuf; local
1736 if ((pnamebuf = malloc(pnamelen)) == NULL) {
1742 (void) scf_property_get_name(prop, pnamebuf,
1744 (void) printf("\t%s = ", pnamebuf);
1755 free(pnamebuf);
1766 pnamebuf, scf_strerror(scf_error()));
1776 free(pnamebuf);
1786 free(pnamebuf);

Completed in 233 milliseconds