tmp               223 cib/remote.c       const char *tmp = NULL;
tmp               230 cib/remote.c       tmp = crm_element_name(login);
tmp               231 cib/remote.c       if (safe_str_neq(tmp, "cib_command")) {
tmp               232 cib/remote.c           crm_err("Wrong tag: %s", tmp);
tmp               236 cib/remote.c       tmp = crm_element_value(login, "op");
tmp               237 cib/remote.c       if (safe_str_neq(tmp, "authenticate")) {
tmp               238 cib/remote.c           crm_err("Wrong operation: %s", tmp);
tmp               479 crmd/fsa.c         long long tmp = actions;
tmp               519 crmd/fsa.c             set_bit(tmp, A_DC_TIMER_STOP);
tmp               523 crmd/fsa.c             set_bit(tmp, A_INTEGRATE_TIMER_START);
tmp               525 crmd/fsa.c             set_bit(tmp, A_INTEGRATE_TIMER_STOP);
tmp               529 crmd/fsa.c             set_bit(tmp, A_FINALIZE_TIMER_START);
tmp               531 crmd/fsa.c             set_bit(tmp, A_FINALIZE_TIMER_STOP);
tmp               535 crmd/fsa.c             set_bit(tmp, A_DC_TIMER_STOP);
tmp               562 crmd/fsa.c                     set_bit(tmp, A_SHUTDOWN_REQ);
tmp               638 crmd/fsa.c                     set_bit(tmp, A_SHUTDOWN_REQ);
tmp               651 crmd/fsa.c             tmp &= ~A_RECOVER;
tmp               653 crmd/fsa.c             tmp |= A_RECOVER;
tmp               656 crmd/fsa.c         if (tmp != actions) {
tmp               658 crmd/fsa.c             actions = tmp;
tmp               381 crmd/remote_lrmd_ra.c         lrmd_key_value_t *tmp;
tmp               384 crmd/remote_lrmd_ra.c         for (tmp = cmd->params; tmp; tmp = tmp->next) {
tmp               385 crmd/remote_lrmd_ra.c             g_hash_table_insert(op.params, strdup(tmp->key), strdup(tmp->value));
tmp               722 crmd/remote_lrmd_ra.c     lrmd_key_value_t *tmp = NULL;
tmp               726 crmd/remote_lrmd_ra.c     for (tmp = cmd->params; tmp; tmp = tmp->next) {
tmp               727 crmd/remote_lrmd_ra.c         if (safe_str_eq(tmp->key, "addr") || safe_str_eq(tmp->key, "server")) {
tmp               728 crmd/remote_lrmd_ra.c             server = tmp->value;
tmp               730 crmd/remote_lrmd_ra.c         if (safe_str_eq(tmp->key, "port")) {
tmp               731 crmd/remote_lrmd_ra.c             port = atoi(tmp->value);
tmp               295 crmd/te_callbacks.c     char *tmp = strstr(xpath, NODE_PATT);
tmp               297 crmd/te_callbacks.c     if(tmp) {
tmp               298 crmd/te_callbacks.c         tmp += strlen(NODE_PATT);
tmp               299 crmd/te_callbacks.c         tmp += 1;
tmp               301 crmd/te_callbacks.c         nodeid = strdup(tmp);
tmp               302 crmd/te_callbacks.c         tmp = strstr(nodeid, "\'");
tmp               303 crmd/te_callbacks.c         CRM_ASSERT(tmp);
tmp               304 crmd/te_callbacks.c         tmp[0] = 0;
tmp                69 crmd/te_utils.c         GListPtr tmp = iter;
tmp                70 crmd/te_utils.c         char *iter_name = tmp->data;
tmp                75 crmd/te_utils.c             stonith_cleanup_list = g_list_delete_link(stonith_cleanup_list, tmp);
tmp               148 fencing/standalone_config.c     char *tmp;
tmp               169 fencing/standalone_config.c     tmp = *ptr;
tmp               171 fencing/standalone_config.c     if (tmp) {
tmp               172 fencing/standalone_config.c         offset = strlen(tmp);
tmp               173 fencing/standalone_config.c         tmp = realloc_safe(tmp, len + offset + 1);
tmp               175 fencing/standalone_config.c         tmp = malloc(len);
tmp               178 fencing/standalone_config.c     *ptr = tmp;
tmp               179 fencing/standalone_config.c     tmp += offset;
tmp               182 fencing/standalone_config.c         sprintf(tmp, "%s:%s;", node, ports);
tmp               184 fencing/standalone_config.c         sprintf(tmp, "%s ", node);
tmp               309 fencing/test.c     char *tmp = NULL;
tmp               320 fencing/test.c     rc = st->cmds->list(st, st_opts, "test-id", &tmp, 10);
tmp               321 fencing/test.c     crm_debug("List: %d output: %s", rc, tmp ? tmp : "<none>");
tmp               437 lib/ais/utils.c     int tmp = 0;
tmp               440 lib/ais/utils.c     tmp = msg->host.type;
tmp               442 lib/ais/utils.c     msg->sender.type = tmp;
tmp               444 lib/ais/utils.c     tmp = msg->host.type;
tmp               446 lib/ais/utils.c     msg->sender.type = tmp;
tmp               162 lib/cib/cib_attrs.c         const char *tmp = crm_element_value(xml_search, attr);
tmp               164 lib/cib/cib_attrs.c         if (tmp) {
tmp               165 lib/cib/cib_attrs.c             *value = strdup(tmp);
tmp               407 lib/cib/cib_native.c         xmlNode *tmp = get_message_xml(op_reply, F_CIB_CALLDATA);
tmp               417 lib/cib/cib_native.c         } else if (tmp != NULL) {
tmp               418 lib/cib/cib_native.c             *output_data = copy_xml(tmp);
tmp               622 lib/cib/cib_remote.c         xmlNode *tmp = get_message_xml(op_reply, F_CIB_CALLDATA);
tmp               624 lib/cib/cib_remote.c         if (tmp == NULL) {
tmp               627 lib/cib/cib_remote.c             *output_data = copy_xml(tmp);
tmp               363 lib/common/mainloop.c         crm_signal_t *tmp = crm_signals[sig];
tmp               367 lib/common/mainloop.c         mainloop_destroy_trigger((crm_trigger_t *) tmp);
tmp               387 lib/common/mainloop.c     crm_signal_t *tmp = NULL;
tmp               402 lib/common/mainloop.c     tmp = crm_signals[sig];
tmp               404 lib/common/mainloop.c     mainloop_destroy_trigger((crm_trigger_t *) tmp);
tmp               131 lib/common/utils.c     int tmp = FALSE;
tmp               133 lib/common/utils.c     if (crm_str_to_boolean(value, &tmp) != 1) {
tmp               581 lib/common/utils.c         long long tmp = crm_get_msec(input);
tmp               583 lib/common/utils.c         if(tmp > 0) {
tmp               584 lib/common/utils.c             msec = tmp;
tmp               134 lib/common/xml.c             char *tmp = NULL;                                           \
tmp               136 lib/common/xml.c             tmp = realloc_safe((buffer), (max));                        \
tmp               137 lib/common/xml.c             CRM_ASSERT(tmp);                                            \
tmp               138 lib/common/xml.c             (buffer) = tmp;                                             \
tmp               675 lib/common/xml.c         xmlAttr *tmp = xIter;
tmp               683 lib/common/xml.c         xmlUnsetProp(xml, tmp->name);
tmp               688 lib/common/xml.c         xmlNode *tmp = child;
tmp               691 lib/common/xml.c         readable_children |= __xml_purge_attributes(tmp);
tmp              1769 lib/common/xml.c     xmlNode *tmp = NULL;
tmp              1781 lib/common/xml.c     if (!find_patch_xml_node(patchset, format, FALSE, &tmp)) {
tmp              1784 lib/common/xml.c     if (tmp) {
tmp              1786 lib/common/xml.c             crm_element_value_int(tmp, vfields[lpc], &(del[lpc]));
tmp              1792 lib/common/xml.c     if (!find_patch_xml_node(patchset, format, TRUE, &tmp)) {
tmp              1795 lib/common/xml.c     if (tmp) {
tmp              1797 lib/common/xml.c             crm_element_value_int(tmp, vfields[lpc], &(add[lpc]));
tmp              1997 lib/common/xml.c                 char *tmp = current;
tmp              1999 lib/common/xml.c                 remainder = tmp;
tmp              3165 lib/common/xml.c     xmlNode *tmp = first_named_child(msg, field);
tmp              3167 lib/common/xml.c     return __xml_first_child(tmp);
tmp              4779 lib/common/xml.c             xmlNode *tmp = copy_xml(update);
tmp              4780 lib/common/xml.c             xmlDoc *doc = tmp->doc;
tmp              4783 lib/common/xml.c             xml_accept_changes(tmp);
tmp              4784 lib/common/xml.c             old = xmlReplaceNode(child, tmp);
tmp              4786 lib/common/xml.c             if(xml_tracking_changes(tmp)) {
tmp              4788 lib/common/xml.c                 __xml_acl_apply(tmp);
tmp              4791 lib/common/xml.c             xml_calculate_changes(old, tmp);
tmp              4877 lib/common/xml.c         xmlNode *tmp = create_xml_node(xml_node, XML_TAG_PARAM);
tmp              4879 lib/common/xml.c         crm_xml_add(tmp, XML_NVPAIR_ATTR_NAME, name);
tmp              4880 lib/common/xml.c         crm_xml_add(tmp, XML_NVPAIR_ATTR_VALUE, s_value);
tmp              1278 lib/fencing/st_client.c             xmlNode *tmp = NULL;
tmp              1280 lib/fencing/st_client.c             tmp = create_xml_node(actions, "action");
tmp              1281 lib/fencing/st_client.c             crm_xml_add(tmp, "name", "stop");
tmp              1282 lib/fencing/st_client.c             crm_xml_add(tmp, "timeout", CRM_DEFAULT_OP_TIMEOUT_S);
tmp              1284 lib/fencing/st_client.c             tmp = create_xml_node(actions, "action");
tmp              1285 lib/fencing/st_client.c             crm_xml_add(tmp, "name", "start");
tmp              1286 lib/fencing/st_client.c             crm_xml_add(tmp, "timeout", CRM_DEFAULT_OP_TIMEOUT_S);
tmp              1295 lib/fencing/st_client.c             xmlNode *tmp = getXpathResult(xpathObj, 0);
tmp              1297 lib/fencing/st_client.c             crm_xml_add(tmp, "required", "0");
tmp              1638 lib/lrmd/lrmd_client.c     lrmd_key_value_t *tmp = NULL;
tmp              1648 lib/lrmd/lrmd_client.c     for (tmp = params; tmp; tmp = tmp->next) {
tmp              1649 lib/lrmd/lrmd_client.c         hash2smartfield((gpointer) tmp->key, (gpointer) tmp->value, args);
tmp              1667 lib/lrmd/lrmd_client.c     lrmd_key_value_t *tmp = NULL;
tmp              1674 lib/lrmd/lrmd_client.c     for (tmp = params; tmp; tmp = tmp->next) {
tmp              1675 lib/lrmd/lrmd_client.c         hash2smartfield((gpointer) tmp->key, (gpointer) tmp->value, args);
tmp                35 lib/pengine/unpack.c 	const char *tmp = pe_pref(data_set->config_hash, option);	\
tmp                36 lib/pengine/unpack.c 	if(tmp) {							\
tmp                37 lib/pengine/unpack.c 	    if(crm_is_true(tmp)) {					\
tmp              1794 lib/pengine/unpack.c         char *tmp = clone_zero(rsc_id);
tmp              1795 lib/pengine/unpack.c         resource_t *clone0 = pe_find_resource(data_set->resources, tmp);
tmp              1800 lib/pengine/unpack.c             crm_trace("%s is not known as %s either", rsc_id, tmp);
tmp              1804 lib/pengine/unpack.c         free(tmp);
tmp              3424 lib/pengine/unpack.c     xmlNode *tmp = NULL;
tmp              3460 lib/pengine/unpack.c                 tmp = find_xml_node(node_state, XML_CIB_TAG_LRM, FALSE);
tmp              3461 lib/pengine/unpack.c                 tmp = find_xml_node(tmp, XML_LRM_TAG_RESOURCES, FALSE);
tmp              3463 lib/pengine/unpack.c                 for (lrm_rsc = __xml_first_child(tmp); lrm_rsc != NULL;
tmp               333 lib/transition/unpack.c         int tmp = 0;
tmp               335 lib/transition/unpack.c         crm_element_value_int(xop, XML_LRM_ATTR_CALLID, &tmp);
tmp               336 lib/transition/unpack.c         crm_debug("Got call_id=%d for %s", tmp, ID(resource));
tmp               337 lib/transition/unpack.c         if (tmp > op->call_id) {
tmp               338 lib/transition/unpack.c             op->call_id = tmp;
tmp               269 libltdl/loaders/preopen.c       symlist_chain *tmp = (symlist_chain *) lt__zalloc (sizeof *tmp);
tmp               271 libltdl/loaders/preopen.c       if (tmp)
tmp               273 libltdl/loaders/preopen.c 	  tmp->symlist = symlist;
tmp               274 libltdl/loaders/preopen.c 	  tmp->next = preloaded_symlists;
tmp               275 libltdl/loaders/preopen.c 	  preloaded_symlists = tmp;
tmp               297 libltdl/ltdl.c 	      lt_dlhandle tmp = cur;
tmp               299 libltdl/ltdl.c 	      if (!LT_DLIS_RESIDENT (tmp))
tmp               302 libltdl/ltdl.c 		  if (tmp->info.ref_count <= level)
tmp               304 libltdl/ltdl.c 		      if (lt_dlclose (tmp))
tmp               314 libltdl/ltdl.c 			  for (tmp = handles; tmp; tmp = tmp->next)
tmp               315 libltdl/ltdl.c 			    if (tmp == cur)
tmp               317 libltdl/ltdl.c 			  if (! tmp)
tmp              1003 libltdl/ltdl.c   char *tmp;
tmp              1012 libltdl/ltdl.c       tmp = MALLOC (char, end - str);
tmp              1013 libltdl/ltdl.c       if (!tmp)
tmp              1016 libltdl/ltdl.c       memcpy(tmp, &str[1], (end - str) - 1);
tmp              1017 libltdl/ltdl.c       tmp[(end - str) - 1] = LT_EOS_CHAR;
tmp              1018 libltdl/ltdl.c       *dest = tmp;
tmp              1659 pengine/allocate.c         char *tmp = NULL;
tmp              1663 pengine/allocate.c         if (parse_op_key(original_key, &tmp, &task, &interval)) {
tmp              1675 pengine/allocate.c         free(tmp);
tmp               980 pengine/master.c         const char *tmp = pe_node_attribute_raw(node, attr);
tmp               982 pengine/master.c         if (safe_str_eq(value, tmp)) {
tmp               168 pengine/native.c                     node_t *tmp = (node_t *) iter->data;
tmp               170 pengine/native.c                     if (tmp->weight != chosen->weight) {
tmp               174 pengine/native.c                     if (tmp->details == running->details) {
tmp               176 pengine/native.c                         chosen = tmp;
tmp               219 pengine/native.c             const char *tmp = pe_node_attribute_raw(node, attr);
tmp               221 pengine/native.c             if (safe_str_eq(value, tmp)) {
tmp              1682 pengine/native.c     const char *tmp = NULL;
tmp              1711 pengine/native.c         tmp = pe_node_attribute_raw(node, attribute);
tmp              1712 pengine/native.c         if (do_check && safe_str_eq(tmp, value)) {
tmp              2687 pengine/native.c     char *tmp = NULL;
tmp              2733 pengine/native.c                 tmp = last_rsc_id;
tmp              2735 pengine/native.c                 memcpy(last_rsc_id, tmp, len);
tmp              2740 pengine/native.c                 free(tmp);
tmp                33 pengine/notif.c     int tmp;
tmp                57 pengine/notif.c     tmp = strcmp(entry_a->rsc->id, entry_b->rsc->id);
tmp                58 pengine/notif.c     if (tmp != 0) {
tmp                59 pengine/notif.c         return tmp;
tmp               101 replace/uuid_parse.c     __u32 tmp;
tmp               104 replace/uuid_parse.c     tmp = uu->time_low;
tmp               105 replace/uuid_parse.c     out[3] = (unsigned char)tmp;
tmp               106 replace/uuid_parse.c     tmp >>= 8;
tmp               107 replace/uuid_parse.c     out[2] = (unsigned char)tmp;
tmp               108 replace/uuid_parse.c     tmp >>= 8;
tmp               109 replace/uuid_parse.c     out[1] = (unsigned char)tmp;
tmp               110 replace/uuid_parse.c     tmp >>= 8;
tmp               111 replace/uuid_parse.c     out[0] = (unsigned char)tmp;
tmp               113 replace/uuid_parse.c     tmp = uu->time_mid;
tmp               114 replace/uuid_parse.c     out[5] = (unsigned char)tmp;
tmp               115 replace/uuid_parse.c     tmp >>= 8;
tmp               116 replace/uuid_parse.c     out[4] = (unsigned char)tmp;
tmp               118 replace/uuid_parse.c     tmp = uu->time_hi_and_version;
tmp               119 replace/uuid_parse.c     out[7] = (unsigned char)tmp;
tmp               120 replace/uuid_parse.c     tmp >>= 8;
tmp               121 replace/uuid_parse.c     out[6] = (unsigned char)tmp;
tmp               123 replace/uuid_parse.c     tmp = uu->clock_seq;
tmp               124 replace/uuid_parse.c     out[9] = (unsigned char)tmp;
tmp               125 replace/uuid_parse.c     tmp >>= 8;
tmp               126 replace/uuid_parse.c     out[8] = (unsigned char)tmp;
tmp               135 replace/uuid_parse.c     __u32 tmp;
tmp               137 replace/uuid_parse.c     tmp = *ptr++;
tmp               138 replace/uuid_parse.c     tmp = (tmp << 8) | *ptr++;
tmp               139 replace/uuid_parse.c     tmp = (tmp << 8) | *ptr++;
tmp               140 replace/uuid_parse.c     tmp = (tmp << 8) | *ptr++;
tmp               141 replace/uuid_parse.c     uu->time_low = tmp;
tmp               143 replace/uuid_parse.c     tmp = *ptr++;
tmp               144 replace/uuid_parse.c     tmp = (tmp << 8) | *ptr++;
tmp               145 replace/uuid_parse.c     uu->time_mid = tmp;
tmp               147 replace/uuid_parse.c     tmp = *ptr++;
tmp               148 replace/uuid_parse.c     tmp = (tmp << 8) | *ptr++;
tmp               149 replace/uuid_parse.c     uu->time_hi_and_version = tmp;
tmp               151 replace/uuid_parse.c     tmp = *ptr++;
tmp               152 replace/uuid_parse.c     tmp = (tmp << 8) | *ptr++;
tmp               153 replace/uuid_parse.c     uu->clock_seq = tmp;
tmp               150 tools/crm_diff.c             xmlNode *tmp = NULL;
tmp               153 tools/crm_diff.c             tmp = find_xml_node(patch, tags[i], FALSE);
tmp               154 tools/crm_diff.c             if (tmp) {
tmp               156 tools/crm_diff.c                     xml_remove_prop(tmp, vfields[lpc]);
tmp               159 tools/crm_diff.c                 tmp = find_xml_node(tmp, XML_TAG_CIB, FALSE);
tmp               160 tools/crm_diff.c                 if (tmp) {
tmp               162 tools/crm_diff.c                         xml_remove_prop(tmp, vfields[lpc]);
tmp              3911 tools/crm_mon.c     char *tmp = strstr(xpath, NODE_PATT);
tmp              3913 tools/crm_mon.c     if(tmp) {
tmp              3914 tools/crm_mon.c         tmp += strlen(NODE_PATT);
tmp              3915 tools/crm_mon.c         tmp += 1;
tmp              3917 tools/crm_mon.c         nodeid = strdup(tmp);
tmp              3918 tools/crm_mon.c         tmp = strstr(nodeid, "\'");
tmp              3919 tools/crm_mon.c         CRM_ASSERT(tmp);
tmp              3920 tools/crm_mon.c         tmp[0] = 0;
tmp                94 tools/crm_resource_print.c         node_t *tmp = rsc->running_on->data;
tmp                96 tools/crm_resource_print.c         host = tmp->details->uname;
tmp               154 tools/crm_resource_runtime.c         const char *tmp = crm_element_value(xml_search, attr);
tmp               156 tools/crm_resource_runtime.c         if (tmp) {
tmp               157 tools/crm_resource_runtime.c             *value = strdup(tmp);
tmp               352 tools/crm_ticket.c         const char *tmp = crm_element_value(xml_search, attr);
tmp               354 tools/crm_ticket.c         if (tmp) {
tmp               355 tools/crm_ticket.c             *value = strdup(tmp);
tmp               164 tools/fake_transition.c         int tmp = 0;
tmp               166 tools/fake_transition.c         crm_element_value_int(xop, XML_LRM_ATTR_CALLID, &tmp);
tmp               167 tools/fake_transition.c         if (tmp > op->call_id) {
tmp               168 tools/fake_transition.c             op->call_id = tmp;