standards         475 include/crm/lrmd.h     int (*list_standards) (lrmd_t * lrmd, lrmd_list_t ** standards);
standards        1801 lib/lrmd/lrmd_client.c     GList *standards = NULL;
standards        1804 lib/lrmd/lrmd_client.c     standards = resources_list_standards();
standards        1806 lib/lrmd/lrmd_client.c     for (gIter = standards; gIter != NULL; gIter = gIter->next) {
standards        1816 lib/lrmd/lrmd_client.c     g_list_free_full(standards, free);
standards        1373 lib/services/services.c     GList *standards = NULL;
standards        1376 lib/services/services.c     standards = g_list_append(standards, strdup(PCMK_RESOURCE_CLASS_OCF));
standards        1377 lib/services/services.c     standards = g_list_append(standards, strdup(PCMK_RESOURCE_CLASS_LSB));
standards        1378 lib/services/services.c     standards = g_list_append(standards, strdup(PCMK_RESOURCE_CLASS_SERVICE));
standards        1383 lib/services/services.c         standards = g_list_append(standards,
standards        1392 lib/services/services.c         standards = g_list_append(standards,
standards        1401 lib/services/services.c         standards = g_list_append(standards,
standards        1408 lib/services/services.c     standards = g_list_append(standards, strdup(PCMK_RESOURCE_CLASS_HB));
standards        1411 lib/services/services.c     return standards;