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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c591 char *destbuf; local
606 destbuf = ndmp_malloc(strlen(nlist[i].dest) + 1);
607 if (destbuf == 0) {
613 (void) strlcpy(destbuf, nlist[i].dest,
617 session->ns_data.dd_nlist[i].dest = destbuf;

Completed in 60 milliseconds