Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Dstrtab.h59 extern size_t strtab_insert(strtab_t *, const char *);
Dctf.c156 ctl.ctl_label = strtab_insert(&b->ctb_strtab, le->le_name); in write_label()
325 offset = strtab_insert(&b->ctb_strtab, tp->t_name); in write_type()
401 offset = strtab_insert(&b->ctb_strtab, in write_type()
417 offset = strtab_insert(&b->ctb_strtab, in write_type()
454 offset = strtab_insert(&b->ctb_strtab, ep->el_name); in write_type()
710 h.cth_parlabel = strtab_insert(&buf->ctb_strtab, in ctf_gen()
712 h.cth_parname = strtab_insert(&buf->ctb_strtab, in ctf_gen()
Dstrtab.c159 strtab_insert(strtab_t *sp, const char *str) in strtab_insert() function