lst                44 include/crm/common/strings_internal.h gboolean pcmk__str_in_list(GList *lst, const gchar *s);
lst               794 lib/common/strings.c pcmk__str_in_list(GList *lst, const gchar *s)
lst               796 lib/common/strings.c     if (lst == NULL) {
lst               800 lib/common/strings.c     if (strcmp(lst->data, "*") == 0 && lst->next == NULL) {
lst               804 lib/common/strings.c     return g_list_find_custom(lst, s, (GCompareFunc) strcmp) != NULL;
lst               274 tools/crm_mon.c apply_include_exclude(GSList *lst, mon_output_format_t fmt, GError **error) {
lst               276 tools/crm_mon.c     GSList *node = lst;