Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/common/
H A Dlist.h46 void *list_find(list_t *, void *, int (*)(void *, void *));
H A Dlist.c156 list_find(list_t *list, void *tmpl, int (*cmp)(void *, void *)) in list_find() function
/titanic_41/usr/src/tools/ctf/cvt/
H A Dtdata.c324 if (!(ret = (labelent_t *)list_find(td->td_labels, &let, in tdata_label_find()