Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcustr/common/
H A Dlibcustr.h29 typedef struct custr_alloc_ops custr_alloc_ops_t; typedef
45 const custr_alloc_ops_t *cua_ops;
86 int custr_alloc_init(custr_alloc_t *, const custr_alloc_ops_t *, ...);
H A Dcustr.c65 static custr_alloc_ops_t custr_alloc_ops_default = {
269 custr_alloc_init(custr_alloc_t *cua, const custr_alloc_ops_t *ops, ...) in custr_alloc_init()
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust.c41 static const custr_alloc_ops_t rust_custr_ops = {