Home
last modified time | relevance | path

Searched refs:bc_slabvec_strdup (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bc/include/
H A Dvector.h425 bc_slabvec_strdup(BcVec* restrict v, const char* str);
/freebsd/contrib/bc/src/
H A Dvector.c452 id.name = bc_slabvec_strdup(&vm->slabs, name); in bc_map_insert()
561 bc_slabvec_strdup(BcVec* v, const char* str) in bc_slabvec_strdup() function