Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c2329 void bc_id_free(void *id) { in bc_id_free() function
2360 bc_vec_init(&f->autos, sizeof(struct str_len), bc_id_free); in bc_func_init()
5321 bc_vec_init(&p->fn_map, sizeof(struct str_len), bc_id_free); in bc_program_init()
5326 bc_vec_init(&p->var_map, sizeof(struct str_len), bc_id_free); in bc_program_init()
5329 bc_vec_init(&p->arr_map, sizeof(struct str_len), bc_id_free); in bc_program_init()