lst 121 include/crm/common/strings_internal.h gboolean pcmk__str_in_list(const gchar *s, GList *lst, uint32_t flags); lst 886 lib/common/strings.c pcmk__str_in_list(const gchar *s, GList *lst, uint32_t flags) lst 888 lib/common/strings.c for (GList *ele = lst; ele != NULL; ele = ele->next) { lst 289 tools/crm_mon.c apply_include_exclude(GSList *lst, GError **error) { lst 291 tools/crm_mon.c GSList *node = lst;