Home
last modified time | relevance | path

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

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