Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcustr/common/
H A Dcustr.c301 custr_xalloc(custr_t **cus, custr_alloc_t *cao) in custr_xalloc() function
322 return (custr_xalloc(cus, NULL)); in custr_alloc()
335 if ((ret = custr_xalloc(cus, cao)) != 0) in custr_xalloc_buf()
H A Dlibcustr.h100 int custr_xalloc(custr_t **, custr_alloc_t *);
H A Dmapfile-vers50 custr_xalloc;
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust.c365 if (custr_xalloc(&st->rs_demangled, &st->rs_cualloc) != 0) { in rust_init_state()