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

/osnet-11/usr/src/lib/libndr/common/
H A Dndr_heap.c159 ndr_heap_strdup(ndr_heap_t *heap, const char *s) function
191 if ((out->str = ndr_heap_strdup(heap, s)) == NULL)
H A Dlibndr.h415 void *ndr_heap_strdup(ndr_heap_t *, const char *);
426 #define NDR_STRDUP(XA, S) ndr_heap_strdup((XA)->heap, (S))

Completed in 23 milliseconds