Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdemangle/common/
H A Dstr.c36 str_init(str_t *restrict s, sysdem_ops_t *restrict ops) in str_init() function
77 str_init(dest, src->str_ops); in str_copy()
253 str_init(&sp->strp_l, ops); in str_pair_init()
254 str_init(&sp->strp_r, ops); in str_pair_init()
286 str_init(&sp->strp_r, sp->strp_l.str_ops); in str_pair_merge()
H A Dstr.h41 void str_init(str_t *restrict, sysdem_ops_t *);
H A Dcxx_util.c119 str_init(&sl, n->nm_ops); in name_add()
120 str_init(&sr, n->nm_ops); in name_add()
208 (void) str_init(&res, n->nm_ops); in name_join()
H A Dcxx.c2537 str_init(s, ops); in basename()
2756 str_init(&num, db->cpp_ops); in parse_floating_literal()