match             129 daemons/controld/controld_metadata.c     xmlNode *match = NULL;
match             169 daemons/controld/controld_metadata.c     match = first_named_child(metadata, "actions");
match             170 daemons/controld/controld_metadata.c     for (match = first_named_child(match, "action"); match != NULL;
match             171 daemons/controld/controld_metadata.c          match = crm_next_same_xml(match)) {
match             173 daemons/controld/controld_metadata.c         const char *action_name = crm_element_value(match, "name");
match             191 daemons/controld/controld_metadata.c     match = first_named_child(metadata, "parameters");
match             192 daemons/controld/controld_metadata.c     for (match = first_named_child(match, "parameter"); match != NULL;
match             193 daemons/controld/controld_metadata.c          match = crm_next_same_xml(match)) {
match             195 daemons/controld/controld_metadata.c         const char *param_name = crm_element_value(match, "name");
match             201 daemons/controld/controld_metadata.c             struct ra_param_s *p = ra_param_from_xml(match);
match             390 daemons/controld/controld_schedulerd.c         xmlNode *match = getXpathResult(xpathObj, lpc);
match             391 daemons/controld/controld_schedulerd.c         crm_trace("Forcing %s/%s = %s", ID(match), attr_name, attr_value);
match             392 daemons/controld/controld_schedulerd.c         crm_xml_add(match, XML_NVPAIR_ATTR_VALUE, attr_value);
match             162 daemons/controld/controld_te_callbacks.c         xmlNode *match = getXpathResult(xpathObj, lpc);
match             164 daemons/controld/controld_te_callbacks.c         CRM_LOG_ASSERT(match != NULL);
match             165 daemons/controld/controld_te_callbacks.c         if(match == NULL) { continue; };
match             167 daemons/controld/controld_te_callbacks.c         op_id = ID(match);
match             179 daemons/controld/controld_te_callbacks.c             const char *node = get_node_id(match);
match             186 daemons/controld/controld_te_callbacks.c                                  "Resource op removal", match);
match             270 daemons/controld/controld_te_callbacks.c     char *match = NULL;
match             272 daemons/controld/controld_te_callbacks.c     match = strstr(mutable_path, "node_state[@id=\'");
match             273 daemons/controld/controld_te_callbacks.c     if (match == NULL) {
match             277 daemons/controld/controld_te_callbacks.c     match += strlen("node_state[@id=\'");
match             279 daemons/controld/controld_te_callbacks.c     search = strchr(match, '\'');
match             286 daemons/controld/controld_te_callbacks.c     node_uuid = strdup(match);
match             410 daemons/controld/controld_te_callbacks.c         xmlNode *match = NULL;
match             438 daemons/controld/controld_te_callbacks.c             match = change->children;
match             441 daemons/controld/controld_te_callbacks.c             match = first_named_child(change, XML_DIFF_RESULT);
match             442 daemons/controld/controld_te_callbacks.c             if(match) {
match             443 daemons/controld/controld_te_callbacks.c                 match = match->children;
match             452 daemons/controld/controld_te_callbacks.c         if (match) {
match             453 daemons/controld/controld_te_callbacks.c             if (match->type == XML_COMMENT_NODE) {
match             457 daemons/controld/controld_te_callbacks.c             name = (const char *)match->name;
match             489 daemons/controld/controld_te_callbacks.c             process_cib_diff(match, change, op, xpath);
match             492 daemons/controld/controld_te_callbacks.c             process_status_diff(match, change, op, xpath);
match             495 daemons/controld/controld_te_callbacks.c             process_node_state_diff(match, change, op, xpath);
match             498 daemons/controld/controld_te_callbacks.c             process_resource_updates(ID(match), match, change, op, xpath);
match             503 daemons/controld/controld_te_callbacks.c             process_resource_updates(local_node, match, change, op, xpath);
match             509 daemons/controld/controld_te_callbacks.c             process_lrm_resource_diff(match, local_node);
match             515 daemons/controld/controld_te_callbacks.c             process_graph_event(match, local_node);
match             326 daemons/controld/controld_te_events.c     pcmk__graph_action_t *match = NULL;
match             333 daemons/controld/controld_te_events.c          gIter != NULL && match == NULL;
match             337 daemons/controld/controld_te_events.c              gIter2 != NULL && match == NULL;
match             340 daemons/controld/controld_te_events.c             match = (pcmk__graph_action_t *) gIter2->data;
match             341 daemons/controld/controld_te_events.c             if (pcmk_is_set(match->flags, pcmk__graph_action_executed)) {
match             342 daemons/controld/controld_te_events.c                 xpath_ret = xpath_search(match->xml, xpath);
match             344 daemons/controld/controld_te_events.c                     match = NULL;
match             349 daemons/controld/controld_te_events.c                 match = NULL;
match             356 daemons/controld/controld_te_events.c     if (match != NULL) {
match             357 daemons/controld/controld_te_events.c         crm_debug("Shutdown action %d (%s) found for node %s", match->id,
match             358 daemons/controld/controld_te_events.c                   crm_element_value(match->xml, XML_LRM_ATTR_TASK_KEY), target);
match             362 daemons/controld/controld_te_events.c     return match;
match             944 daemons/fenced/fenced_commands.c         xmlNode *match = getXpathResult(xpath, lpc);
match             946 daemons/fenced/fenced_commands.c         CRM_LOG_ASSERT(match != NULL);
match             947 daemons/fenced/fenced_commands.c         if(match == NULL) { continue; };
match             949 daemons/fenced/fenced_commands.c         action = crm_element_value(match, "name");
match             963 daemons/fenced/fenced_commands.c             if (pcmk__xe_attr_is_true(match, "automatic") || pcmk__xe_attr_is_true(match, "required")) {
match             970 daemons/fenced/fenced_commands.c         if ((action != NULL) && pcmk__xe_attr_is_true(match, "on_target")) {
match             338 daemons/fenced/fenced_remote.c         GList *match = g_list_find_custom(op->devices_list, iter->data,
match             341 daemons/fenced/fenced_remote.c         if (match) {
match             342 daemons/fenced/fenced_remote.c             op->devices_list = g_list_remove(op->devices_list, match->data);
match             512 daemons/fenced/fenced_remote.c     xmlNode *match = get_xpath_object("//@" F_STONITH_DELEGATE, xml, LOG_NEVER);
match             514 daemons/fenced/fenced_remote.c     if (match == NULL) {
match             517 daemons/fenced/fenced_remote.c         return crm_element_value_copy(match, F_STONITH_DELEGATE);
match             792 daemons/fenced/fenced_remote.c     GList *match  = g_list_find_custom(op->automatic_list, device,
match             795 daemons/fenced/fenced_remote.c     if (!match) {
match             810 daemons/fenced/fenced_remote.c     GList *match = g_list_find_custom(op->automatic_list, device,
match             813 daemons/fenced/fenced_remote.c     if (match) {
match             814 daemons/fenced/fenced_remote.c         op->automatic_list = g_list_remove(op->automatic_list, match->data);
match            1539 daemons/fenced/fenced_remote.c                         GList *match = g_list_find_custom(auto_list, device_list->data,
match            1541 daemons/fenced/fenced_remote.c                         if (match) {
match            1542 daemons/fenced/fenced_remote.c                             auto_list = g_list_remove(auto_list, match->data);
match            1965 daemons/fenced/fenced_remote.c     device_properties_t *match = NULL;
match            1982 daemons/fenced/fenced_remote.c             match = NULL;
match            1983 daemons/fenced/fenced_remote.c             for (iter = op->query_results; iter && !match; iter = iter->next) {
match            1989 daemons/fenced/fenced_remote.c                 match = find_peer_device(op, peer, device->data, st_device_supports_none);
match            1991 daemons/fenced/fenced_remote.c             if (!match) {
match             461 daemons/fenced/pacemaker-fenced.c         xmlNode *match = getXpathResult(xpathObj, lpc);
match             463 daemons/fenced/pacemaker-fenced.c         CRM_LOG_ASSERT(match != NULL);
match             464 daemons/fenced/pacemaker-fenced.c         if(match != NULL) {
match             465 daemons/fenced/pacemaker-fenced.c             standard = crm_element_value(match, XML_AGENT_ATTR_CLASS);
match             472 daemons/fenced/pacemaker-fenced.c         rsc_id = crm_element_value(match, XML_ATTR_ID);
match             479 daemons/fenced/pacemaker-fenced.c remove_topology_level(xmlNode *match)
match             484 daemons/fenced/pacemaker-fenced.c     CRM_CHECK(match != NULL, return);
match             486 daemons/fenced/pacemaker-fenced.c     key = stonith_level_key(match, fenced_target_by_unknown);
match             487 daemons/fenced/pacemaker-fenced.c     crm_element_value_int(match, XML_ATTR_STONITH_INDEX, &index);
match             493 daemons/fenced/pacemaker-fenced.c add_topology_level(xmlNode *match)
match             498 daemons/fenced/pacemaker-fenced.c     CRM_CHECK(match != NULL, return);
match             500 daemons/fenced/pacemaker-fenced.c     fenced_register_level(match, &desc, &result);
match             512 daemons/fenced/pacemaker-fenced.c         xmlNode *match = getXpathResult(xpathObj, lpc);
match             514 daemons/fenced/pacemaker-fenced.c         CRM_LOG_ASSERT(match != NULL);
match             515 daemons/fenced/pacemaker-fenced.c         if (match && crm_element_value(match, XML_DIFF_MARKER)) {
match             518 daemons/fenced/pacemaker-fenced.c             char *target = stonith_level_key(match, fenced_target_by_unknown);
match             520 daemons/fenced/pacemaker-fenced.c             crm_element_value_int(match, XML_ATTR_STONITH_INDEX, &index);
match             522 daemons/fenced/pacemaker-fenced.c                 crm_err("Invalid fencing target in element %s", ID(match));
match             525 daemons/fenced/pacemaker-fenced.c                 crm_err("Invalid level for %s in element %s", target, ID(match));
match             541 daemons/fenced/pacemaker-fenced.c         xmlNode *match = getXpathResult(xpathObj, lpc);
match             543 daemons/fenced/pacemaker-fenced.c         remove_topology_level(match);
match             544 daemons/fenced/pacemaker-fenced.c         add_topology_level(match);
match             914 daemons/fenced/pacemaker-fenced.c             xmlNode *match = getXpathResult(xpath_obj, lpc);
match             916 daemons/fenced/pacemaker-fenced.c             crm_log_xml_trace(match, "new constraint");
match             936 daemons/fenced/pacemaker-fenced.c             xmlNode *match = getXpathResult(xpath_obj, lpc);
match             938 daemons/fenced/pacemaker-fenced.c             rsc_id = crm_element_value(match, XML_ATTR_ID);
match             939 daemons/fenced/pacemaker-fenced.c             standard = crm_element_value(match, XML_AGENT_ATTR_CLASS);
match             992 daemons/fenced/pacemaker-fenced.c     xmlNode *match;
match            1010 daemons/fenced/pacemaker-fenced.c     match = get_xpath_object((const char *) xpath->str, local_cib, LOG_NEVER);
match            1013 daemons/fenced/pacemaker-fenced.c     return (match != NULL);
match            1086 daemons/fenced/pacemaker-fenced.c                     xmlNode *match = first_named_child(change, XML_DIFF_RESULT);
match            1088 daemons/fenced/pacemaker-fenced.c                     if(match) {
match            1089 daemons/fenced/pacemaker-fenced.c                         remove_topology_level(match->children);
match            1090 daemons/fenced/pacemaker-fenced.c                         add_topology_level(match->children);
match              37 include/crm/common/strings_internal.h bool pcmk__ends_with(const char *s, const char *match);
match              38 include/crm/common/strings_internal.h bool pcmk__ends_with_ext(const char *s, const char *match);
match             163 include/crm/common/xml_internal.h                                     bool (*match)(xmlAttrPtr, void *),
match             373 lib/cib/cib_ops.c             xmlNode *match = getXpathResult(xpathObj, lpc);
match             374 lib/cib/cib_ops.c             xmlChar *match_path = xmlGetNodePath(match);
match             378 lib/cib/cib_ops.c             free_xml(match);
match             734 lib/cib/cib_ops.c         xmlNode *match = getXpathResult(xpathObj, lpc);
match             736 lib/cib/cib_ops.c         if (match == NULL) {
match             740 lib/cib/cib_ops.c         path = xmlGetNodePath(match);
match             745 lib/cib/cib_ops.c             if (match == *result_cib) {
match             752 lib/cib/cib_ops.c             free_xml(match);
match             758 lib/cib/cib_ops.c             if (update_xml_child(match, input) == FALSE) {
match             765 lib/cib/cib_ops.c             add_node_copy(match, input);
match             771 lib/cib/cib_ops.c                 const char *tag = TYPE(match);
match             774 lib/cib/cib_ops.c                 copy_in_properties(shallow, match);
match             782 lib/cib/cib_ops.c                 xmlNode *parent = match;
match             810 lib/cib/cib_ops.c                 add_node_copy(*answer, match);
match             813 lib/cib/cib_ops.c                 *answer = match;
match             818 lib/cib/cib_ops.c             xmlNode *parent = match->parent;
match             820 lib/cib/cib_ops.c             free_xml(match);
match             246 lib/common/acl.c             xmlNode *match = getXpathResult(xpathObj, lpc);
match             248 lib/common/acl.c             nodepriv = match->_private;
match             260 lib/common/acl.c                 GString *path = pcmk__element_xpath(match);
match             479 lib/common/acl.c                 xmlNode *match = getXpathResult(xpathObj, lpc);
match             481 lib/common/acl.c                 if (!purge_xml_attributes(match) && (match == target)) {
match              19 lib/common/lists.c         GList *match = g_list_find_custom(result, item->data, cmp);
match              21 lib/common/lists.c         if (match != NULL) {
match              22 lib/common/lists.c             result = g_list_remove(result, match->data);
match            1200 lib/common/mainloop.c     mainloop_child_t *match = NULL;
match            1205 lib/common/mainloop.c     for (iter = child_list; iter != NULL && match == NULL; iter = iter->next) {
match            1208 lib/common/mainloop.c             match = child;
match            1212 lib/common/mainloop.c     if (match == NULL) {
match            1216 lib/common/mainloop.c     rc = child_kill_helper(match);
match            1224 lib/common/mainloop.c                   match->pid);
match            1234 lib/common/mainloop.c     if (!child_waitpid(match, waitflags)) {
match            1239 lib/common/mainloop.c     child_list = g_list_remove(child_list, match);
match            1240 lib/common/mainloop.c     child_free(match);
match            1100 lib/common/patchset.c     xmlNode *match;
match            1143 lib/common/patchset.c         xmlNode *match = NULL;
match            1158 lib/common/patchset.c         match = search_v2_xpath(xml, xpath, position);
match            1159 lib/common/patchset.c         crm_trace("Performing %s on %s with %p", op, xpath, match);
match            1161 lib/common/patchset.c         if ((match == NULL) && (strcmp(op, "delete") == 0)) {
match            1165 lib/common/patchset.c         } else if (match == NULL) {
match            1177 lib/common/patchset.c             change_obj->match = match;
match            1183 lib/common/patchset.c                 if ((match->parent != NULL) && (match->parent->last != NULL)) {
match            1184 lib/common/patchset.c                     xmlAddNextSibling(match->parent->last, match);
match            1189 lib/common/patchset.c             free_xml(match);
match            1200 lib/common/patchset.c             pcmk__xe_remove_matching_attrs(match, NULL, NULL); // Remove all
match            1207 lib/common/patchset.c                 crm_xml_add(match, name, value);
match            1221 lib/common/patchset.c         xmlNode *match = change_obj->match;
match            1230 lib/common/patchset.c         crm_trace("Continue performing %s on %s with %p", op, xpath, match);
match            1237 lib/common/patchset.c             match_child = match->children;
match            1245 lib/common/patchset.c             child = xmlDocCopyNode(change->children, match->doc, 1);
match            1250 lib/common/patchset.c             } else if (match->last) {
match            1253 lib/common/patchset.c                 xmlAddNextSibling(match->last, child);
match            1259 lib/common/patchset.c                 xmlAddChild(match, child);
match            1267 lib/common/patchset.c             if (position != pcmk__xml_position(match, pcmk__xf_skip)) {
match            1271 lib/common/patchset.c                 if (p > pcmk__xml_position(match, pcmk__xf_skip)) {
match            1275 lib/common/patchset.c                 CRM_ASSERT(match->parent != NULL);
match            1276 lib/common/patchset.c                 match_child = match->parent->children;
match            1284 lib/common/patchset.c                           match->name, position,
match            1285 lib/common/patchset.c                           pcmk__xml_position(match, pcmk__xf_skip),
match            1286 lib/common/patchset.c                           match->prev, (match_child? "next":"last"),
match            1287 lib/common/patchset.c                           (match_child? match_child : match->parent->last));
match            1290 lib/common/patchset.c                     xmlAddPrevSibling(match_child, match);
match            1293 lib/common/patchset.c                     CRM_ASSERT(match->parent->last != NULL);
match            1294 lib/common/patchset.c                     xmlAddNextSibling(match->parent->last, match);
match            1299 lib/common/patchset.c                           match->name, position);
match            1302 lib/common/patchset.c             if (position != pcmk__xml_position(match, pcmk__xf_skip)) {
match            1304 lib/common/patchset.c                         match->name, ID(match),
match            1305 lib/common/patchset.c                         pcmk__xml_position(match, pcmk__xf_skip),
match            1306 lib/common/patchset.c                         position, match->prev);
match            1056 lib/common/schemas.c     int lpc = 0, match = -1, rc = pcmk_ok;
match            1069 lib/common/schemas.c         match = get_schema_version(value);
match            1071 lib/common/schemas.c         lpc = match;
match            1081 lib/common/schemas.c     if (match >= max_stable_schemas) {
match            1084 lib/common/schemas.c         *best = match;
match            1184 lib/common/schemas.c     if (*best > match && *best) {
match             501 lib/common/strings.c ends_with(const char *s, const char *match, bool as_extension)
match             503 lib/common/strings.c     if (pcmk__str_empty(match)) {
match             514 lib/common/strings.c             s = strrchr(s, match[0]);
match             515 lib/common/strings.c             return (s == NULL)? false : !strcmp(s, match);
match             518 lib/common/strings.c         mlen = strlen(match);
match             520 lib/common/strings.c         return ((slen >= mlen) && !strcmp(s + slen - mlen, match));
match             536 lib/common/strings.c pcmk__ends_with(const char *s, const char *match)
match             538 lib/common/strings.c     return ends_with(s, match, false);
match             563 lib/common/strings.c pcmk__ends_with_ext(const char *s, const char *match)
match             565 lib/common/strings.c     return ends_with(s, match, true);
match             683 lib/common/xml.c                                bool (*match)(xmlAttrPtr, void *),
match             690 lib/common/xml.c         if ((match == NULL) || match(a, user_data)) {
match            2932 lib/common/xml.c     xmlNode *match = NULL;
match            2934 lib/common/xml.c     for (match = pcmk__xe_first_child(parent); match != NULL;
match            2935 lib/common/xml.c          match = pcmk__xe_next(match)) {
match            2941 lib/common/xml.c         if (pcmk__str_eq(name, (const char *)match->name, pcmk__str_null_matches)) {
match            2942 lib/common/xml.c             return match;
match            2958 lib/common/xml.c     xmlNode *match = pcmk__xe_next(sibling);
match            2961 lib/common/xml.c     while (match != NULL) {
match            2962 lib/common/xml.c         if (!strcmp(crm_element_name(match), name)) {
match            2963 lib/common/xml.c             return match;
match            2965 lib/common/xml.c         match = pcmk__xe_next(match);
match              60 lib/common/xpath.c     xmlNode *match = NULL;
match              75 lib/common/xpath.c     match = xpathObj->nodesetval->nodeTab[index];
match              76 lib/common/xpath.c     CRM_CHECK(match != NULL, return NULL);
match              83 lib/common/xpath.c     if (match->type == XML_DOCUMENT_NODE) {
match              85 lib/common/xpath.c         match = match->children;
match              87 lib/common/xpath.c     } else if (match->type != XML_ELEMENT_NODE
match              88 lib/common/xpath.c                && match->parent && match->parent->type == XML_ELEMENT_NODE) {
match              90 lib/common/xpath.c         match = match->parent;
match              92 lib/common/xpath.c     } else if (match->type != XML_ELEMENT_NODE) {
match              94 lib/common/xpath.c         crm_err("We only support %d not %d", XML_ELEMENT_NODE, match->type);
match              95 lib/common/xpath.c         match = NULL;
match              97 lib/common/xpath.c     return match;
match             245 lib/common/xpath.c                 xmlNode *match = getXpathResult(xpathObj, lpc);
match             247 lib/common/xpath.c                 CRM_LOG_ASSERT(match != NULL);
match             248 lib/common/xpath.c                 if (match != NULL) {
match             249 lib/common/xpath.c                     matchNodePath = (char *) xmlGetNodePath(match);
match             475 lib/fencing/st_actions.c     xmlNode *match = get_xpath_object("//@" XML_LRM_ATTR_RC, xml, LOG_NEVER);
match             477 lib/fencing/st_actions.c     if (match == NULL) {
match             481 lib/fencing/st_actions.c         match = get_xpath_object("//@" F_STONITH_RC, xml, LOG_ERR);
match             483 lib/fencing/st_actions.c     return match;
match             568 lib/fencing/st_client.c             xmlNode *match = getXpathResult(xpathObj, lpc);
match             570 lib/fencing/st_client.c             CRM_LOG_ASSERT(match != NULL);
match             571 lib/fencing/st_client.c             if(match != NULL) {
match             572 lib/fencing/st_client.c                 xmlChar *match_path = xmlGetNodePath(match);
match             576 lib/fencing/st_client.c                 *devices = stonith_key_value_add(*devices, NULL, crm_element_value(match, XML_ATTR_ID));
match            2405 lib/fencing/st_client.c         xmlNode *match = getXpathResult(xpath, lpc);
match            2407 lib/fencing/st_client.c         CRM_LOG_ASSERT(match != NULL);
match            2408 lib/fencing/st_client.c         if (match == NULL) {
match            2412 lib/fencing/st_client.c         parameter = crm_element_value(match, "name");
match             320 lib/pacemaker/pcmk_injections.c     xmlNode *match = get_xpath_object(xpath, cib_node, LOG_TRACE);
match             323 lib/pacemaker/pcmk_injections.c     return match;
match             125 lib/pacemaker/pcmk_rule.c     xmlNodePtr match = NULL;
match             211 lib/pacemaker/pcmk_rule.c     match = getXpathResult(xpath_obj, 0);
match             216 lib/pacemaker/pcmk_rule.c     CRM_ASSERT(match != NULL);
match             217 lib/pacemaker/pcmk_rule.c     CRM_ASSERT(find_expression_type(match) == time_expr);
match             219 lib/pacemaker/pcmk_rule.c     rc = eval_date_expression(match, data_set->now);
match             156 lib/pacemaker/pcmk_sched_allocate.c         pe_node_t *match = NULL;
match             161 lib/pacemaker/pcmk_sched_allocate.c         match = g_hash_table_lookup(rsc->allowed_nodes, node->details->id);
match             162 lib/pacemaker/pcmk_sched_allocate.c         if ((match != NULL)
match             163 lib/pacemaker/pcmk_sched_allocate.c             && (match->rsc_discover_mode != pe_discover_exclusive)) {
match             164 lib/pacemaker/pcmk_sched_allocate.c             match->weight = -INFINITY;
match             426 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *match = NULL;
match             433 lib/pacemaker/pcmk_sched_clone.c             if (match != NULL) {
match             435 lib/pacemaker/pcmk_sched_clone.c                 match = NULL;
match             438 lib/pacemaker/pcmk_sched_clone.c             match = op;
match             442 lib/pacemaker/pcmk_sched_clone.c     return match;
match             112 lib/pacemaker/pcmk_sched_constraints.c         pe_resource_t *match = parent->fns->find_rsc(parent, id, NULL,
match             115 lib/pacemaker/pcmk_sched_constraints.c         if (match != NULL) {
match             116 lib/pacemaker/pcmk_sched_constraints.c             if(!pcmk__str_eq(match->id, id, pcmk__str_casei)) {
match             118 lib/pacemaker/pcmk_sched_constraints.c                 match = uber_parent(match);
match             119 lib/pacemaker/pcmk_sched_constraints.c                 crm_debug("Found %s for %s", match->id, id);
match             121 lib/pacemaker/pcmk_sched_constraints.c             return match;
match             222 lib/pacemaker/pcmk_sched_location.c         pe_node_t *match = pe_find_node(data_set->nodes, node);
match             224 lib/pacemaker/pcmk_sched_location.c         if (!match) {
match             227 lib/pacemaker/pcmk_sched_location.c         location = pcmk__new_location(id, rsc, score_i, discovery, match,
match             439 lib/pengine/bundle.c     gpointer match = g_hash_table_lookup(rsc->allowed_nodes, uname);
match             441 lib/pengine/bundle.c     if (match) {
match             442 lib/pengine/bundle.c         ((pe_node_t *) match)->weight = -INFINITY;
match             443 lib/pengine/bundle.c         ((pe_node_t *) match)->rsc_discover_mode = pe_discover_never;
match             267 lib/pengine/native.c     bool match = false;
match             276 lib/pengine/native.c             match = false;
match             279 lib/pengine/native.c             match = true;
match             283 lib/pengine/native.c         match = true;
match             287 lib/pengine/native.c         match = true;
match             292 lib/pengine/native.c         match = pe_base_name_eq(rsc, id);
match             295 lib/pengine/native.c     if (match && on_node) {
match             297 lib/pengine/native.c             match = false;
match             301 lib/pengine/native.c     if (match) {
match            1113 lib/pengine/pe_actions.c                 pe_resource_t *match = gIter->data;
match            1114 lib/pengine/pe_actions.c                 const char *agent = g_hash_table_lookup(match->meta,
match            1118 lib/pengine/pe_actions.c                 data = pe__compare_fencing_digest(match, agent, node, data_set);
match            1123 lib/pengine/pe_actions.c                                pe__node_name(node), match->id);
match            1129 lib/pengine/pe_actions.c                                   pe__node_name(node), match->id);
match            1134 lib/pengine/pe_actions.c                                match->id, ":", agent, ":",
match            1137 lib/pengine/pe_actions.c                                match->id, ":", agent, ":",
match             404 lib/pengine/status.c         pe_resource_t *match =
match             406 lib/pengine/status.c         if (match != NULL) {
match             407 lib/pengine/status.c             return match;
match             417 lib/pengine/status.c     pe_node_t *match = pe_find_node_id(nodes, id);
match             419 lib/pengine/status.c     if (match) {
match             420 lib/pengine/status.c         return match;
match             354 lib/pengine/utils.c     pe_node_t *match = NULL;
match             376 lib/pengine/utils.c     match = pe_hash_table_lookup(rsc->allowed_nodes, node->details->id);
match             377 lib/pengine/utils.c     if (match == NULL) {
match             378 lib/pengine/utils.c         match = pe__copy_node(node);
match             379 lib/pengine/utils.c         g_hash_table_insert(rsc->allowed_nodes, (gpointer) match->details->id, match);
match             381 lib/pengine/utils.c     match->weight = pcmk__add_scores(match->weight, score);
match             577 lib/services/systemd.c         const char *match = NULL;
match             599 lib/services/systemd.c         match = systemd_unit_extension(value.str);
match             600 lib/services/systemd.c         if (match == NULL) {
match             615 lib/services/systemd.c         if (!strcmp(match, ".service")) {
match             617 lib/services/systemd.c             unit_name = strndup(basename, match - basename);
match             167 lib/services/upstart.c     char *match = NULL;
match             173 lib/services/upstart.c         match = strstr(input, search);
match             174 lib/services/upstart.c         if (match == NULL) {
match             177 lib/services/upstart.c         crm_trace("Found: %s", match);
match             178 lib/services/upstart.c         match[0] = replace;
match             179 lib/services/upstart.c         len = strlen(match) - shuffle;
match             181 lib/services/upstart.c             match[lpc] = match[lpc + shuffle];
match             340 maint/gnulib/lib/argz.c           char *match = strstr (arg, str);
match             341 maint/gnulib/lib/argz.c           if (match)
match             343 maint/gnulib/lib/argz.c               char *from = match + str_len;
match             344 maint/gnulib/lib/argz.c               size_t to_len = match - arg;
match             352 maint/gnulib/lib/argz.c                       match = strstr (from, str);
match             353 maint/gnulib/lib/argz.c                       if (match)
match             355 maint/gnulib/lib/argz.c                           str_append (&to, &to_len, from, match - from);
match             356 maint/gnulib/lib/argz.c                           from = match + str_len;
match              36 maint/gnulib/lib/filevercmp.c   const char *match = NULL;
match              44 maint/gnulib/lib/filevercmp.c             match = NULL;
match              49 maint/gnulib/lib/filevercmp.c           if (!match)
match              50 maint/gnulib/lib/filevercmp.c             match = *str;
match              53 maint/gnulib/lib/filevercmp.c         match = NULL;
match              56 maint/gnulib/lib/filevercmp.c   return match;
match             349 maint/gnulib/lib/getcwd.c               bool match = (MATCHING_INO (d, thisino) || mount_point);
match             350 maint/gnulib/lib/getcwd.c               if (! match)
match              72 maint/gnulib/lib/idcache.c   struct userid *match = NULL;
match              78 maint/gnulib/lib/idcache.c           match = tail;
match              83 maint/gnulib/lib/idcache.c   if (match == NULL)
match              87 maint/gnulib/lib/idcache.c       match = xmalloc (FLEXSIZEOF (struct userid, name, strlen (name) + 1));
match              88 maint/gnulib/lib/idcache.c       match->id.u = uid;
match              89 maint/gnulib/lib/idcache.c       strcpy (match->name, name);
match              92 maint/gnulib/lib/idcache.c       match->next = user_alist;
match              93 maint/gnulib/lib/idcache.c       user_alist = match;
match              96 maint/gnulib/lib/idcache.c   return match->name[0] ? match->name : NULL;
match             154 maint/gnulib/lib/idcache.c   struct userid *match = NULL;
match             160 maint/gnulib/lib/idcache.c           match = tail;
match             165 maint/gnulib/lib/idcache.c   if (match == NULL)
match             169 maint/gnulib/lib/idcache.c       match = xmalloc (FLEXSIZEOF (struct userid, name, strlen (name) + 1));
match             170 maint/gnulib/lib/idcache.c       match->id.g = gid;
match             171 maint/gnulib/lib/idcache.c       strcpy (match->name, name);
match             174 maint/gnulib/lib/idcache.c       match->next = group_alist;
match             175 maint/gnulib/lib/idcache.c       group_alist = match;
match             178 maint/gnulib/lib/idcache.c   return match->name[0] ? match->name : NULL;
match            1035 maint/gnulib/lib/regexec.c   Idx match = 0;
match            1084 maint/gnulib/lib/regexec.c 	      match = 1;
match            1120 maint/gnulib/lib/regexec.c 	      || (match && !fl_longest_match)
match            1143 maint/gnulib/lib/regexec.c 	      match = 1;
match             812 maint/gnulib/lib/strptime.c                       bool match = false;
match             817 maint/gnulib/lib/strptime.c                           match = (delta >= 0
match             822 maint/gnulib/lib/strptime.c                       if (! match)
match              48 maint/gnulib/tests/test-regex-quote.c     regmatch_t match[1];
match              52 maint/gnulib/tests/test-regex-quote.c     ASSERT (regexec (&regex, literal, 1, match, 0) == 0);
match              53 maint/gnulib/tests/test-regex-quote.c     ASSERT (match[0].rm_so == 0);
match              54 maint/gnulib/tests/test-regex-quote.c     ASSERT (match[0].rm_eo == strlen (literal));
match              65 maint/gnulib/tests/test-regex-quote.c     regmatch_t match[1];
match              69 maint/gnulib/tests/test-regex-quote.c     ASSERT (regexec (&regex, literal, 1, match, 0) == 0);
match              70 maint/gnulib/tests/test-regex-quote.c     ASSERT (match[0].rm_so == 0);
match              71 maint/gnulib/tests/test-regex-quote.c     ASSERT (match[0].rm_eo == strlen (literal));
match            1829 tools/crm_mon.c         xmlNode *match = NULL;
match            1836 tools/crm_mon.c             match = change->children;
match            1845 tools/crm_mon.c             match = first_named_child(change, XML_DIFF_RESULT);
match            1846 tools/crm_mon.c             if(match) {
match            1847 tools/crm_mon.c                 match = match->children;
match            1851 tools/crm_mon.c         if(match) {
match            1852 tools/crm_mon.c             name = (const char *)match->name;
match            1855 tools/crm_mon.c         crm_trace("Handling %s operation for %s %p, %s", op, xpath, match, name);
match            1864 tools/crm_mon.c             pcmk__xe_foreach_child(first_named_child(match, XML_CIB_TAG_STATUS),
match            1868 tools/crm_mon.c             pcmk__xe_foreach_child(match, NULL, handle_op_for_node, NULL);
match            1871 tools/crm_mon.c             node = crm_element_value(match, XML_ATTR_UNAME);
match            1873 tools/crm_mon.c                 node = ID(match);
match            1875 tools/crm_mon.c             handle_rsc_op(match, (void *) node);
match            1878 tools/crm_mon.c             node = ID(match);
match            1879 tools/crm_mon.c             handle_rsc_op(match, (void *) node);
match            1884 tools/crm_mon.c             handle_rsc_op(match, local_node);
match            1890 tools/crm_mon.c             handle_rsc_op(match, local_node);
match            1896 tools/crm_mon.c             handle_rsc_op(match, local_node);
match            1900 tools/crm_mon.c             crm_trace("Ignoring %s operation for %s %p, %s", op, xpath, match, name);
match             332 tools/crm_resource.c         xmlNode *match = getXpathResult(xpathObj, ndx);
match             333 tools/crm_resource.c         retval = g_list_insert_sorted(retval, (gpointer) ID(match), compare_id);