lst 120 include/crm/common/strings_internal.h gboolean pcmk__str_in_list(GList *lst, const gchar *s, uint32_t flags); lst 895 lib/common/strings.c pcmk__str_in_list(GList *lst, const gchar *s, uint32_t flags) lst 899 lib/common/strings.c if (lst == NULL) { lst 903 lib/common/strings.c if (strcmp(lst->data, "*") == 0 && lst->next == NULL) { lst 917 lib/common/strings.c return g_list_find_custom(lst, s, fn) != NULL; lst 290 tools/crm_mon.c apply_include_exclude(GSList *lst, mon_output_format_t fmt, GError **error) { lst 292 tools/crm_mon.c GSList *node = lst;