lst               120 include/crm/common/strings_internal.h gboolean pcmk__str_in_list(GList *lst, const gchar *s);
lst               881 lib/common/strings.c pcmk__str_in_list(GList *lst, const gchar *s)
lst               883 lib/common/strings.c     if (lst == NULL) {
lst               887 lib/common/strings.c     if (strcmp(lst->data, "*") == 0 && lst->next == NULL) {
lst               891 lib/common/strings.c     return g_list_find_custom(lst, s, (GCompareFunc) strcmp) != NULL;
lst               282 tools/crm_mon.c apply_include_exclude(GSList *lst, mon_output_format_t fmt, GError **error) {
lst               284 tools/crm_mon.c     GSList *node = lst;