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

/scfdot/
H A Dscfdot.c130 static char *inetd_svcs, *rpcbind_svcs; variable
533 strappend(fmri + sizeof ("svc:/") - 1, &rpcbind_svcs,
535 strappend("\\n", &rpcbind_svcs, &rpcbind_svcs_sz);
847 (rpcbind_svcs = malloc(rpcbind_svcs_sz)) == NULL) {
853 rpcbind_svcs[0] = '\0';
900 if (rpcbind_svcs[0] != '\0') {
901 print_service_node("rpcbind_services", rpcbind_svcs,

Completed in 10 milliseconds