Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcustr/common/
H A Dlibcustr.h86 int custr_alloc_init(custr_alloc_t *, const custr_alloc_ops_t *, ...);
H A Dmapfile-vers37 custr_alloc_init;
H A Dcustr.c269 custr_alloc_init(custr_alloc_t *cua, const custr_alloc_ops_t *ops, ...) in custr_alloc_init() function
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust.c361 if (custr_alloc_init(&st->rs_cualloc, &rust_custr_ops) != 0) in rust_init_state()