standards         469 include/crm/lrmd.h     int (*list_standards) (lrmd_t * lrmd, lrmd_list_t ** standards);
standards        2174 lib/lrmd/lrmd_client.c     GList *standards = NULL;
standards        2177 lib/lrmd/lrmd_client.c     standards = resources_list_standards();
standards        2179 lib/lrmd/lrmd_client.c     for (gIter = standards; gIter != NULL; gIter = gIter->next) {
standards        2189 lib/lrmd/lrmd_client.c     g_list_free_full(standards, free);
standards         961 lib/services/services.c     GList *standards = NULL;
standards         963 lib/services/services.c     standards = g_list_append(standards, strdup(PCMK_RESOURCE_CLASS_OCF));
standards         964 lib/services/services.c     standards = g_list_append(standards, strdup(PCMK_RESOURCE_CLASS_LSB));
standards         965 lib/services/services.c     standards = g_list_append(standards, strdup(PCMK_RESOURCE_CLASS_SERVICE));
standards         972 lib/services/services.c             standards = g_list_append(standards,
standards         984 lib/services/services.c             standards = g_list_append(standards,
standards         996 lib/services/services.c             standards = g_list_append(standards,
standards        1003 lib/services/services.c     return standards;
standards        1075 lib/services/services.c     GList *standards = NULL;
standards        1081 lib/services/services.c     standards = resources_list_standards();
standards        1082 lib/services/services.c     for (iter = standards; iter != NULL; iter = iter->next) {
standards        1154 lib/services/services.c     g_list_free(standards);