Searched refs:strlist__find (Results 1 – 3 of 3) sorted by relevance
33 struct str_node *strlist__find(struct strlist *self, const char *entry);37 return strlist__find(self, entry) != NULL; in strlist__has_entry()
105 struct str_node *strlist__find(struct strlist *self, const char *entry) in strlist__find() function
1905 ent = strlist__find(namelist, buf); in del_trace_probe_event()