scope              58 include/crm/cib/util.h int set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value);
scope             685 lib/cib/cib_attrs.c set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value)
scope             693 lib/cib/cib_attrs.c     if (pcmk__strcase_any_of(scope, "reboot", XML_CIB_TAG_STATUS, NULL)) {
scope             694 lib/cib/cib_attrs.c         scope = XML_CIB_TAG_STATUS;
scope             698 lib/cib/cib_attrs.c         scope = XML_CIB_TAG_NODES;
scope             702 lib/cib/cib_attrs.c     rc = update_attr_delegate(the_cib, cib_sync_call, scope, uuid, NULL, NULL,
scope            1804 lib/pacemaker/pcmk_output.c     char *scope = va_arg(args, char *);
scope            1812 lib/pacemaker/pcmk_output.c     if (!pcmk__str_empty(scope)) {
scope            1813 lib/pacemaker/pcmk_output.c         g_string_append_printf(s, "scope=\"%s\" ", scope);
scope            1838 lib/pacemaker/pcmk_output.c     char *scope = va_arg(args, char *);
scope            1851 lib/pacemaker/pcmk_output.c     if (!pcmk__str_empty(scope)) {
scope            1852 lib/pacemaker/pcmk_output.c         crm_xml_add(node, "scope", scope);
scope             103 maint/gnulib/lib/textstyle.in.h ostream_flush (ostream_t stream, ostream_flush_scope_t scope)
scope             106 maint/gnulib/lib/textstyle.in.h   if (scope == FLUSH_ALL)
scope              51 tools/crm_attribute.c     char *scope = va_arg(args, char *);
scope              61 tools/crm_attribute.c                   scope ? "scope=" : "", scope ? scope : "",