Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_strings.c107 return clone_slist(sm->possible); in get_strings()
H A Dsmatch_slist.h33 struct state_list *clone_slist(struct state_list *from_slist);
H A Dsmatch_slist.c268 to->possible = clone_slist(large->possible); in copy_possibles()
393 ret->possible = clone_slist(s->possible); in clone_sm()
420 struct state_list *clone_slist(struct state_list *from_slist) in clone_slist() function