lpc 174 daemons/based/based_common.c int lpc = 0; lpc 178 daemons/based/based_common.c for (lpc = 1; lpc < max_msg_types; lpc++) { lpc 182 daemons/based/based_common.c *value = lpc; lpc 183 daemons/based/based_common.c g_hash_table_insert(operation_hash, (gpointer) cib_server_ops[lpc].operation, value); lpc 204 daemons/based/based_common.c int lpc = 0; lpc 244 daemons/based/based_common.c for (lpc = 0; lpc < PCMK__NELEM(field_list); lpc++) { lpc 245 daemons/based/based_common.c field = field_list[lpc]; lpc 251 daemons/based/based_common.c for (lpc = 0; with_data && lpc < PCMK__NELEM(data_list); lpc++) { lpc 252 daemons/based/based_common.c field = data_list[lpc]; lpc 185 daemons/based/based_io.c int lpc = 0; lpc 215 daemons/based/based_io.c lpc = scandir(cib_root, &namelist, cib_archive_filter, cib_archive_sort); lpc 216 daemons/based/based_io.c if (lpc < 0) { lpc 221 daemons/based/based_io.c while (root == NULL && lpc > 1) { lpc 222 daemons/based/based_io.c crm_debug("Testing %d candidates", lpc); lpc 224 daemons/based/based_io.c lpc--; lpc 226 daemons/based/based_io.c filename = crm_strdup_printf("%s/%s", cib_root, namelist[lpc]->d_name); lpc 237 daemons/based/based_io.c free(namelist[lpc]); lpc 280 daemons/controld/controld_control.c int lpc = 0; lpc 282 daemons/controld/controld_control.c while((g_main_context_pending(ctx) && lpc < 10)) { lpc 283 daemons/controld/controld_control.c lpc++; lpc 284 daemons/controld/controld_control.c crm_trace("Iteration %d", lpc); lpc 364 daemons/controld/controld_fencing.c GList *lpc = NULL; lpc 372 daemons/controld/controld_fencing.c for (lpc = graph->synapses; lpc != NULL; lpc = lpc->next) { lpc 374 daemons/controld/controld_fencing.c synapse_t *synapse = (synapse_t *) lpc->data; lpc 326 daemons/controld/controld_join_dc.c int lpc = 0; lpc 334 daemons/controld/controld_join_dc.c for (lpc = 0; cmp == 0 && lpc < PCMK__NELEM(attributes); lpc++) { lpc 335 daemons/controld/controld_join_dc.c cmp = compare_int_fields(max_generation_xml, generation, attributes[lpc]); lpc 177 daemons/controld/controld_messages.c GList *lpc = NULL; lpc 179 daemons/controld/controld_messages.c for (lpc = fsa_message_queue; lpc != NULL; lpc = lpc->next) { lpc 180 daemons/controld/controld_messages.c fsa_data_t *data = (fsa_data_t *) lpc->data; lpc 364 daemons/controld/controld_schedulerd.c int lpc = 0; lpc 375 daemons/controld/controld_schedulerd.c for (lpc = 0; lpc < max; lpc++) { lpc 376 daemons/controld/controld_schedulerd.c xmlNode *match = getXpathResult(xpathObj, lpc); lpc 46 daemons/controld/controld_te_callbacks.c int lpc, max; lpc 89 daemons/controld/controld_te_callbacks.c for (lpc = 0; lpc < max; lpc++) { lpc 90 daemons/controld/controld_te_callbacks.c xmlNode *attr = getXpathResult(xpathObj, lpc); lpc 164 daemons/controld/controld_te_callbacks.c int lpc = 0; lpc 166 daemons/controld/controld_te_callbacks.c for (lpc = 0; lpc < max; lpc++) { lpc 167 daemons/controld/controld_te_callbacks.c xmlNode *rsc_op = getXpathResult(xpathObj, lpc); lpc 178 daemons/controld/controld_te_callbacks.c for (lpc = 0; lpc < max; lpc++) { lpc 183 daemons/controld/controld_te_callbacks.c xmlNode *match = getXpathResult(xpathObj, lpc); lpc 615 daemons/controld/controld_te_callbacks.c int lpc = 0, max = numXpathResults(xpathObj); lpc 617 daemons/controld/controld_te_callbacks.c for (lpc = 0; lpc < max; lpc++) { lpc 618 daemons/controld/controld_te_callbacks.c xmlNode *rsc_op = getXpathResult(xpathObj, lpc); lpc 669 daemons/fenced/fenced_commands.c int last = 0, lpc = 0, max = 0, added = 0; lpc 677 daemons/fenced/fenced_commands.c for (; lpc <= max; lpc++) { lpc 678 daemons/fenced/fenced_commands.c switch (hostmap[lpc]) { lpc 681 daemons/fenced/fenced_commands.c lpc++; lpc 687 daemons/fenced/fenced_commands.c if (lpc > last) { lpc 689 daemons/fenced/fenced_commands.c name = calloc(1, 1 + lpc - last); lpc 690 daemons/fenced/fenced_commands.c memcpy(name, hostmap + last, lpc - last); lpc 692 daemons/fenced/fenced_commands.c last = lpc + 1; lpc 705 daemons/fenced/fenced_commands.c value = calloc(1, 1 + lpc - last); lpc 706 daemons/fenced/fenced_commands.c memcpy(value, hostmap + last, lpc - last); lpc 724 daemons/fenced/fenced_commands.c } else if (lpc > last) { lpc 725 daemons/fenced/fenced_commands.c crm_debug("Parse error at offset %d near '%s'", lpc - last, hostmap + last); lpc 728 daemons/fenced/fenced_commands.c last = lpc + 1; lpc 732 daemons/fenced/fenced_commands.c if (hostmap[lpc] == 0) { lpc 848 daemons/fenced/fenced_commands.c int lpc = 0; lpc 862 daemons/fenced/fenced_commands.c for (lpc = 0; lpc < max; lpc++) { lpc 865 daemons/fenced/fenced_commands.c xmlNode *match = getXpathResult(xpath, lpc); lpc 1423 daemons/fenced/fenced_commands.c int lpc = 0; lpc 1426 daemons/fenced/fenced_commands.c for (lpc = 0; lpc < ST_LEVEL_MAX; lpc++) { lpc 1427 daemons/fenced/fenced_commands.c if (tp->levels[lpc] != NULL) { lpc 1439 daemons/fenced/fenced_commands.c int lpc = 0; lpc 1441 daemons/fenced/fenced_commands.c for (lpc = 0; lpc < ST_LEVEL_MAX; lpc++) { lpc 1442 daemons/fenced/fenced_commands.c if (tp->levels[lpc] != NULL) { lpc 1443 daemons/fenced/fenced_commands.c g_list_free_full(tp->levels[lpc], free); lpc 1523 daemons/fenced/fenced_commands.c int lpc = 0; lpc 1533 daemons/fenced/fenced_commands.c for (lpc = 0; lpc <= max; lpc++) { lpc 1534 daemons/fenced/fenced_commands.c if (devices[lpc] == ',' || devices[lpc] == 0) { lpc 1535 daemons/fenced/fenced_commands.c char *line = strndup(devices + last, lpc - last); lpc 1540 daemons/fenced/fenced_commands.c last = lpc + 1; lpc 2129 daemons/fenced/fenced_commands.c GList *lpc = NULL; lpc 2134 daemons/fenced/fenced_commands.c for (lpc = devices; lpc != NULL; lpc = lpc->next) { lpc 2135 daemons/fenced/fenced_commands.c stonith_device_t *device = g_hash_table_lookup(device_list, lpc->data); lpc 2653 daemons/fenced/fenced_commands.c for (int lpc = 0; lpc < PCMK__NELEM(names); lpc++) { lpc 2654 daemons/fenced/fenced_commands.c name = names[lpc]; lpc 735 daemons/fenced/fenced_remote.c GList *lpc = NULL; lpc 741 daemons/fenced/fenced_remote.c for (lpc = devices; lpc != NULL; lpc = lpc->next) { lpc 742 daemons/fenced/fenced_remote.c op->devices_list = g_list_append(op->devices_list, strdup(lpc->data)); lpc 430 daemons/fenced/pacemaker-fenced.c int max = numXpathResults(xpathObj), lpc = 0; lpc 432 daemons/fenced/pacemaker-fenced.c for (lpc = 0; lpc < max; lpc++) { lpc 435 daemons/fenced/pacemaker-fenced.c xmlNode *match = getXpathResult(xpathObj, lpc); lpc 479 daemons/fenced/pacemaker-fenced.c int max = numXpathResults(xpathObj), lpc = 0; lpc 481 daemons/fenced/pacemaker-fenced.c for (lpc = 0; lpc < max; lpc++) { lpc 482 daemons/fenced/pacemaker-fenced.c xmlNode *match = getXpathResult(xpathObj, lpc); lpc 508 daemons/fenced/pacemaker-fenced.c int max = numXpathResults(xpathObj), lpc = 0; lpc 510 daemons/fenced/pacemaker-fenced.c for (lpc = 0; lpc < max; lpc++) { lpc 511 daemons/fenced/pacemaker-fenced.c xmlNode *match = getXpathResult(xpathObj, lpc); lpc 889 daemons/fenced/pacemaker-fenced.c int max = numXpathResults(xpath_obj), lpc = 0; lpc 895 daemons/fenced/pacemaker-fenced.c for (lpc = 0; lpc < max; lpc++) { lpc 896 daemons/fenced/pacemaker-fenced.c xmlNode *match = getXpathResult(xpath_obj, lpc); lpc 913 daemons/fenced/pacemaker-fenced.c int max = numXpathResults(xpath_obj), lpc = 0; lpc 915 daemons/fenced/pacemaker-fenced.c for (lpc = 0; lpc < max; lpc++) { lpc 918 daemons/fenced/pacemaker-fenced.c xmlNode *match = getXpathResult(xpath_obj, lpc); lpc 1383 daemons/fenced/pacemaker-fenced.c int lpc = 0; lpc 1534 daemons/fenced/pacemaker-fenced.c for (lpc = 0; lpc < PCMK__NELEM(actions); lpc++) { lpc 1535 daemons/fenced/pacemaker-fenced.c printf(" <parameter name=\"pcmk_%s_action\" unique=\"0\">\n", actions[lpc]); lpc 1538 daemons/fenced/pacemaker-fenced.c actions[lpc]); lpc 1542 daemons/fenced/pacemaker-fenced.c actions[lpc]); lpc 1543 daemons/fenced/pacemaker-fenced.c printf(" <content type=\"string\" default=\"%s\"/>\n", actions[lpc]); lpc 1546 daemons/fenced/pacemaker-fenced.c printf(" <parameter name=\"pcmk_%s_timeout\" unique=\"0\">\n", actions[lpc]); lpc 1549 daemons/fenced/pacemaker-fenced.c actions[lpc]); lpc 1553 daemons/fenced/pacemaker-fenced.c actions[lpc]); lpc 1557 daemons/fenced/pacemaker-fenced.c printf(" <parameter name=\"pcmk_%s_retries\" unique=\"0\">\n", actions[lpc]); lpc 1560 daemons/fenced/pacemaker-fenced.c actions[lpc]); lpc 1564 daemons/fenced/pacemaker-fenced.c "</longdesc>\n", actions[lpc]); lpc 812 lib/cib/cib_file.c int lpc = 0; lpc 835 lib/cib/cib_file.c for (lpc = 0; lpc < max_msg_types; lpc++) { lpc 836 lib/cib/cib_file.c if (pcmk__str_eq(op, cib_file_ops[lpc].op, pcmk__str_casei)) { lpc 837 lib/cib/cib_file.c fn = &(cib_file_ops[lpc].fn); lpc 838 lib/cib/cib_file.c query = cib_file_ops[lpc].read_only; lpc 359 lib/cib/cib_ops.c int max = 0, lpc; lpc 367 lib/cib/cib_ops.c for (lpc = 0; lpc < max; lpc++) { lpc 368 lib/cib/cib_ops.c xmlNode *match = getXpathResult(xpathObj, lpc); lpc 417 lib/cib/cib_ops.c int last = 0, lpc = 0, len = 0; lpc 420 lib/cib/cib_ops.c while (lpc <= len) { lpc 421 lib/cib/cib_ops.c if (replace[lpc] == ',' || replace[lpc] == 0) { lpc 424 lib/cib/cib_ops.c if (last == lpc) { lpc 426 lib/cib/cib_ops.c last = lpc + 1; lpc 430 lib/cib/cib_ops.c replace_item = strndup(replace + last, lpc - last); lpc 439 lib/cib/cib_ops.c last = lpc + 1; lpc 442 lib/cib/cib_ops.c lpc++; lpc 605 lib/cib/cib_ops.c int lpc = 0, max = 0; lpc 639 lib/cib/cib_ops.c for (lpc = 0; lpc < max; lpc++) { lpc 640 lib/cib/cib_ops.c xmlNode *top = getXpathResult(xpathObj, lpc); lpc 678 lib/cib/cib_ops.c int lpc = 0; lpc 712 lib/cib/cib_ops.c for (lpc = 0; lpc < max; lpc++) { lpc 714 lib/cib/cib_ops.c xmlNode *match = getXpathResult(xpathObj, lpc); lpc 118 lib/cib/cib_utils.c int lpc = 0; lpc 121 lib/cib/cib_utils.c for (; lpc < max; lpc++) { lpc 122 lib/cib/cib_utils.c if ((object_type == NULL && known_paths[lpc].name == NULL) lpc 123 lib/cib/cib_utils.c || pcmk__str_eq(object_type, known_paths[lpc].name, pcmk__str_casei)) { lpc 124 lib/cib/cib_utils.c return known_paths[lpc].path; lpc 133 lib/cib/cib_utils.c int lpc = 0; lpc 136 lib/cib/cib_utils.c for (; lpc < max; lpc++) { lpc 137 lib/cib/cib_utils.c if (pcmk__str_eq(object_type, known_paths[lpc].name, pcmk__str_casei)) { lpc 138 lib/cib/cib_utils.c return known_paths[lpc].parent; lpc 105 lib/cluster/corosync.c int lpc = 0; lpc 170 lib/cluster/corosync.c key = crm_strdup_printf("nodelist.node.%d.nodeid", lpc); lpc 181 lib/cluster/corosync.c nodeid, lpc, crm_str(name)); lpc 183 lib/cluster/corosync.c key = crm_strdup_printf("nodelist.node.%d.name", lpc); lpc 189 lib/cluster/corosync.c key = crm_strdup_printf("nodelist.node.%d.ring0_addr", lpc); lpc 202 lib/cluster/corosync.c lpc++; lpc 561 lib/cluster/corosync.c int lpc = 0; lpc 611 lib/cluster/corosync.c for (lpc = 0; TRUE; lpc++) { lpc 616 lib/cluster/corosync.c key = crm_strdup_printf("nodelist.node.%d.nodeid", lpc); lpc 642 lib/cluster/corosync.c crm_trace("Initializing node[%d] %u = %s", lpc, nodeid, name); lpc 256 lib/common/acl.c int max = 0, lpc = 0; lpc 262 lib/common/acl.c for (lpc = 0; lpc < max; lpc++) { lpc 263 lib/common/acl.c xmlNode *match = getXpathResult(xpathObj, lpc); lpc 436 lib/common/acl.c int lpc = 0; lpc 440 lib/common/acl.c for(lpc = 0; lpc < max; lpc++) { lpc 441 lib/common/acl.c xmlNode *match = getXpathResult(xpathObj, lpc); lpc 273 lib/common/digest.c int lpc = 0, len = 0; lpc 286 lib/common/digest.c for (lpc = 0; lpc < MD5_DIGEST_SIZE; lpc++) { lpc 287 lib/common/digest.c sprintf(digest + (2 * lpc), "%02x", raw_digest[lpc]); lpc 594 lib/common/io.c int lpc = atoi(entry->d_name); lpc 602 lib/common/io.c if ((lpc >= min_fd) && (lpc <= max_fd) && (lpc != dir_fd)) { lpc 603 lib/common/io.c close(lpc); lpc 613 lib/common/io.c for (int lpc = max_fd; lpc >= min_fd; lpc--) { lpc 614 lib/common/io.c close(lpc); lpc 242 lib/common/iso8601.c int lpc; lpc 244 lib/common/iso8601.c for (lpc = 1; lpc < m; lpc++) { lpc 245 lib/common/iso8601.c d += crm_time_days_in_month(lpc, y); lpc 309 lib/common/iso8601.c int lpc; lpc 322 lib/common/iso8601.c for (lpc = 1; lpc < utc->years; lpc++) { lpc 323 lib/common/iso8601.c long long dmax = year_days(lpc); lpc 918 lib/common/iso8601.c int lpc = 0; lpc 944 lib/common/iso8601.c for (; (fraction || lpc < field_width) && isdigit((int)str[offset]); lpc++) { lpc 946 lib/common/iso8601.c intermediate = (str[offset] - '0') / (10 ^ lpc); lpc 963 lib/common/iso8601.c if (lpc > 0) { lpc 964 lib/common/iso8601.c crm_trace("Found int: %d. Stopped at str[%d]='%c'", *result, lpc, str[lpc]); lpc 1463 lib/common/iso8601.c int lpc; lpc 1470 lib/common/iso8601.c for (lpc = extra; lpc > 0; lpc--) { lpc 1478 lib/common/iso8601.c for (lpc = -extra; lpc > 0; lpc--) { lpc 403 lib/common/logging.c int lpc = 0; lpc 419 lib/common/logging.c for (lpc = QB_LOG_BLACKBOX; lpc < QB_LOG_TARGET_MAX; lpc++) { lpc 420 lib/common/logging.c qb_log_ctl(lpc, QB_LOG_CONF_FILE_SYNC, QB_TRUE); lpc 445 lib/common/logging.c for (lpc = QB_LOG_BLACKBOX; lpc < QB_LOG_TARGET_MAX; lpc++) { lpc 446 lib/common/logging.c qb_log_ctl(lpc, QB_LOG_CONF_FILE_SYNC, QB_FALSE); lpc 589 lib/common/logging.c int lpc = 0; lpc 628 lib/common/logging.c for (lpc = QB_LOG_SYSLOG; lpc < QB_LOG_TARGET_MAX; lpc++) { lpc 629 lib/common/logging.c crm_log_filter_source(lpc, trace_files, trace_fns, trace_fmts, trace_tags, trace_blackbox, lpc 708 lib/common/logging.c int lpc; lpc 710 lib/common/logging.c for (lpc = 0; name != NULL && p_names[lpc].name != NULL; lpc++) { lpc 711 lib/common/logging.c if (pcmk__str_eq(p_names[lpc].name, name, pcmk__str_none)) { lpc 712 lib/common/logging.c return p_names[lpc].priority; lpc 770 lib/common/logging.c int lpc = 0; lpc 816 lib/common/logging.c for (lpc = QB_LOG_SYSLOG; lpc < QB_LOG_TARGET_MAX; lpc++) { lpc 817 lib/common/logging.c qb_log_ctl(lpc, QB_LOG_CONF_THREADED, QB_FALSE); lpc 820 lib/common/logging.c qb_log_ctl(lpc, QB_LOG_CONF_ELLIPSIS, QB_TRUE); lpc 822 lib/common/logging.c set_format_string(lpc, crm_system_name, pid, nodename); lpc 51 lib/common/options.c int index = 0, lpc = 0; lpc 69 lib/common/options.c for (lpc = 0; long_options[lpc].name != NULL; lpc++) { lpc 70 lib/common/options.c if (long_options[lpc].name[0] == '-') { lpc 77 lib/common/options.c long_opts[index].name = long_options[lpc].name; lpc 78 lib/common/options.c long_opts[index].has_arg = long_options[lpc].has_arg; lpc 79 lib/common/options.c long_opts[index].flag = long_options[lpc].flag; lpc 80 lib/common/options.c long_opts[index].val = long_options[lpc].val; lpc 112 lib/common/options.c int lpc = 0; lpc 116 lib/common/options.c for (lpc = 0; long_options[lpc].name != NULL; lpc++) { lpc 117 lib/common/options.c if (long_options[lpc].val && long_options[lpc].val != '-' && long_options[lpc].val < UCHAR_MAX) { lpc 120 lib/common/options.c local_short_options[opt_string_len++] = long_options[lpc].val; lpc 122 lib/common/options.c if (long_options[lpc].has_arg == optional_argument) { lpc 125 lib/common/options.c if (long_options[lpc].has_arg >= required_argument) { lpc 542 lib/common/options.c for (int lpc = 0; lpc < len; lpc++) { lpc 543 lib/common/options.c if (pcmk__str_eq(name, option_list[lpc].name, pcmk__str_casei)) { lpc 544 lib/common/options.c value = cluster_option_value(options, option_list[lpc].is_valid, lpc 545 lib/common/options.c option_list[lpc].name, lpc 546 lib/common/options.c option_list[lpc].alt_name, lpc 547 lib/common/options.c option_list[lpc].default_value); lpc 560 lib/common/options.c int lpc = 0; lpc 570 lib/common/options.c for (lpc = 0; lpc < len; lpc++) { lpc 571 lib/common/options.c if ((option_list[lpc].description_long == NULL) lpc 572 lib/common/options.c && (option_list[lpc].description_short == NULL)) { lpc 579 lib/common/options.c option_list[lpc].name, lpc 580 lib/common/options.c option_list[lpc].description_short, lpc 581 lib/common/options.c option_list[lpc].description_long? lpc 582 lib/common/options.c option_list[lpc].description_long : lpc 583 lib/common/options.c option_list[lpc].description_short, lpc 584 lib/common/options.c (option_list[lpc].values? " Allowed values: " : ""), lpc 585 lib/common/options.c (option_list[lpc].values? option_list[lpc].values : "")); lpc 587 lib/common/options.c if (option_list[lpc].values && !strcmp(option_list[lpc].type, "select")) { lpc 588 lib/common/options.c char *str = strdup(option_list[lpc].values); lpc 593 lib/common/options.c option_list[lpc].type, lpc 594 lib/common/options.c option_list[lpc].default_value lpc 607 lib/common/options.c option_list[lpc].type, lpc 608 lib/common/options.c option_list[lpc].default_value lpc 621 lib/common/options.c for (int lpc = 0; lpc < len; lpc++) { lpc 622 lib/common/options.c cluster_option_value(options, option_list[lpc].is_valid, lpc 623 lib/common/options.c option_list[lpc].name, lpc 624 lib/common/options.c option_list[lpc].alt_name, lpc 625 lib/common/options.c option_list[lpc].default_value); lpc 225 lib/common/patchset.c int lpc = 0; lpc 254 lib/common/patchset.c for (lpc = 0; (last != NULL) && (lpc < PCMK__NELEM(vfields)); lpc++) { lpc 255 lib/common/patchset.c const char *value = crm_element_value(last, vfields[lpc]); lpc 257 lib/common/patchset.c crm_xml_add(diff_child, vfields[lpc], value); lpc 258 lib/common/patchset.c if (changed || lpc == 2) { lpc 259 lib/common/patchset.c crm_xml_add(cib, vfields[lpc], value); lpc 275 lib/common/patchset.c for (lpc = 0; next && lpc < PCMK__NELEM(vfields); lpc++) { lpc 276 lib/common/patchset.c const char *value = crm_element_value(next, vfields[lpc]); lpc 278 lib/common/patchset.c crm_xml_add(diff_child, vfields[lpc], value); lpc 307 lib/common/patchset.c int lpc = 0; lpc 334 lib/common/patchset.c for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) { lpc 335 lib/common/patchset.c const char *value = crm_element_value(source, vfields[lpc]); lpc 340 lib/common/patchset.c crm_xml_add(v, vfields[lpc], value); lpc 344 lib/common/patchset.c for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) { lpc 345 lib/common/patchset.c const char *value = crm_element_value(target, vfields[lpc]); lpc 350 lib/common/patchset.c crm_xml_add(v, vfields[lpc], value); lpc 519 lib/common/patchset.c int lpc = 0, max = 0; lpc 527 lib/common/patchset.c for (lpc = 2; lpc < max; lpc++) { lpc 528 lib/common/patchset.c prefix[lpc] = ' '; lpc 803 lib/common/patchset.c int lpc = 0; lpc 821 lib/common/patchset.c for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) { lpc 822 lib/common/patchset.c crm_element_value_int(tmp, vfields[lpc], &(del[lpc])); lpc 823 lib/common/patchset.c crm_trace("Got %d for del[%s]", del[lpc], vfields[lpc]); lpc 832 lib/common/patchset.c for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) { lpc 833 lib/common/patchset.c crm_element_value_int(tmp, vfields[lpc], &(add[lpc])); lpc 834 lib/common/patchset.c crm_trace("Got %d for add[%s]", add[lpc], vfields[lpc]); lpc 853 lib/common/patchset.c int lpc = 0; lpc 866 lib/common/patchset.c for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) { lpc 867 lib/common/patchset.c crm_element_value_int(xml, vfields[lpc], &(this[lpc])); lpc 868 lib/common/patchset.c crm_trace("Got %d for this[%s]", this[lpc], vfields[lpc]); lpc 869 lib/common/patchset.c if (this[lpc] < 0) { lpc 870 lib/common/patchset.c this[lpc] = 0; lpc 878 lib/common/patchset.c for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) { lpc 879 lib/common/patchset.c del[lpc] = this[lpc]; lpc 884 lib/common/patchset.c for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) { lpc 885 lib/common/patchset.c if (this[lpc] < del[lpc]) { lpc 887 lib/common/patchset.c vfields[lpc], this[0], this[1], this[2], lpc 891 lib/common/patchset.c } else if (this[lpc] > del[lpc]) { lpc 893 lib/common/patchset.c vfields[lpc], this[0], this[1], this[2], lpc 900 lib/common/patchset.c for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) { lpc 901 lib/common/patchset.c if (add[lpc] > del[lpc]) { lpc 462 lib/common/remote.c for (int lpc = 0; (lpc < iovs) && (rc == pcmk_rc_ok); lpc++) { lpc 465 lib/common/remote.c rc = send_tls(remote->tls_session, &(iov[lpc])); lpc 470 lib/common/remote.c rc = send_plaintext(remote->tcp_socket, &(iov[lpc])); lpc 98 lib/common/schemas.c int lpc = 0; lpc 101 lib/common/schemas.c for (lpc = best; lpc > 0; lpc--) { lpc 102 lib/common/schemas.c if (known_schemas[lpc].version.v[0] lpc 106 lib/common/schemas.c best = lpc; lpc 381 lib/common/schemas.c int lpc, max; lpc 395 lib/common/schemas.c for (lpc = 0; lpc < max; lpc++) { lpc 400 lib/common/schemas.c if (!version_from_filename(namelist[lpc]->d_name, &version)) { lpc 403 lib/common/schemas.c namelist[lpc]->d_name); lpc 406 lib/common/schemas.c if ((lpc + 1) < max) { lpc 409 lib/common/schemas.c if (version_from_filename(namelist[lpc+1]->d_name, &next_version) lpc 423 lib/common/schemas.c for (lpc = 0; lpc < max; lpc++) { lpc 424 lib/common/schemas.c free(namelist[lpc]); lpc 556 lib/common/schemas.c int lpc; lpc 559 lib/common/schemas.c for (lpc = 0; lpc < xml_schema_max; lpc++) { lpc 561 lib/common/schemas.c switch (known_schemas[lpc].validator) { lpc 565 lib/common/schemas.c ctx = (relaxng_ctx_cache_t *) known_schemas[lpc].cache; lpc 579 lib/common/schemas.c known_schemas[lpc].cache = NULL; lpc 582 lib/common/schemas.c free(known_schemas[lpc].name); lpc 583 lib/common/schemas.c free(known_schemas[lpc].transform); lpc 584 lib/common/schemas.c free(known_schemas[lpc].transform_enter); lpc 709 lib/common/schemas.c int lpc = 0; lpc 712 lib/common/schemas.c for (lpc = 0; lpc < xml_schema_max; lpc++) { lpc 713 lib/common/schemas.c if (validate_with(xml_blob, lpc, FALSE)) { lpc 716 lib/common/schemas.c known_schemas[lpc].name); lpc 717 lib/common/schemas.c crm_info("XML validated against %s", known_schemas[lpc].name); lpc 718 lib/common/schemas.c if(known_schemas[lpc].after_transform == 0) { lpc 1032 lib/common/schemas.c int lpc = 0; lpc 1037 lib/common/schemas.c for (; lpc < xml_schema_max; lpc++) { lpc 1038 lib/common/schemas.c if (pcmk__str_eq(name, known_schemas[lpc].name, pcmk__str_casei)) { lpc 1039 lib/common/schemas.c return lpc; lpc 1053 lib/common/schemas.c int lpc = 0, match = -1, rc = pcmk_ok; lpc 1068 lib/common/schemas.c lpc = match; lpc 1069 lib/common/schemas.c if (lpc >= 0 && transform == FALSE) { lpc 1070 lib/common/schemas.c *best = lpc++; lpc 1072 lib/common/schemas.c } else if (lpc < 0) { lpc 1074 lib/common/schemas.c lpc = 0; lpc 1085 lib/common/schemas.c while (lpc <= max_stable_schemas) { lpc 1087 lib/common/schemas.c known_schemas[lpc].name ? known_schemas[lpc].name : "<unset>", lpc 1088 lib/common/schemas.c lpc, max_stable_schemas); lpc 1090 lib/common/schemas.c if (validate_with(xml, lpc, to_logs) == FALSE) { lpc 1093 lib/common/schemas.c known_schemas[lpc].name); lpc 1097 lib/common/schemas.c known_schemas[lpc].name ? known_schemas[lpc].name : "<unset>"); lpc 1115 lib/common/schemas.c *best = lpc; lpc 1120 lib/common/schemas.c next = known_schemas[lpc].after_transform; lpc 1122 lib/common/schemas.c if (next <= lpc) { lpc 1124 lib/common/schemas.c crm_trace("Stopping at %s", known_schemas[lpc].name); lpc 1127 lib/common/schemas.c } else if (max > 0 && (lpc == max || next > max)) { lpc 1129 lib/common/schemas.c known_schemas[lpc].name, lpc, next, max); lpc 1132 lib/common/schemas.c } else if (known_schemas[lpc].transform == NULL lpc 1140 lib/common/schemas.c known_schemas[lpc].name, known_schemas[next].name); lpc 1142 lib/common/schemas.c lpc = next; lpc 1146 lib/common/schemas.c known_schemas[lpc].name, known_schemas[next].name, lpc 1147 lib/common/schemas.c known_schemas[lpc].transform); lpc 1150 lib/common/schemas.c upgrade = apply_upgrade(xml, &known_schemas[lpc], to_logs); lpc 1154 lib/common/schemas.c known_schemas[lpc].transform); lpc 1159 lib/common/schemas.c known_schemas[lpc].transform); lpc 1160 lib/common/schemas.c lpc = next; lpc 1168 lib/common/schemas.c known_schemas[lpc].transform); lpc 1179 lib/common/schemas.c lpc++; lpc 235 lib/common/utils.c int lpc = 0; lpc 253 lib/common/utils.c lpc++; lpc 292 lib/common/utils.c crm_trace("%s == %s (%d)", version1, version2, lpc); lpc 294 lib/common/utils.c crm_trace("%s < %s (%d)", version1, version2, lpc); lpc 296 lib/common/utils.c crm_trace("%s > %s (%d)", version1, version2, lpc); lpc 513 lib/common/utils.c int lpc = 0; lpc 522 lib/common/utils.c for (; lpc < max; lpc++) { lpc 523 lib/common/utils.c switch (crm_name[lpc]) { lpc 525 lib/common/utils.c crm_name[lpc] = '_'; lpc 914 lib/common/xml.c int lpc = 0; lpc 916 lib/common/xml.c while(lpc < len) { lpc 917 lib/common/xml.c crm_warn("Parse error[+%.3d]: %.80s", lpc, input+lpc); lpc 918 lib/common/xml.c lpc += 80; lpc 1326 lib/common/xml.c for (size_t lpc = (*length) - 1; lpc > (start + offset); lpc--) { lpc 1327 lib/common/xml.c text[lpc] = text[lpc - offset]; lpc 41 lib/common/xpath.c int lpc, max = numXpathResults(xpathObj); lpc 47 lib/common/xpath.c for (lpc = 0; lpc < max; lpc++) { lpc 48 lib/common/xpath.c if (xpathObj->nodesetval->nodeTab[lpc] && xpathObj->nodesetval->nodeTab[lpc]->type != XML_NAMESPACE_DECL) { lpc 49 lib/common/xpath.c xpathObj->nodesetval->nodeTab[lpc] = NULL; lpc 103 lib/common/xpath.c int lpc, max = numXpathResults(xpathObj); lpc 109 lib/common/xpath.c for (lpc = 0; lpc < max; lpc++) { lpc 113 lib/common/xpath.c if (xpathObj->nodesetval->nodeTab[lpc] == NULL) { lpc 117 lib/common/xpath.c xml = xpathObj->nodesetval->nodeTab[lpc]->parent; lpc 124 lib/common/xpath.c xpathObj->nodesetval->nodeTab[lpc] = NULL; lpc 239 lib/common/xpath.c int lpc = 0; lpc 244 lib/common/xpath.c for (lpc = 0; lpc < max; lpc++) { lpc 245 lib/common/xpath.c xmlNode *match = getXpathResult(xpathObj, lpc); lpc 251 lib/common/xpath.c xpath, lpc, crm_str(matchNodePath)); lpc 1027 lib/fencing/st_client.c int rc = 0, lpc = 0, max = 0; lpc 1049 lib/fencing/st_client.c for (lpc = 0; lpc < max; lpc++) { lpc 1050 lib/fencing/st_client.c xmlNode *match = getXpathResult(xpathObj, lpc); lpc 1056 lib/fencing/st_client.c crm_info("%s[%d] = %s", "//@agent", lpc, match_path); lpc 2730 lib/fencing/st_client.c int lpc = 0; lpc 2742 lib/fencing/st_client.c for (lpc = 0; lpc < max; lpc++) { lpc 2744 lib/fencing/st_client.c xmlNode *match = getXpathResult(xpath, lpc); lpc 51 lib/pacemaker/pcmk_graph_consumer.c for (GList *lpc = synapse->inputs; lpc != NULL; lpc = lpc->next) { lpc 52 lib/pacemaker/pcmk_graph_consumer.c crm_action_t *prereq = (crm_action_t *) lpc->data; lpc 82 lib/pacemaker/pcmk_graph_consumer.c for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) { lpc 83 lib/pacemaker/pcmk_graph_consumer.c crm_action_t *action = (crm_action_t *) lpc->data; lpc 113 lib/pacemaker/pcmk_graph_consumer.c for (GList *lpc = graph->synapses; lpc != NULL; lpc = lpc->next) { lpc 114 lib/pacemaker/pcmk_graph_consumer.c synapse_t *synapse = (synapse_t *) lpc->data; lpc 170 lib/pacemaker/pcmk_graph_consumer.c GList *lpc = NULL; lpc 173 lib/pacemaker/pcmk_graph_consumer.c for (lpc = synapse->inputs; lpc != NULL; lpc = lpc->next) { lpc 174 lib/pacemaker/pcmk_graph_consumer.c crm_action_t *prereq = (crm_action_t *) lpc->data; lpc 195 lib/pacemaker/pcmk_graph_consumer.c for (lpc = synapse->actions; lpc != NULL; lpc = lpc->next) { lpc 196 lib/pacemaker/pcmk_graph_consumer.c crm_action_t *a = (crm_action_t *) lpc->data; lpc 275 lib/pacemaker/pcmk_graph_consumer.c for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) { lpc 276 lib/pacemaker/pcmk_graph_consumer.c crm_action_t *action = (crm_action_t *) lpc->data; lpc 346 lib/pacemaker/pcmk_graph_consumer.c GList *lpc = NULL; lpc 365 lib/pacemaker/pcmk_graph_consumer.c for (lpc = graph->synapses; lpc != NULL; lpc = lpc->next) { lpc 366 lib/pacemaker/pcmk_graph_consumer.c synapse_t *synapse = (synapse_t *) lpc->data; lpc 379 lib/pacemaker/pcmk_graph_consumer.c for (lpc = graph->synapses; lpc != NULL; lpc = lpc->next) { lpc 380 lib/pacemaker/pcmk_graph_consumer.c synapse_t *synapse = (synapse_t *) lpc->data; lpc 118 lib/pacemaker/pcmk_graph_logging.c for (GList *lpc = synapse->inputs; lpc != NULL; lpc = lpc->next) { lpc 119 lib/pacemaker/pcmk_graph_logging.c crm_action_t *input = (crm_action_t *) lpc->data; lpc 143 lib/pacemaker/pcmk_graph_logging.c for (GList *lpc = synapse->inputs; lpc != NULL; lpc = lpc->next) { lpc 144 lib/pacemaker/pcmk_graph_logging.c crm_action_t *input = (crm_action_t *) lpc->data; lpc 182 lib/pacemaker/pcmk_graph_logging.c for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) { lpc 183 lib/pacemaker/pcmk_graph_logging.c log_synapse_action(log_level, synapse, (crm_action_t *) lpc->data, lpc 213 lib/pacemaker/pcmk_graph_logging.c for (GList *lpc = graph->synapses; lpc != NULL; lpc = lpc->next) { lpc 214 lib/pacemaker/pcmk_graph_logging.c log_synapse(log_level, graph, (synapse_t *) lpc->data); lpc 425 lib/pacemaker/pcmk_graph_producer.c GList *lpc = NULL; lpc 457 lib/pacemaker/pcmk_graph_producer.c for (lpc = then->actions_before; lpc != NULL; lpc = lpc->next) { lpc 458 lib/pacemaker/pcmk_graph_producer.c pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc->data; lpc 598 lib/pacemaker/pcmk_graph_producer.c for (lpc = then->actions_after; lpc != NULL; lpc = lpc->next) { lpc 599 lib/pacemaker/pcmk_graph_producer.c pe_action_wrapper_t *other = (pe_action_wrapper_t *) lpc->data; lpc 887 lib/pacemaker/pcmk_graph_producer.c int lpc = 0; lpc 956 lib/pacemaker/pcmk_graph_producer.c for (lpc = 0; lpc < PCMK__NELEM(attr_list); lpc++) { lpc 957 lib/pacemaker/pcmk_graph_producer.c crm_xml_add(rsc_xml, attr_list[lpc], lpc 958 lib/pacemaker/pcmk_graph_producer.c g_hash_table_lookup(action->rsc->meta, attr_list[lpc])); lpc 1065 lib/pacemaker/pcmk_graph_producer.c GList *lpc = NULL; lpc 1082 lib/pacemaker/pcmk_graph_producer.c for (lpc = action->actions_after; lpc != NULL; lpc = lpc->next) { lpc 1083 lib/pacemaker/pcmk_graph_producer.c pe_action_wrapper_t *wrapper = (pe_action_wrapper_t *) lpc->data; lpc 1506 lib/pacemaker/pcmk_graph_producer.c GList *lpc = NULL; lpc 1548 lib/pacemaker/pcmk_graph_producer.c for (lpc = action->actions_before; lpc != NULL; lpc = lpc->next) { lpc 1549 lib/pacemaker/pcmk_graph_producer.c input = (pe_action_wrapper_t *) lpc->data; lpc 74 lib/pacemaker/pcmk_output.c GList *lpc = NULL; lpc 78 lib/pacemaker/pcmk_output.c for (lpc = list; lpc != NULL; lpc = lpc->next) { lpc 79 lib/pacemaker/pcmk_output.c pe__location_t *cons = lpc->data; lpc 365 lib/pacemaker/pcmk_output.c for (GList *lpc = rsc->rsc_cons; lpc != NULL; lpc = lpc->next) { lpc 366 lib/pacemaker/pcmk_output.c pcmk__colocation_t *cons = (pcmk__colocation_t *) lpc->data; lpc 410 lib/pacemaker/pcmk_output.c for (GList *lpc = rsc->rsc_cons; lpc != NULL; lpc = lpc->next) { lpc 411 lib/pacemaker/pcmk_output.c pcmk__colocation_t *cons = (pcmk__colocation_t *) lpc->data; lpc 443 lib/pacemaker/pcmk_output.c for (GList *lpc = rsc->rsc_cons_lhs; lpc != NULL; lpc = lpc->next) { lpc 444 lib/pacemaker/pcmk_output.c pcmk__colocation_t *cons = (pcmk__colocation_t *) lpc->data; lpc 488 lib/pacemaker/pcmk_output.c for (GList *lpc = rsc->rsc_cons_lhs; lpc != NULL; lpc = lpc->next) { lpc 489 lib/pacemaker/pcmk_output.c pcmk__colocation_t *cons = (pcmk__colocation_t *) lpc->data; lpc 513 lib/pacemaker/pcmk_output.c GList *lpc = NULL; lpc 517 lib/pacemaker/pcmk_output.c for (lpc = list; lpc != NULL; lpc = lpc->next) { lpc 518 lib/pacemaker/pcmk_output.c pe__location_t *cons = lpc->data; lpc 848 lib/pacemaker/pcmk_sched_bundle.c for (GList *lpc = then_child_action->actions_after; lpc != NULL; lpc = lpc->next) { lpc 849 lib/pacemaker/pcmk_sched_bundle.c pe_action_wrapper_t *next = (pe_action_wrapper_t *) lpc->data; lpc 1225 lib/pacemaker/pcmk_sched_clone.c int lpc = strlen(key); lpc 1227 lib/pacemaker/pcmk_sched_clone.c for (; lpc > 0; lpc--) { lpc 1228 lib/pacemaker/pcmk_sched_clone.c if (key[lpc] == '_' && stop == 0) { lpc 1229 lib/pacemaker/pcmk_sched_clone.c stop = lpc; lpc 1231 lib/pacemaker/pcmk_sched_clone.c } else if (key[lpc] == '_') { lpc 1234 lib/pacemaker/pcmk_sched_clone.c lpc++; lpc 1235 lib/pacemaker/pcmk_sched_clone.c task_mutable = strdup(key + lpc); lpc 1236 lib/pacemaker/pcmk_sched_clone.c task_mutable[stop - lpc] = 0; lpc 1187 lib/pengine/bundle.c int lpc = 0; lpc 1259 lib/pengine/bundle.c replica->offset = lpc++; lpc 1287 lib/pengine/bundle.c for (int lpc = 0; lpc < bundle_data->nreplicas; lpc++) { lpc 1290 lib/pengine/bundle.c replica->offset = lpc; lpc 156 lib/pengine/clone.c int lpc = 0; lpc 283 lib/pengine/clone.c for (lpc = 0; lpc < clone_data->clone_max; lpc++) { lpc 105 lib/pengine/failcounts.c int lpc = 0; lpc 107 lib/pengine/failcounts.c for (lpc = 0; lpc < max; lpc++) { lpc 108 lib/pengine/failcounts.c xmlNode *pref = getXpathResult(xpathObj, lpc); lpc 1605 lib/pengine/pe_output.c GList *lpc = NULL; lpc 1607 lib/pengine/pe_output.c for (lpc = node->details->running_rsc; lpc != NULL; lpc = lpc->next) { lpc 1608 lib/pengine/pe_output.c pe_resource_t *rsc = (pe_resource_t *) lpc->data; lpc 2031 lib/pengine/utils.c for (GList *lpc = data_set->resources; lpc != NULL; lpc = lpc->next) { lpc 2032 lib/pengine/utils.c pe_resource_t *r = (pe_resource_t *) lpc->data; lpc 1343 lib/services/services_linux.c int entries = 0, lpc = 0; lpc 1351 lib/services/services_linux.c for (lpc = 0; lpc < entries; lpc++) { lpc 1354 lib/services/services_linux.c if ('.' == namelist[lpc]->d_name[0]) { lpc 1355 lib/services/services_linux.c free(namelist[lpc]); lpc 1359 lib/services/services_linux.c snprintf(buffer, sizeof(buffer), "%s/%s", root, namelist[lpc]->d_name); lpc 1367 lib/services/services_linux.c free(namelist[lpc]); lpc 1373 lib/services/services_linux.c free(namelist[lpc]); lpc 1379 lib/services/services_linux.c free(namelist[lpc]); lpc 1384 lib/services/services_linux.c list = g_list_append(list, strdup(namelist[lpc]->d_name)); lpc 1386 lib/services/services_linux.c free(namelist[lpc]); lpc 171 lib/services/upstart.c int len, lpc; lpc 180 lib/services/upstart.c for (lpc = 1; lpc <= len; lpc++) { lpc 181 lib/services/upstart.c match[lpc] = match[lpc + shuffle]; lpc 210 lib/services/upstart.c int lpc = 0; lpc 270 lib/services/upstart.c lpc++; lpc 278 lib/services/upstart.c crm_trace("Found %d upstart jobs", lpc); lpc 201 tools/crm_diff.c int lpc; lpc 205 tools/crm_diff.c for (lpc = 0; lpc < nvfields; lpc++) { lpc 206 tools/crm_diff.c xml_remove_prop(tmp, vfields[lpc]); lpc 211 tools/crm_diff.c for (lpc = 0; lpc < nvfields; lpc++) { lpc 212 tools/crm_diff.c xml_remove_prop(tmp, vfields[lpc]); lpc 235 tools/crm_diff.c int lpc; lpc 237 tools/crm_diff.c for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) { lpc 238 tools/crm_diff.c crm_copy_xml_element(object_1, object_2, vfields[lpc]); lpc 74 tools/crm_error.c int lpc; lpc 138 tools/crm_error.c for (lpc = 1; processed_args[lpc] != NULL; lpc++) { lpc 139 tools/crm_error.c pcmk__scan_min_int(processed_args[lpc], &rc, INT_MIN); lpc 2040 tools/crm_mon.c int lpc = 0, max = numXpathResults(xpathObj); lpc 2042 tools/crm_mon.c for (lpc = 0; lpc < max; lpc++) { lpc 2043 tools/crm_mon.c xmlNode *rsc_op = getXpathResult(xpathObj, lpc); lpc 515 tools/crm_mon_curses.c int lpc = 0; lpc 517 tools/crm_mon_curses.c for (lpc = 0; lpc < LINES; lpc++) { lpc 518 tools/crm_mon_curses.c move(lpc, 0); lpc 99 tools/crm_resource_print.c for (GList *lpc = ops; lpc != NULL; lpc = lpc->next) { lpc 100 tools/crm_resource_print.c xmlNode *xml_op = (xmlNode *) lpc->data; lpc 530 tools/crm_resource_print.c for (GList *lpc = nodes; lpc != NULL; lpc = lpc->next) { lpc 531 tools/crm_resource_print.c node_info_t *ni = (node_info_t *) lpc->data; lpc 574 tools/crm_resource_print.c for (GList *lpc = nodes; lpc != NULL; lpc = lpc->next) { lpc 575 tools/crm_resource_print.c node_info_t *ni = (node_info_t *) lpc->data; lpc 601 tools/crm_resource_print.c GList *lpc = NULL; lpc 604 tools/crm_resource_print.c for (lpc = resources; lpc != NULL; lpc = lpc->next) { lpc 605 tools/crm_resource_print.c pe_resource_t *rsc = (pe_resource_t *) lpc->data; lpc 635 tools/crm_resource_print.c GList *lpc = NULL; lpc 637 tools/crm_resource_print.c for (lpc = activeResources; lpc != NULL; lpc = lpc->next) { lpc 638 tools/crm_resource_print.c pe_resource_t *rsc = (pe_resource_t *) lpc->data; lpc 644 tools/crm_resource_print.c for(lpc = unactiveResources; lpc != NULL; lpc = lpc->next) { lpc 645 tools/crm_resource_print.c pe_resource_t *rsc = (pe_resource_t *) lpc->data; lpc 684 tools/crm_resource_print.c GList *lpc = NULL; lpc 689 tools/crm_resource_print.c for (lpc = resources; lpc != NULL; lpc = lpc->next) { lpc 690 tools/crm_resource_print.c pe_resource_t *rsc = (pe_resource_t *) lpc->data; lpc 719 tools/crm_resource_print.c GList *lpc = NULL; lpc 723 tools/crm_resource_print.c for (lpc = activeResources; lpc != NULL; lpc = lpc->next) { lpc 724 tools/crm_resource_print.c pe_resource_t *rsc = (pe_resource_t *) lpc->data; lpc 736 tools/crm_resource_print.c for(lpc = unactiveResources; lpc != NULL; lpc = lpc->next) { lpc 737 tools/crm_resource_print.c pe_resource_t *rsc = (pe_resource_t *) lpc->data; lpc 399 tools/crm_resource_runtime.c GList *lpc = NULL; lpc 409 tools/crm_resource_runtime.c for (lpc = rsc->rsc_cons_lhs; lpc != NULL; lpc = lpc->next) { lpc 410 tools/crm_resource_runtime.c pcmk__colocation_t *cons = (pcmk__colocation_t *) lpc->data; lpc 737 tools/crm_resource_runtime.c GList *lpc = NULL; lpc 739 tools/crm_resource_runtime.c for (lpc = rsc->children; lpc != NULL; lpc = lpc->next) { lpc 740 tools/crm_resource_runtime.c pe_resource_t *child = (pe_resource_t *) lpc->data; lpc 752 tools/crm_resource_runtime.c GList *lpc = NULL; lpc 773 tools/crm_resource_runtime.c for (lpc = nodes; lpc != NULL; lpc = lpc->next) { lpc 774 tools/crm_resource_runtime.c node = (pe_node_t *) lpc->data; lpc 1039 tools/crm_resource_runtime.c int lpc = 0; lpc 1043 tools/crm_resource_runtime.c crm_trace("%s[%d]: %s", tag, lpc, (char*)item->data); lpc 1044 tools/crm_resource_runtime.c lpc++; lpc 1273 tools/crm_resource_runtime.c int lpc = 0; lpc 1397 tools/crm_resource_runtime.c for(lpc = 0; (lpc < step_timeout_s) && (list_delta != NULL); lpc++) { lpc 1467 tools/crm_resource_runtime.c for (lpc = 0; (lpc < step_timeout_s) && waiting_for_starts(list_delta, rsc, host); lpc++) { lpc 61 tools/crm_ticket.c int lpc = 0; lpc 65 tools/crm_ticket.c for (; lpc < 26; lpc++) { lpc 66 tools/crm_ticket.c if (date_str[lpc] == '\n') { lpc 67 tools/crm_ticket.c date_str[lpc] = 0; lpc 89 tools/crm_ticket.c int lpc = 0; lpc 95 tools/crm_ticket.c if (lpc > 0) { lpc 107 tools/crm_ticket.c lpc++;