std                37 lib/common/tests/agents/crm_parse_agent_spec_test.c     char *std = NULL;
std                41 lib/common/tests/agents/crm_parse_agent_spec_test.c     assert_int_equal(crm_parse_agent_spec("stonith:fence_xvm", &std, &prov, &ty), pcmk_ok);
std                42 lib/common/tests/agents/crm_parse_agent_spec_test.c     assert_string_equal(std, "stonith");
std                46 lib/common/tests/agents/crm_parse_agent_spec_test.c     free(std);
std                52 lib/common/tests/agents/crm_parse_agent_spec_test.c     char *std = NULL;
std                56 lib/common/tests/agents/crm_parse_agent_spec_test.c     assert_int_equal(crm_parse_agent_spec("ocf:pacemaker:ping", &std, &prov, &ty), pcmk_ok);
std                57 lib/common/tests/agents/crm_parse_agent_spec_test.c     assert_string_equal(std, "ocf");
std                61 lib/common/tests/agents/crm_parse_agent_spec_test.c     free(std);
std                68 lib/common/tests/agents/crm_parse_agent_spec_test.c     char *std = NULL;
std                72 lib/common/tests/agents/crm_parse_agent_spec_test.c     assert_int_equal(crm_parse_agent_spec("systemd:UNIT@A:B", &std, &prov, &ty), pcmk_ok);
std                73 lib/common/tests/agents/crm_parse_agent_spec_test.c     assert_string_equal(std, "systemd");
std                77 lib/common/tests/agents/crm_parse_agent_spec_test.c     free(std);
std               555 lib/pengine/complex.c     const char *std = crm_element_value(rsc->xml, XML_AGENT_ATTR_CLASS);
std               557 lib/pengine/complex.c     if (pcmk__str_eq(std, PCMK_RESOURCE_CLASS_UPSTART, pcmk__str_none)) {
std               563 lib/pengine/complex.c     } else if (pcmk__str_eq(std, PCMK_RESOURCE_CLASS_NAGIOS, pcmk__str_none)) {