Searched refs:custr_xalloc_buf (Results 1 – 3 of 3) sorted by relevance
114 int custr_xalloc_buf(custr_t **, void *, size_t, custr_alloc_t *);
326 custr_xalloc_buf(custr_t **cus, void *buf, size_t buflen, custr_alloc_t *cao) in custr_xalloc_buf() function350 return (custr_xalloc_buf(cus, buf, buflen, NULL)); in custr_alloc_buf()
51 custr_xalloc_buf;