lpc              1573 cib/callbacks.c         unsigned int lpc = 0;
lpc              1579 cib/callbacks.c         for (lpc = 0; lpc < membership->m_n_out; lpc++) {
lpc              1580 cib/callbacks.c             crm_update_ccm_node(membership, lpc + membership->m_out_idx, CRM_NODE_LOST,
lpc              1584 cib/callbacks.c         for (lpc = 0; lpc < membership->m_n_member; lpc++) {
lpc              1585 cib/callbacks.c             crm_update_ccm_node(membership, lpc + membership->m_memb_idx, CRM_NODE_MEMBER,
lpc               217 cib/common.c           int lpc = 0;
lpc               221 cib/common.c           for (lpc = 1; lpc < max_msg_types; lpc++) {
lpc               225 cib/common.c                   *value = lpc;
lpc               226 cib/common.c                   g_hash_table_insert(operation_hash, (gpointer) cib_server_ops[lpc].operation, value);
lpc               247 cib/common.c       int lpc = 0;
lpc               289 cib/common.c       for (lpc = 0; lpc < DIMOF(field_list); lpc++) {
lpc               290 cib/common.c           field = field_list[lpc];
lpc               296 cib/common.c       for (lpc = 0; with_data && lpc < DIMOF(data_list); lpc++) {
lpc               297 cib/common.c           field = data_list[lpc];
lpc               197 cib/io.c           int lpc = 0;
lpc               223 cib/io.c               lpc = scandir(cib_root, &namelist, cib_archive_filter, cib_archive_sort);
lpc               224 cib/io.c               if (lpc < 0) {
lpc               229 cib/io.c           while (root == NULL && lpc > 1) {
lpc               230 cib/io.c               crm_debug("Testing %d candidates", lpc);
lpc               232 cib/io.c               lpc--;
lpc               234 cib/io.c               filename = crm_strdup_printf("%s/%s", cib_root, namelist[lpc]->d_name);
lpc               245 cib/io.c               free(namelist[lpc]);
lpc               432 crmd/control.c             int lpc = 0;
lpc               434 crmd/control.c             while((g_main_context_pending(ctx) && lpc < 10)) {
lpc               435 crmd/control.c                 lpc++;
lpc               436 crmd/control.c                 crm_trace("Iteration %d", lpc);
lpc               162 crmd/heartbeat.c     int lpc;
lpc               175 crmd/heartbeat.c     for (lpc = 0; lpc < oc->m_n_member; lpc++) {
lpc               177 crmd/heartbeat.c                  oc->m_array[oc->m_memb_idx + lpc].node_uname,
lpc               178 crmd/heartbeat.c                  oc->m_array[oc->m_memb_idx + lpc].node_id,
lpc               179 crmd/heartbeat.c                  oc->m_array[oc->m_memb_idx + lpc].node_born_on);
lpc               181 crmd/heartbeat.c         if (safe_str_eq(fsa_our_uname, oc->m_array[oc->m_memb_idx + lpc].node_uname)) {
lpc               189 crmd/heartbeat.c     for (lpc = 0; lpc < (int)oc->m_n_in; lpc++) {
lpc               191 crmd/heartbeat.c                  oc->m_array[oc->m_in_idx + lpc].node_uname,
lpc               192 crmd/heartbeat.c                  oc->m_array[oc->m_in_idx + lpc].node_id,
lpc               193 crmd/heartbeat.c                  oc->m_array[oc->m_in_idx + lpc].node_born_on);
lpc               196 crmd/heartbeat.c     for (lpc = 0; lpc < (int)oc->m_n_out; lpc++) {
lpc               198 crmd/heartbeat.c                  oc->m_array[oc->m_out_idx + lpc].node_uname,
lpc               199 crmd/heartbeat.c                  oc->m_array[oc->m_out_idx + lpc].node_id,
lpc               200 crmd/heartbeat.c                  oc->m_array[oc->m_out_idx + lpc].node_born_on);
lpc               216 crmd/heartbeat.c     unsigned int lpc = 0;
lpc               243 crmd/heartbeat.c         for (lpc = 0; lpc < oc->m_n_out; lpc++) {
lpc               244 crmd/heartbeat.c             crm_update_ccm_node(oc, lpc + oc->m_out_idx, CRM_NODE_LOST, instance);
lpc               248 crmd/heartbeat.c         for (lpc = 0; lpc < oc->m_n_member; lpc++) {
lpc               249 crmd/heartbeat.c             crm_update_ccm_node(oc, lpc + oc->m_memb_idx, CRM_NODE_MEMBER, instance);
lpc               327 crmd/join_dc.c         int lpc = 0;
lpc               335 crmd/join_dc.c         for (lpc = 0; cmp == 0 && lpc < DIMOF(attributes); lpc++) {
lpc               336 crmd/join_dc.c             cmp = compare_int_fields(max_generation_xml, generation, attributes[lpc]);
lpc               543 crmd/lrm.c                 for (int lpc = 0; lpc < max; lpc++) {
lpc               544 crmd/lrm.c                     if (safe_str_eq(secure_terms[lpc], param->rap_name)) {
lpc               194 crmd/messages.c     GListPtr lpc = NULL;
lpc               196 crmd/messages.c     for (lpc = fsa_message_queue; lpc != NULL; lpc = lpc->next) {
lpc               197 crmd/messages.c         fsa_data_t *data = (fsa_data_t *) lpc->data;
lpc               230 crmd/pengine.c     int lpc = 0;
lpc               236 crmd/pengine.c     lpc = snprintf(xpath_string, xpath_max, "%.128s//%s//nvpair[@name='%.128s']",
lpc               238 crmd/pengine.c     CRM_LOG_ASSERT(lpc > 0);
lpc               244 crmd/pengine.c     for (lpc = 0; lpc < max; lpc++) {
lpc               245 crmd/pengine.c         xmlNode *match = getXpathResult(xpathObj, lpc);
lpc                71 crmd/te_callbacks.c     int lpc, max;
lpc               114 crmd/te_callbacks.c     for (lpc = 0; lpc < max; lpc++) {
lpc               115 crmd/te_callbacks.c         xmlNode *attr = getXpathResult(xpathObj, lpc);
lpc               186 crmd/te_callbacks.c         int lpc = 0, max = numXpathResults(xpathObj);
lpc               188 crmd/te_callbacks.c         for (lpc = 0; lpc < max; lpc++) {
lpc               189 crmd/te_callbacks.c             xmlNode *rsc_op = getXpathResult(xpathObj, lpc);
lpc               200 crmd/te_callbacks.c     for (lpc = 0; lpc < max; lpc++) {
lpc               205 crmd/te_callbacks.c         xmlNode *match = getXpathResult(xpathObj, lpc);
lpc               608 crmd/te_callbacks.c             int lpc = 0, max = numXpathResults(xpathObj);
lpc               610 crmd/te_callbacks.c             for (lpc = 0; lpc < max; lpc++) {
lpc               611 crmd/te_callbacks.c                 xmlNode *rsc_op = getXpathResult(xpathObj, lpc);
lpc               129 crmd/te_utils.c     GListPtr lpc = NULL;
lpc               137 crmd/te_utils.c     for (lpc = graph->synapses; lpc != NULL; lpc = lpc->next) {
lpc               139 crmd/te_utils.c         synapse_t *synapse = (synapse_t *) lpc->data;
lpc               395 crmd/te_utils.c     int lpc = 0;
lpc               407 crmd/te_utils.c     for (lpc = 0; lpc < 30; lpc++) {
lpc               532 fencing/commands.c     int last = 0, lpc = 0, max = 0, added = 0;
lpc               540 fencing/commands.c     for (; lpc <= max; lpc++) {
lpc               541 fencing/commands.c         switch (hostmap[lpc]) {
lpc               545 fencing/commands.c                 if (lpc > last) {
lpc               547 fencing/commands.c                     name = calloc(1, 1 + lpc - last);
lpc               548 fencing/commands.c                     memcpy(name, hostmap + last, lpc - last);
lpc               550 fencing/commands.c                 last = lpc + 1;
lpc               562 fencing/commands.c                     value = calloc(1, 1 + lpc - last);
lpc               563 fencing/commands.c                     memcpy(value, hostmap + last, lpc - last);
lpc               574 fencing/commands.c                 } else if (lpc > last) {
lpc               575 fencing/commands.c                     crm_debug("Parse error at offset %d near '%s'", lpc - last, hostmap + last);
lpc               578 fencing/commands.c                 last = lpc + 1;
lpc               582 fencing/commands.c         if (hostmap[lpc] == 0) {
lpc               598 fencing/commands.c     int lpc = 0;
lpc               613 fencing/commands.c     for (lpc = 0; lpc <= max && isspace(line[lpc]); lpc++) {
lpc               614 fencing/commands.c         last = lpc + 1;
lpc               618 fencing/commands.c     for (lpc = 0; lpc <= max; lpc++) {
lpc               619 fencing/commands.c         gboolean a_space = isspace(line[lpc]);
lpc               621 fencing/commands.c         if (a_space && lpc < max && isspace(line[lpc + 1])) {
lpc               624 fencing/commands.c         } else if (a_space || line[lpc] == ',' || line[lpc] == ';' || line[lpc] == 0) {
lpc               628 fencing/commands.c             if (lpc != last) {
lpc               629 fencing/commands.c                 entry = calloc(1, 1 + lpc - last);
lpc               636 fencing/commands.c                 crm_warn("Could not parse (%d %d): %s", last, lpc, line + last);
lpc               644 fencing/commands.c             last = lpc + 1;
lpc               652 fencing/commands.c     int lpc = 0;
lpc               662 fencing/commands.c     for (lpc = 0; lpc <= max; lpc++) {
lpc               663 fencing/commands.c         if (hosts[lpc] == '\n' || hosts[lpc] == 0) {
lpc               665 fencing/commands.c             int len = lpc - last;
lpc               678 fencing/commands.c             last = lpc + 1;
lpc               768 fencing/commands.c     int lpc = 0;
lpc               782 fencing/commands.c     for (lpc = 0; lpc < max; lpc++) {
lpc               785 fencing/commands.c         xmlNode *match = getXpathResult(xpath, lpc);
lpc               993 fencing/commands.c     int lpc = 0;
lpc               996 fencing/commands.c     for (lpc = 0; lpc < max; lpc++) {
lpc               997 fencing/commands.c         const char *value = g_list_nth_data(list, lpc);
lpc              1002 fencing/commands.c             crm_trace("%d: '%s' != '%s'", lpc, item, value);
lpc              1235 fencing/commands.c     int lpc = 0;
lpc              1238 fencing/commands.c     for (lpc = 0; lpc < ST_LEVEL_MAX; lpc++) {
lpc              1239 fencing/commands.c         if (tp->levels[lpc] != NULL) {
lpc              1251 fencing/commands.c     int lpc = 0;
lpc              1253 fencing/commands.c     for (lpc = 0; lpc < ST_LEVEL_MAX; lpc++) {
lpc              1254 fencing/commands.c         if (tp->levels[lpc] != NULL) {
lpc              1255 fencing/commands.c             g_list_free_full(tp->levels[lpc], free);
lpc              1318 fencing/commands.c     int lpc = 0;
lpc              1328 fencing/commands.c     for (lpc = 0; lpc <= max; lpc++) {
lpc              1329 fencing/commands.c         if (devices[lpc] == ',' || devices[lpc] == 0) {
lpc              1332 fencing/commands.c             line = calloc(1, 2 + lpc - last);
lpc              1333 fencing/commands.c             snprintf(line, 1 + lpc - last, "%s", devices + last);
lpc              1337 fencing/commands.c             last = lpc + 1;
lpc              1854 fencing/commands.c     GListPtr lpc = NULL;
lpc              1859 fencing/commands.c     for (lpc = devices; lpc != NULL; lpc = lpc->next) {
lpc              1860 fencing/commands.c         stonith_device_t *device = g_hash_table_lookup(device_list, lpc->data);
lpc              2315 fencing/commands.c     int lpc = 0;
lpc              2339 fencing/commands.c     for (lpc = 0; lpc < DIMOF(names); lpc++) {
lpc              2340 fencing/commands.c         name = names[lpc];
lpc               446 fencing/main.c     int max = numXpathResults(xpathObj), lpc = 0;
lpc               448 fencing/main.c     for (lpc = 0; lpc < max; lpc++) {
lpc               451 fencing/main.c         xmlNode *match = getXpathResult(xpathObj, lpc);
lpc               495 fencing/main.c     int max = numXpathResults(xpathObj), lpc = 0;
lpc               497 fencing/main.c     for (lpc = 0; lpc < max; lpc++) {
lpc               498 fencing/main.c         xmlNode *match = getXpathResult(xpathObj, lpc);
lpc               524 fencing/main.c     int max = numXpathResults(xpathObj), lpc = 0;
lpc               526 fencing/main.c     for (lpc = 0; lpc < max; lpc++) {
lpc               527 fencing/main.c         xmlNode *match = getXpathResult(xpathObj, lpc);
lpc               818 fencing/main.c         int max = numXpathResults(xpath_obj), lpc = 0;
lpc               824 fencing/main.c         for (lpc = 0; lpc < max; lpc++) {
lpc               825 fencing/main.c             xmlNode *match = getXpathResult(xpath_obj, lpc);
lpc               842 fencing/main.c         int max = numXpathResults(xpath_obj), lpc = 0;
lpc               844 fencing/main.c         for (lpc = 0; lpc < max; lpc++) {
lpc               847 fencing/main.c             xmlNode *match = getXpathResult(xpath_obj, lpc);
lpc              1289 fencing/main.c     int lpc = 0;
lpc              1410 fencing/main.c         for (lpc = 0; lpc < DIMOF(actions); lpc++) {
lpc              1411 fencing/main.c             printf("  <parameter name=\"pcmk_%s_action\" unique=\"0\">\n", actions[lpc]);
lpc              1414 fencing/main.c                  actions[lpc]);
lpc              1418 fencing/main.c                  actions[lpc]);
lpc              1419 fencing/main.c             printf("    <content type=\"string\" default=\"%s\"/>\n", actions[lpc]);
lpc              1422 fencing/main.c             printf("  <parameter name=\"pcmk_%s_timeout\" unique=\"0\">\n", actions[lpc]);
lpc              1425 fencing/main.c                  actions[lpc]);
lpc              1429 fencing/main.c                  actions[lpc]);
lpc              1433 fencing/main.c             printf("  <parameter name=\"pcmk_%s_retries\" unique=\"0\">\n", actions[lpc]);
lpc              1436 fencing/main.c                  actions[lpc]);
lpc              1440 fencing/main.c                    "</longdesc>\n", actions[lpc]);
lpc               680 fencing/remote.c     GListPtr lpc = NULL;
lpc               686 fencing/remote.c     for (lpc = devices; lpc != NULL; lpc = lpc->next) {
lpc               687 fencing/remote.c         op->devices_list = g_list_append(op->devices_list, strdup(lpc->data));
lpc                83 include/portability.h     int lpc;                    /* internal loop counter inside g_hash_table_find */
lpc               114 include/portability.h     if (iter->lpc++ == iter->nth) {
lpc               127 include/portability.h     iter->lpc = 0;
lpc               137 include/portability.h     iter->lpc = 0;
lpc               148 lib/ais/plugin.c     int lpc = 0;
lpc               155 lib/ais/plugin.c     for (lpc = 0; lpc < SIZEOF(pcmk_children); lpc++) {
lpc               156 lib/ais/plugin.c         if (pcmk_children[lpc].pid != 0) {
lpc               157 lib/ais/plugin.c             procs |= pcmk_children[lpc].flag;
lpc               424 lib/ais/plugin.c         int lpc = 0;
lpc               426 lib/ais/plugin.c         for (; lpc < SIZEOF(pcmk_children); lpc++) {
lpc               427 lib/ais/plugin.c             if (crm_proc_mgmtd & pcmk_children[lpc].flag) {
lpc               429 lib/ais/plugin.c                 pcmk_children[lpc].start_seq = 0;
lpc               453 lib/ais/plugin.c         int lpc = 0;
lpc               455 lib/ais/plugin.c         for (; lpc < SIZEOF(pcmk_children); lpc++) {
lpc               456 lib/ais/plugin.c             if (pcmk_children[lpc].pid > 0) {
lpc               458 lib/ais/plugin.c                 pid_t pid = wait4(pcmk_children[lpc].pid, &status, WNOHANG, NULL);
lpc               464 lib/ais/plugin.c                     ais_perror("Call to wait4(%s) failed", pcmk_children[lpc].name);
lpc               469 lib/ais/plugin.c                 pcmk_children[lpc].pid = 0;
lpc               470 lib/ais/plugin.c                 pcmk_children[lpc].conn = NULL;
lpc               471 lib/ais/plugin.c                 pcmk_children[lpc].async_conn = NULL;
lpc               478 lib/ais/plugin.c                             pcmk_children[lpc].name, sig, pid,
lpc               485 lib/ais/plugin.c                                "Child process %s exited (pid=%d, rc=%d)", pcmk_children[lpc].name,
lpc               490 lib/ais/plugin.c                                    " to be respawned", pcmk_children[lpc].name);
lpc               491 lib/ais/plugin.c                         pcmk_children[lpc].respawn = FALSE;
lpc               505 lib/ais/plugin.c                 pcmk_children[lpc].respawn_count += 1;
lpc               506 lib/ais/plugin.c                 if (pcmk_children[lpc].respawn_count > MAX_RESPAWN) {
lpc               507 lib/ais/plugin.c                     ais_err("Child respawn count exceeded by %s", pcmk_children[lpc].name);
lpc               508 lib/ais/plugin.c                     pcmk_children[lpc].respawn = FALSE;
lpc               510 lib/ais/plugin.c                 if (pcmk_children[lpc].respawn) {
lpc               511 lib/ais/plugin.c                     ais_notice("Respawning failed child process: %s", pcmk_children[lpc].name);
lpc               512 lib/ais/plugin.c                     spawn_child(&(pcmk_children[lpc]));
lpc               576 lib/ais/plugin.c     int lpc = 0;
lpc               667 lib/ais/plugin.c             for (lpc = 0; lpc < max; lpc++) {
lpc               668 lib/ais/plugin.c                 if (start_seq == pcmk_children[lpc].start_seq) {
lpc               669 lib/ais/plugin.c                     spawn_child(&(pcmk_children[lpc]));
lpc               725 lib/ais/plugin.c     int lpc = 0;
lpc               744 lib/ais/plugin.c         for (lpc = 0; lpc < joined_list_entries; lpc++) {
lpc               746 lib/ais/plugin.c             uint32_t nodeid = joined_list[lpc];
lpc               750 lib/ais/plugin.c         for (lpc = 0; lpc < member_list_entries; lpc++) {
lpc               752 lib/ais/plugin.c             uint32_t nodeid = member_list[lpc];
lpc               756 lib/ais/plugin.c         for (lpc = 0; lpc < left_list_entries; lpc++) {
lpc               758 lib/ais/plugin.c             uint32_t nodeid = left_list[lpc];
lpc               765 lib/ais/plugin.c     for (lpc = 0; lpc < joined_list_entries; lpc++) {
lpc               767 lib/ais/plugin.c         uint32_t nodeid = joined_list[lpc];
lpc               783 lib/ais/plugin.c     for (lpc = 0; lpc < member_list_entries; lpc++) {
lpc               785 lib/ais/plugin.c         uint32_t nodeid = member_list[lpc];
lpc               792 lib/ais/plugin.c     for (lpc = 0; lpc < left_list_entries; lpc++) {
lpc               794 lib/ais/plugin.c         uint32_t nodeid = left_list[lpc];
lpc               828 lib/ais/plugin.c     int lpc = 0;
lpc               832 lib/ais/plugin.c     for (; lpc < SIZEOF(pcmk_children); lpc++) {
lpc               833 lib/ais/plugin.c         if (pcmk_children[lpc].conn == conn) {
lpc               836 lib/ais/plugin.c                 pcmk_children[lpc].pid = 0;
lpc               838 lib/ais/plugin.c             pcmk_children[lpc].conn = NULL;
lpc               839 lib/ais/plugin.c             pcmk_children[lpc].async_conn = NULL;
lpc               840 lib/ais/plugin.c             client = pcmk_children[lpc].name;
lpc              1066 lib/ais/plugin.c     int lpc = 0;
lpc              1097 lib/ais/plugin.c         for (lpc = max - 1; lpc >= 0; lpc--) {
lpc              1098 lib/ais/plugin.c             if (phase != pcmk_children[lpc].start_seq) {
lpc              1102 lib/ais/plugin.c             if (pcmk_children[lpc].pid) {
lpc              1107 lib/ais/plugin.c                 if (pcmk_children[lpc].respawn) {
lpc              1110 lib/ais/plugin.c                     pcmk_children[lpc].respawn = FALSE;
lpc              1111 lib/ais/plugin.c                     stop_child(&(pcmk_children[lpc]), SIGTERM);
lpc              1114 lib/ais/plugin.c                 pid = wait4(pcmk_children[lpc].pid, &status, WNOHANG, NULL);
lpc              1117 lib/ais/plugin.c                                pcmk_children[lpc].name, pcmk_children[lpc].pid);
lpc              1124 lib/ais/plugin.c                                    pcmk_children[lpc].name, pcmk_children[lpc].pid,
lpc              1125 lib/ais/plugin.c                                    pcmk_children[lpc].start_seq);
lpc              1128 lib/ais/plugin.c                                     pcmk_children[lpc].name);
lpc              1129 lib/ais/plugin.c                             stop_child(&(pcmk_children[lpc]), SIGKILL);
lpc              1138 lib/ais/plugin.c             ais_notice("%s confirmed stopped", pcmk_children[lpc].name);
lpc              1139 lib/ais/plugin.c             pcmk_children[lpc].async_conn = NULL;
lpc              1140 lib/ais/plugin.c             pcmk_children[lpc].conn = NULL;
lpc              1141 lib/ais/plugin.c             pcmk_children[lpc].pid = 0;
lpc              1394 lib/ais/plugin.c             int lpc = 0;
lpc              1399 lib/ais/plugin.c             for (lpc = (str_size - 10); lpc < msg->size; lpc++) {
lpc              1400 lib/ais/plugin.c                 if (lpc < 0) {
lpc              1401 lib/ais/plugin.c                     lpc = 0;
lpc              1403 lib/ais/plugin.c                 ais_trace("bad_data[%d]: %d / '%c'", lpc, data[lpc], data[lpc]);
lpc               138 lib/ais/utils.c     int lpc = 0;
lpc               218 lib/ais/utils.c         for (; lpc < oflimits.rlim_cur; lpc++) {
lpc               219 lib/ais/utils.c             close(lpc);
lpc               786 lib/cib/cib_file.c     int lpc = 0;
lpc               805 lib/cib/cib_file.c     for (lpc = 0; lpc < max_msg_types; lpc++) {
lpc               806 lib/cib/cib_file.c         if (safe_str_eq(op, cib_file_ops[lpc].op)) {
lpc               807 lib/cib/cib_file.c             fn = &(cib_file_ops[lpc].fn);
lpc               808 lib/cib/cib_file.c             query = cib_file_ops[lpc].read_only;
lpc               366 lib/cib/cib_ops.c         int max = 0, lpc;
lpc               374 lib/cib/cib_ops.c         for (lpc = 0; lpc < max; lpc++) {
lpc               375 lib/cib/cib_ops.c             xmlNode *match = getXpathResult(xpathObj, lpc);
lpc               424 lib/cib/cib_ops.c         int last = 0, lpc = 0, len = 0;
lpc               427 lib/cib/cib_ops.c         while (lpc <= len) {
lpc               428 lib/cib/cib_ops.c             if (replace[lpc] == ',' || replace[lpc] == 0) {
lpc               431 lib/cib/cib_ops.c                 if (last == lpc) {
lpc               433 lib/cib/cib_ops.c                     last = lpc + 1;
lpc               437 lib/cib/cib_ops.c                 replace_item = calloc(1, lpc - last + 1);
lpc               438 lib/cib/cib_ops.c                 memcpy(replace_item, replace + last, lpc - last);
lpc               448 lib/cib/cib_ops.c                 last = lpc + 1;
lpc               451 lib/cib/cib_ops.c             lpc++;
lpc               610 lib/cib/cib_ops.c     int lpc = 0, max = 0;
lpc               644 lib/cib/cib_ops.c     for (lpc = 0; lpc < max; lpc++) {
lpc               645 lib/cib/cib_ops.c         xmlNode *top = getXpathResult(xpathObj, lpc);
lpc               683 lib/cib/cib_ops.c     int lpc = 0;
lpc               717 lib/cib/cib_ops.c     for (lpc = 0; lpc < max; lpc++) {
lpc               719 lib/cib/cib_ops.c         xmlNode *match = getXpathResult(xpathObj, lpc);
lpc                68 lib/cib/cib_utils.c     int lpc = 0;
lpc                79 lib/cib/cib_utils.c     for (lpc = 0; lpc < DIMOF(attributes); lpc++) {
lpc                83 lib/cib/cib_utils.c         const char *elem_l = crm_element_value(left, attributes[lpc]);
lpc                86 lib/cib/cib_utils.c             elem_r = crm_element_value(right, attributes[lpc]);
lpc                97 lib/cib/cib_utils.c             crm_trace("%s (%s < %s)", attributes[lpc], crm_str(elem_l), crm_str(elem_r));
lpc               101 lib/cib/cib_utils.c             crm_trace("%s (%s > %s)", attributes[lpc], crm_str(elem_l), crm_str(elem_r));
lpc               203 lib/cib/cib_utils.c     int lpc = 0;
lpc               206 lib/cib/cib_utils.c     for (; lpc < max; lpc++) {
lpc               207 lib/cib/cib_utils.c         if ((object_type == NULL && known_paths[lpc].name == NULL)
lpc               208 lib/cib/cib_utils.c             || safe_str_eq(object_type, known_paths[lpc].name)) {
lpc               209 lib/cib/cib_utils.c             return known_paths[lpc].path;
lpc               218 lib/cib/cib_utils.c     int lpc = 0;
lpc               221 lib/cib/cib_utils.c     for (; lpc < max; lpc++) {
lpc               222 lib/cib/cib_utils.c         if (safe_str_eq(object_type, known_paths[lpc].name)) {
lpc               223 lib/cib/cib_utils.c             return known_paths[lpc].parent;
lpc                54 lib/cluster/corosync.c     int lpc = 0;
lpc                94 lib/cluster/corosync.c         key = crm_strdup_printf("nodelist.node.%d.nodeid", lpc);
lpc               104 lib/cluster/corosync.c             crm_trace("Searching for node name for %u in nodelist.node.%d %s", nodeid, lpc, name);
lpc               106 lib/cluster/corosync.c                 key = crm_strdup_printf("nodelist.node.%d.ring0_addr", lpc);
lpc               118 lib/cluster/corosync.c                 key = crm_strdup_printf("nodelist.node.%d.name", lpc);
lpc               126 lib/cluster/corosync.c         lpc++;
lpc               408 lib/cluster/corosync.c             int lpc = 0;
lpc               413 lib/cluster/corosync.c             for (lpc = (str_size - 10); lpc < msg->size; lpc++) {
lpc               414 lib/cluster/corosync.c                 if (lpc < 0) {
lpc               415 lib/cluster/corosync.c                     lpc = 0;
lpc               417 lib/cluster/corosync.c                 crm_debug("bad_data[%d]: %d / '%c'", lpc, data[lpc], data[lpc]);
lpc               488 lib/cluster/corosync.c     int lpc = 0;
lpc               512 lib/cluster/corosync.c     for (lpc = 0; TRUE; lpc++) {
lpc               517 lib/cluster/corosync.c         key = crm_strdup_printf("nodelist.node.%d.nodeid", lpc);
lpc               543 lib/cluster/corosync.c             crm_trace("Initializing node[%d] %u = %s", lpc, nodeid, name);
lpc                44 lib/cluster/heartbeat.c convert_ha_field(xmlNode * parent, void *msg_v, int lpc)
lpc                62 lib/cluster/heartbeat.c     name = msg->names[lpc];
lpc                67 lib/cluster/heartbeat.c             convert_ha_message(parent, msg->values[lpc], name);
lpc                74 lib/cluster/heartbeat.c             value = msg->values[lpc];
lpc               153 lib/cluster/heartbeat.c     int lpc = 0;
lpc               179 lib/cluster/heartbeat.c     for (lpc = 0; lpc < msg->nfields; lpc++) {
lpc               180 lib/cluster/heartbeat.c         convert_ha_field(child, msg, lpc);
lpc               356 lib/cluster/legacy.c     int rc = 0, lpc = 0, node_count = 0;
lpc               390 lib/cluster/legacy.c             for (lpc = 0; lpc < node_count; lpc++) {
lpc               394 lib/cluster/legacy.c                 if (cman_nodes[lpc].cn_nodeid == 0) {
lpc               400 lib/cluster/legacy.c                 if(valid_cman_name(cman_nodes[lpc].cn_name, cman_nodes[lpc].cn_nodeid)) {
lpc               401 lib/cluster/legacy.c                     name = cman_nodes[lpc].cn_name;
lpc               404 lib/cluster/legacy.c                 peer = crm_get_peer(cman_nodes[lpc].cn_nodeid, name);
lpc               405 lib/cluster/legacy.c                 if(cman_nodes[lpc].cn_member) {
lpc               761 lib/cluster/legacy.c             int lpc = 0;
lpc               766 lib/cluster/legacy.c             for (lpc = (str_size - 10); lpc < msg->size; lpc++) {
lpc               767 lib/cluster/legacy.c                 if (lpc < 0) {
lpc               768 lib/cluster/legacy.c                     lpc = 0;
lpc               770 lib/cluster/legacy.c                 crm_debug("bad_data[%d]: %d / '%c'", lpc, data[lpc], data[lpc]);
lpc               204 lib/common/iso8601.c     int lpc;
lpc               206 lib/common/iso8601.c     for (lpc = 1; lpc < m; lpc++) {
lpc               207 lib/common/iso8601.c         d += crm_time_days_in_month(lpc, y);
lpc               272 lib/common/iso8601.c     int lpc;
lpc               278 lib/common/iso8601.c     for (lpc = 1; lpc < utc->years; lpc++) {
lpc               279 lib/common/iso8601.c         int dmax = year_days(lpc);
lpc               776 lib/common/iso8601.c     int lpc = 0;
lpc               806 lib/common/iso8601.c     for (; (fraction || lpc < field_width) && isdigit((int)str[offset]); lpc++) {
lpc               808 lib/common/iso8601.c             intermediate = (str[offset] - '0') / (10 ^ lpc);
lpc               825 lib/common/iso8601.c     if (lpc > 0) {
lpc               826 lib/common/iso8601.c         crm_trace("Found int: %d.  Stopped at str[%d]='%c'", *result, lpc, str[lpc]);
lpc              1225 lib/common/iso8601.c     int lpc;
lpc              1232 lib/common/iso8601.c         for (lpc = extra; lpc > 0; lpc--) {
lpc              1240 lib/common/iso8601.c         for (lpc = -extra; lpc > 0; lpc--) {
lpc               366 lib/common/logging.c     int lpc = 0;
lpc               381 lib/common/logging.c         for (lpc = QB_LOG_BLACKBOX; lpc < QB_LOG_TARGET_MAX; lpc++) {
lpc               382 lib/common/logging.c             qb_log_ctl(lpc, QB_LOG_CONF_FILE_SYNC, QB_TRUE);
lpc               407 lib/common/logging.c         for (lpc = QB_LOG_BLACKBOX; lpc < QB_LOG_TARGET_MAX; lpc++) {
lpc               408 lib/common/logging.c             qb_log_ctl(lpc, QB_LOG_CONF_FILE_SYNC, QB_FALSE);
lpc               547 lib/common/logging.c     int lpc = 0;
lpc               586 lib/common/logging.c     for (lpc = QB_LOG_SYSLOG; lpc < QB_LOG_TARGET_MAX; lpc++) {
lpc               587 lib/common/logging.c         crm_log_filter_source(lpc, trace_files, trace_fns, trace_fmts, trace_tags, trace_blackbox,
lpc               666 lib/common/logging.c     int lpc;
lpc               668 lib/common/logging.c     for (lpc = 0; name != NULL && p_names[lpc].name != NULL; lpc++) {
lpc               669 lib/common/logging.c         if (crm_str_eq(p_names[lpc].name, name, TRUE)) {
lpc               670 lib/common/logging.c             return p_names[lpc].priority;
lpc               712 lib/common/logging.c     int lpc = 0;
lpc               750 lib/common/logging.c         for (lpc = QB_LOG_SYSLOG; lpc < QB_LOG_TARGET_MAX; lpc++) {
lpc               751 lib/common/logging.c             qb_log_ctl(lpc, QB_LOG_CONF_THREADED, QB_FALSE);
lpc               752 lib/common/logging.c             set_format_string(lpc, crm_system_name);
lpc               951 lib/common/logging.c     int lpc = 0;
lpc               965 lib/common/logging.c     for (; lpc < argc; lpc++) {
lpc               966 lib/common/logging.c         if (argv[lpc] == NULL) {
lpc               970 lib/common/logging.c         len = 2 + strlen(argv[lpc]);    /* +1 space, +1 EOS */
lpc               972 lib/common/logging.c         existing_len += sprintf(arg_string + existing_len, "%s ", argv[lpc]);
lpc               299 lib/common/operations.c     int lpc = 0;
lpc               310 lib/common/operations.c     for (lpc = 0; lpc < DIMOF(attr_filter); lpc++) {
lpc               311 lib/common/operations.c         xml_remove_prop(param_set, attr_filter[lpc]);
lpc               313 lib/common/remote.c     int lpc = 0;
lpc               316 lib/common/remote.c     for(; lpc < iovs; lpc++) {
lpc               320 lib/common/remote.c             rc = crm_send_tls(remote->tls_session, iov[lpc].iov_base, iov[lpc].iov_len);
lpc               325 lib/common/remote.c             rc = crm_send_plaintext(remote->tcp_socket, iov[lpc].iov_base, iov[lpc].iov_len);
lpc               105 lib/common/schemas.c         int lpc = 0;
lpc               108 lib/common/schemas.c         for (lpc = best; lpc > 0; lpc--) {
lpc               109 lib/common/schemas.c             if (known_schemas[lpc].version.v[0]
lpc               113 lib/common/schemas.c                 best = lpc;
lpc               275 lib/common/schemas.c     int lpc, max;
lpc               295 lib/common/schemas.c         for (lpc = 0; lpc < max; lpc++) {
lpc               300 lib/common/schemas.c             if (!version_from_filename(namelist[lpc]->d_name, &version)) {
lpc               303 lib/common/schemas.c                         namelist[lpc]->d_name);
lpc               304 lib/common/schemas.c                 free(namelist[lpc]);
lpc               307 lib/common/schemas.c             if ((lpc + 1) < max) {
lpc               310 lib/common/schemas.c                 if (version_from_filename(namelist[lpc+1]->d_name, &next_version)
lpc               334 lib/common/schemas.c             free(namelist[lpc]);
lpc               514 lib/common/schemas.c     int lpc;
lpc               517 lib/common/schemas.c     for (lpc = 0; lpc < xml_schema_max; lpc++) {
lpc               519 lib/common/schemas.c         switch (known_schemas[lpc].validator) {
lpc               524 lib/common/schemas.c                 ctx = (relaxng_ctx_cache_t *) known_schemas[lpc].cache;
lpc               538 lib/common/schemas.c                 known_schemas[lpc].cache = NULL;
lpc               541 lib/common/schemas.c         free(known_schemas[lpc].name);
lpc               542 lib/common/schemas.c         free(known_schemas[lpc].location);
lpc               543 lib/common/schemas.c         free(known_schemas[lpc].transform);
lpc               659 lib/common/schemas.c         int lpc = 0;
lpc               670 lib/common/schemas.c         for (lpc = 0; lpc < xml_schema_max; lpc++) {
lpc               671 lib/common/schemas.c             if (validate_with(xml_blob, lpc, FALSE)) {
lpc               674 lib/common/schemas.c                             known_schemas[lpc].name);
lpc               675 lib/common/schemas.c                 crm_info("XML validated against %s", known_schemas[lpc].name);
lpc               676 lib/common/schemas.c                 if(known_schemas[lpc].after_transform == 0) {
lpc               768 lib/common/schemas.c     int lpc = 0;
lpc               773 lib/common/schemas.c     for (; lpc < xml_schema_max; lpc++) {
lpc               774 lib/common/schemas.c         if (safe_str_eq(name, known_schemas[lpc].name)) {
lpc               775 lib/common/schemas.c             return lpc;
lpc               789 lib/common/schemas.c     int lpc = 0, match = -1, rc = pcmk_ok;
lpc               804 lib/common/schemas.c         lpc = match;
lpc               805 lib/common/schemas.c         if (lpc >= 0 && transform == FALSE) {
lpc               806 lib/common/schemas.c             *best = lpc++;
lpc               808 lib/common/schemas.c         } else if (lpc < 0) {
lpc               810 lib/common/schemas.c             lpc = 0;
lpc               821 lib/common/schemas.c     while (lpc <= max_stable_schemas) {
lpc               823 lib/common/schemas.c                   known_schemas[lpc].name ? known_schemas[lpc].name : "<unset>",
lpc               824 lib/common/schemas.c                   lpc, max_stable_schemas);
lpc               826 lib/common/schemas.c         if (validate_with(xml, lpc, to_logs) == FALSE) {
lpc               829 lib/common/schemas.c                          known_schemas[lpc].name);
lpc               833 lib/common/schemas.c                           known_schemas[lpc].name ? known_schemas[lpc].name : "<unset>");
lpc               851 lib/common/schemas.c             *best = lpc;
lpc               856 lib/common/schemas.c             next = known_schemas[lpc].after_transform;
lpc               858 lib/common/schemas.c             if (next <= lpc) {
lpc               860 lib/common/schemas.c                 crm_trace("Stopping at %s", known_schemas[lpc].name);
lpc               863 lib/common/schemas.c             } else if (max > 0 && (lpc == max || next > max)) {
lpc               865 lib/common/schemas.c                           known_schemas[lpc].name, lpc, next, max);
lpc               868 lib/common/schemas.c             } else if (known_schemas[lpc].transform == NULL) {
lpc               870 lib/common/schemas.c                            known_schemas[lpc].name, known_schemas[next].name);
lpc               872 lib/common/schemas.c                 lpc = next;
lpc               876 lib/common/schemas.c                            known_schemas[lpc].name, known_schemas[next].name,
lpc               877 lib/common/schemas.c                            known_schemas[lpc].transform ? known_schemas[lpc].transform : "no-op");
lpc               880 lib/common/schemas.c                 upgrade = apply_transformation(xml, known_schemas[lpc].transform, to_logs);
lpc               884 lib/common/schemas.c                             known_schemas[lpc].transform);
lpc               889 lib/common/schemas.c                              known_schemas[lpc].transform);
lpc               890 lib/common/schemas.c                     lpc = next;
lpc               898 lib/common/schemas.c                             known_schemas[lpc].transform);
lpc               909 lib/common/schemas.c             lpc++;
lpc               360 lib/common/utils.c     for (int lpc = 0; lpc < len; lpc++) {
lpc               361 lib/common/utils.c         if (safe_str_eq(name, option_list[lpc].name)) {
lpc               363 lib/common/utils.c                                    option_list[lpc].is_valid,
lpc               364 lib/common/utils.c                                    option_list[lpc].name,
lpc               365 lib/common/utils.c                                    option_list[lpc].alt_name,
lpc               366 lib/common/utils.c                                    option_list[lpc].default_value);
lpc               378 lib/common/utils.c     int lpc = 0;
lpc               388 lib/common/utils.c     for (lpc = 0; lpc < len; lpc++) {
lpc               389 lib/common/utils.c         if (option_list[lpc].description_long == NULL && option_list[lpc].description_short == NULL) {
lpc               397 lib/common/utils.c                 option_list[lpc].name,
lpc               398 lib/common/utils.c                 option_list[lpc].description_short,
lpc               399 lib/common/utils.c                 option_list[lpc].type,
lpc               400 lib/common/utils.c                 option_list[lpc].default_value,
lpc               401 lib/common/utils.c                 option_list[lpc].description_long ? option_list[lpc].
lpc               402 lib/common/utils.c                 description_long : option_list[lpc].description_short,
lpc               403 lib/common/utils.c                 option_list[lpc].values ? "  Allowed values: " : "",
lpc               404 lib/common/utils.c                 option_list[lpc].values ? option_list[lpc].values : "");
lpc               412 lib/common/utils.c     int lpc = 0;
lpc               414 lib/common/utils.c     for (lpc = 0; lpc < len; lpc++) {
lpc               416 lib/common/utils.c                        option_list[lpc].is_valid,
lpc               417 lib/common/utils.c                        option_list[lpc].name,
lpc               418 lib/common/utils.c                        option_list[lpc].alt_name, option_list[lpc].default_value);
lpc               489 lib/common/utils.c     int lpc = 0;
lpc               510 lib/common/utils.c         lpc++;
lpc               552 lib/common/utils.c         crm_trace("%s == %s (%d)", version1, version2, lpc);
lpc               554 lib/common/utils.c         crm_trace("%s < %s (%d)", version1, version2, lpc);
lpc               556 lib/common/utils.c         crm_trace("%s > %s (%d)", version1, version2, lpc);
lpc               929 lib/common/utils.c     int lpc = 0;
lpc               938 lib/common/utils.c     for (; lpc < max; lpc++) {
lpc               939 lib/common/utils.c         switch (crm_name[lpc]) {
lpc               941 lib/common/utils.c                 crm_name[lpc] = '_';
lpc               969 lib/common/utils.c     int index = 0, lpc = 0;
lpc               985 lib/common/utils.c     for (lpc = 0; long_options[lpc].name != NULL; lpc++) {
lpc               986 lib/common/utils.c         if (long_options[lpc].name[0] == '-') {
lpc               993 lib/common/utils.c         long_opts[index].name = long_options[lpc].name;
lpc               994 lib/common/utils.c         long_opts[index].has_arg = long_options[lpc].has_arg;
lpc               995 lib/common/utils.c         long_opts[index].flag = long_options[lpc].flag;
lpc               996 lib/common/utils.c         long_opts[index].val = long_options[lpc].val;
lpc              1019 lib/common/utils.c         int lpc = 0;
lpc              1023 lib/common/utils.c         for (lpc = 0; long_options[lpc].name != NULL; lpc++) {
lpc              1024 lib/common/utils.c             if (long_options[lpc].val && long_options[lpc].val != '-' && long_options[lpc].val < UCHAR_MAX) {
lpc              1026 lib/common/utils.c                 local_short_options[opt_string_len++] = long_options[lpc].val;
lpc              1028 lib/common/utils.c                 if (long_options[lpc].has_arg == optional_argument) {
lpc              1031 lib/common/utils.c                 if (long_options[lpc].has_arg >= required_argument) {
lpc              1426 lib/common/utils.c     int lpc = 0, len = 0;
lpc              1439 lib/common/utils.c         for (lpc = 0; lpc < MD5_DIGEST_SIZE; lpc++) {
lpc              1440 lib/common/utils.c             sprintf(digest + (2 * lpc), "%02x", raw_digest[lpc]);
lpc               554 lib/common/xml.c         int max = 0, lpc = 0;
lpc               560 lib/common/xml.c         for(lpc = 0; lpc < max; lpc++) {
lpc               561 lib/common/xml.c             xmlNode *match = getXpathResult(xpathObj, lpc);
lpc               733 lib/common/xml.c             int lpc = 0;
lpc               737 lib/common/xml.c             for(lpc = 0; lpc < max; lpc++) {
lpc               738 lib/common/xml.c                 xmlNode *match = getXpathResult(xpathObj, lpc);
lpc              1131 lib/common/xml.c     int lpc = 0;
lpc              1160 lib/common/xml.c     for(lpc = 0; last && lpc < DIMOF(vfields); lpc++){
lpc              1161 lib/common/xml.c         const char *value = crm_element_value(last, vfields[lpc]);
lpc              1163 lib/common/xml.c         crm_xml_add(diff_child, vfields[lpc], value);
lpc              1164 lib/common/xml.c         if(changed || lpc == 2) {
lpc              1165 lib/common/xml.c             crm_xml_add(cib, vfields[lpc], value);
lpc              1181 lib/common/xml.c     for(lpc = 0; next && lpc < DIMOF(vfields); lpc++){
lpc              1182 lib/common/xml.c         const char *value = crm_element_value(next, vfields[lpc]);
lpc              1184 lib/common/xml.c         crm_xml_add(diff_child, vfields[lpc], value);
lpc              1217 lib/common/xml.c     int lpc = 0;
lpc              1244 lib/common/xml.c     for(lpc = 0; lpc < DIMOF(vfields); lpc++){
lpc              1245 lib/common/xml.c         const char *value = crm_element_value(source, vfields[lpc]);
lpc              1250 lib/common/xml.c         crm_xml_add(v, vfields[lpc], value);
lpc              1254 lib/common/xml.c     for(lpc = 0; lpc < DIMOF(vfields); lpc++){
lpc              1255 lib/common/xml.c         const char *value = crm_element_value(target, vfields[lpc]);
lpc              1260 lib/common/xml.c         crm_xml_add(v, vfields[lpc], value);
lpc              1444 lib/common/xml.c                 int lpc = 0, max = 0;
lpc              1451 lib/common/xml.c                 for(lpc = 2; lpc < max; lpc++) {
lpc              1452 lib/common/xml.c                     prefix[lpc] = ' ';
lpc              1767 lib/common/xml.c     int lpc = 0;
lpc              1785 lib/common/xml.c         for(lpc = 0; lpc < DIMOF(vfields); lpc++) {
lpc              1786 lib/common/xml.c             crm_element_value_int(tmp, vfields[lpc], &(del[lpc]));
lpc              1787 lib/common/xml.c             crm_trace("Got %d for del[%s]", del[lpc], vfields[lpc]);
lpc              1796 lib/common/xml.c         for(lpc = 0; lpc < DIMOF(vfields); lpc++) {
lpc              1797 lib/common/xml.c             crm_element_value_int(tmp, vfields[lpc], &(add[lpc]));
lpc              1798 lib/common/xml.c             crm_trace("Got %d for add[%s]", add[lpc], vfields[lpc]);
lpc              1808 lib/common/xml.c     int lpc = 0;
lpc              1821 lib/common/xml.c     for(lpc = 0; lpc < DIMOF(vfields); lpc++) {
lpc              1822 lib/common/xml.c         crm_element_value_int(xml, vfields[lpc], &(this[lpc]));
lpc              1823 lib/common/xml.c         crm_trace("Got %d for this[%s]", this[lpc], vfields[lpc]);
lpc              1824 lib/common/xml.c         if (this[lpc] < 0) {
lpc              1825 lib/common/xml.c             this[lpc] = 0;
lpc              1833 lib/common/xml.c     for(lpc = 0; lpc < DIMOF(vfields); lpc++) {
lpc              1834 lib/common/xml.c         del[lpc] = this[lpc];
lpc              1839 lib/common/xml.c     for(lpc = 0; lpc < DIMOF(vfields); lpc++) {
lpc              1840 lib/common/xml.c         if(this[lpc] < del[lpc]) {
lpc              1841 lib/common/xml.c             crm_debug("Current %s is too low (%d.%d.%d < %d.%d.%d --> %d.%d.%d)", vfields[lpc],
lpc              1845 lib/common/xml.c         } else if(this[lpc] > del[lpc]) {
lpc              1846 lib/common/xml.c             crm_info("Current %s is too high (%d.%d.%d > %d.%d.%d --> %d.%d.%d) %p", vfields[lpc],
lpc              1853 lib/common/xml.c     for(lpc = 0; lpc < DIMOF(vfields); lpc++) {
lpc              1854 lib/common/xml.c         if(add[lpc] > del[lpc]) {
lpc              2799 lib/common/xml.c             int lpc = 0;
lpc              2801 lib/common/xml.c             while(lpc < len) {
lpc              2802 lib/common/xml.c                 crm_warn("Parse error[+%.3d]: %.80s", lpc, input+lpc);
lpc              2803 lib/common/xml.c                 lpc += 80;
lpc              3182 lib/common/xml.c     int lpc;
lpc              3188 lib/common/xml.c     for (lpc = (*length) - 1; lpc > (start + offset); lpc--) {
lpc              3189 lib/common/xml.c         text[lpc] = text[lpc - offset];
lpc              3552 lib/common/xml.c     int lpc;
lpc              3556 lib/common/xml.c     for (lpc = 0; options && lpc < filter_len; lpc++) {
lpc              3557 lib/common/xml.c         filter[lpc].found = FALSE;
lpc              3564 lib/common/xml.c         for (lpc = 0; skip == FALSE && lpc < filter_len; lpc++) {
lpc              3565 lib/common/xml.c             if (filter[lpc].found == FALSE && strcmp(p_name, filter[lpc].string) == 0) {
lpc              3566 lib/common/xml.c                 filter[lpc].found = TRUE;
lpc              4401 lib/common/xml.c     int lpc = 0;
lpc              4444 lib/common/xml.c     for (lpc = 0; lpc < filter_len; lpc++) {
lpc              4445 lib/common/xml.c         filter[lpc].found = FALSE;
lpc              4491 lib/common/xml.c         for (lpc = 0; skip == FALSE && lpc < filter_len; lpc++) {
lpc              4492 lib/common/xml.c             if (filter[lpc].found == FALSE && strcmp(prop_name, filter[lpc].string) == 0) {
lpc              4493 lib/common/xml.c                 filter[lpc].found = TRUE;
lpc                47 lib/common/xpath.c     int lpc, max = numXpathResults(xpathObj);
lpc                53 lib/common/xpath.c     for (lpc = 0; lpc < max; lpc++) {
lpc                54 lib/common/xpath.c         if (xpathObj->nodesetval->nodeTab[lpc] && xpathObj->nodesetval->nodeTab[lpc]->type != XML_NAMESPACE_DECL) {
lpc                55 lib/common/xpath.c             xpathObj->nodesetval->nodeTab[lpc] = NULL;
lpc               109 lib/common/xpath.c     int lpc, max = numXpathResults(xpathObj);
lpc               115 lib/common/xpath.c     for (lpc = 0; lpc < max; lpc++) {
lpc               119 lib/common/xpath.c         if (xpathObj->nodesetval->nodeTab[lpc] == NULL) {
lpc               123 lib/common/xpath.c         xml = xpathObj->nodesetval->nodeTab[lpc]->parent;
lpc               130 lib/common/xpath.c                     xpathObj->nodesetval->nodeTab[lpc] = NULL;
lpc               245 lib/common/xpath.c         int lpc = 0;
lpc               249 lib/common/xpath.c         for (lpc = 0; lpc < max; lpc++) {
lpc               250 lib/common/xpath.c             xmlNode *match = getXpathResult(xpathObj, lpc);
lpc               255 lib/common/xpath.c                 do_crm_log(error_level, "%s[%d] = %s", xpath, lpc, crm_str(matchNodePath));
lpc               441 lib/fencing/st_client.c     int last = 0, lpc = 0, max = 0;
lpc               452 lib/fencing/st_client.c     for (; lpc < max + 1; lpc++) {
lpc               453 lib/fencing/st_client.c         if (isalpha(map[lpc])) {
lpc               456 lib/fencing/st_client.c         } else if (map[lpc] == '=' || map[lpc] == ':') {
lpc               458 lib/fencing/st_client.c             name = calloc(1, 1 + lpc - last);
lpc               459 lib/fencing/st_client.c             memcpy(name, map + last, lpc - last);
lpc               461 lib/fencing/st_client.c             last = lpc + 1;
lpc               463 lib/fencing/st_client.c         } else if (map[lpc] == 0 || map[lpc] == ',' || isspace(map[lpc])) {
lpc               467 lib/fencing/st_client.c             param = calloc(1, 1 + lpc - last);
lpc               468 lib/fencing/st_client.c             memcpy(param, map + last, lpc - last);
lpc               469 lib/fencing/st_client.c             last = lpc + 1;
lpc               498 lib/fencing/st_client.c             if (map[lpc] == 0) {
lpc               502 lib/fencing/st_client.c         } else if (isspace(map[lpc])) {
lpc               503 lib/fencing/st_client.c             last = lpc;
lpc              1408 lib/fencing/st_client.c     int rc = 0, lpc = 0, max = 0;
lpc              1430 lib/fencing/st_client.c         for (lpc = 0; lpc < max; lpc++) {
lpc              1431 lib/fencing/st_client.c             xmlNode *match = getXpathResult(xpathObj, lpc);
lpc              1437 lib/fencing/st_client.c                 crm_info("%s[%d] = %s", "//@agent", lpc, match_path);
lpc               155 lib/pengine/clone.c     int lpc = 0;
lpc               230 lib/pengine/clone.c     for (lpc = 0; lpc < clone_data->clone_max; lpc++) {
lpc               231 lib/pengine/clone.c         if (create_child_clone(rsc, lpc, data_set) == NULL) {
lpc               780 lib/pengine/container.c     for (int lpc = 0; lpc < DIMOF(attr_list); lpc++) {
lpc               781 lib/pengine/container.c         name = attr_list[lpc];
lpc               782 lib/pengine/container.c         value = crm_element_value(rsc->xml, attr_list[lpc]);
lpc               783 lib/pengine/container.c         if (safe_str_eq(value, value_list[lpc]) == FALSE) {
lpc              1000 lib/pengine/container.c         int lpc = 0;
lpc              1066 lib/pengine/container.c             tuple->offset = lpc++;
lpc              1088 lib/pengine/container.c         for(int lpc = 0; lpc < container_data->replicas; lpc++) {
lpc              1090 lib/pengine/container.c             tuple->offset = lpc;
lpc                94 lib/pengine/failcounts.c         int lpc = 0;
lpc                96 lib/pengine/failcounts.c         for (lpc = 0; lpc < max; lpc++) {
lpc                97 lib/pengine/failcounts.c             xmlNode *pref = getXpathResult(xpathObj, lpc);
lpc               463 lib/pengine/rules.c     int lpc = 0;
lpc               474 lib/pengine/rules.c         while (lpc <= len) {
lpc               475 lib/pengine/rules.c             if (srcstring[lpc] == separator) {
lpc               476 lib/pengine/rules.c                 *name = calloc(1, lpc + 1);
lpc               480 lib/pengine/rules.c                 memcpy(*name, srcstring, lpc);
lpc               481 lib/pengine/rules.c                 (*name)[lpc] = '\0';
lpc               486 lib/pengine/rules.c                 len = len - lpc;
lpc               496 lib/pengine/rules.c                     temp = srcstring + lpc + 1;
lpc               502 lib/pengine/rules.c             lpc++;
lpc               375 lib/services/services_linux.c     int lpc;
lpc               407 lib/services/services_linux.c     for (lpc = getdtablesize() - 1; lpc > STDERR_FILENO; lpc--) {
lpc               408 lib/services/services_linux.c         close(lpc);
lpc               813 lib/services/services_linux.c     int entries = 0, lpc = 0;
lpc               821 lib/services/services_linux.c     for (lpc = 0; lpc < entries; lpc++) {
lpc               824 lib/services/services_linux.c         if ('.' == namelist[lpc]->d_name[0]) {
lpc               825 lib/services/services_linux.c             free(namelist[lpc]);
lpc               829 lib/services/services_linux.c         snprintf(buffer, sizeof(buffer), "%s/%s", root, namelist[lpc]->d_name);
lpc               837 lib/services/services_linux.c                 free(namelist[lpc]);
lpc               843 lib/services/services_linux.c                 free(namelist[lpc]);
lpc               849 lib/services/services_linux.c                 free(namelist[lpc]);
lpc               854 lib/services/services_linux.c         list = g_list_append(list, strdup(namelist[lpc]->d_name));
lpc               856 lib/services/services_linux.c         free(namelist[lpc]);
lpc               119 lib/services/upstart.c         int len, lpc;
lpc               128 lib/services/upstart.c         for (lpc = 1; lpc <= len; lpc++) {
lpc               129 lib/services/upstart.c             match[lpc] = match[lpc + shuffle];
lpc               158 lib/services/upstart.c     int lpc = 0;
lpc               217 lib/services/upstart.c             lpc++;
lpc               225 lib/services/upstart.c     crm_trace("Found %d upstart jobs", lpc);
lpc                33 lib/transition/graph.c     GListPtr lpc = NULL;
lpc                40 lib/transition/graph.c     for (lpc = synapse->inputs; lpc != NULL; lpc = lpc->next) {
lpc                41 lib/transition/graph.c         crm_action_t *prereq = (crm_action_t *) lpc->data;
lpc                65 lib/transition/graph.c     GListPtr lpc = NULL;
lpc                73 lib/transition/graph.c     for (lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
lpc                74 lib/transition/graph.c         crm_action_t *action = (crm_action_t *) lpc->data;
lpc               106 lib/transition/graph.c     GListPtr lpc = NULL;
lpc               108 lib/transition/graph.c     for (lpc = graph->synapses; lpc != NULL; lpc = lpc->next) {
lpc               109 lib/transition/graph.c         synapse_t *synapse = (synapse_t *) lpc->data;
lpc               133 lib/transition/graph.c     GListPtr lpc = NULL;
lpc               141 lib/transition/graph.c     for (lpc = synapse->inputs; lpc != NULL; lpc = lpc->next) {
lpc               142 lib/transition/graph.c         crm_action_t *prereq = (crm_action_t *) lpc->data;
lpc               156 lib/transition/graph.c     for (lpc = synapse->actions; synapse->ready && lpc != NULL; lpc = lpc->next) {
lpc               157 lib/transition/graph.c         crm_action_t *a = (crm_action_t *) lpc->data;
lpc               217 lib/transition/graph.c     GListPtr lpc = NULL;
lpc               225 lib/transition/graph.c     for (lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
lpc               226 lib/transition/graph.c         crm_action_t *action = (crm_action_t *) lpc->data;
lpc               249 lib/transition/graph.c     GListPtr lpc = NULL;
lpc               270 lib/transition/graph.c     for (lpc = graph->synapses; lpc != NULL; lpc = lpc->next) {
lpc               271 lib/transition/graph.c         synapse_t *synapse = (synapse_t *) lpc->data;
lpc               284 lib/transition/graph.c     for (lpc = graph->synapses; lpc != NULL; lpc = lpc->next) {
lpc               285 lib/transition/graph.c         synapse_t *synapse = (synapse_t *) lpc->data;
lpc               146 lib/transition/utils.c     GListPtr lpc = NULL;
lpc               164 lib/transition/utils.c         for (lpc = synapse->inputs; lpc != NULL; lpc = lpc->next) {
lpc               165 lib/transition/utils.c             crm_action_t *input = (crm_action_t *) lpc->data;
lpc               181 lib/transition/utils.c     for (lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
lpc               182 lib/transition/utils.c         crm_action_t *action = (crm_action_t *) lpc->data;
lpc               196 lib/transition/utils.c         for (lpc = synapse->inputs; lpc != NULL; lpc = lpc->next) {
lpc               197 lib/transition/utils.c             crm_action_t *input = (crm_action_t *) lpc->data;
lpc               225 lib/transition/utils.c     GListPtr lpc = NULL;
lpc               239 lib/transition/utils.c     for (lpc = graph->synapses; lpc != NULL; lpc = lpc->next) {
lpc               240 lib/transition/utils.c         synapse_t *synapse = (synapse_t *) lpc->data;
lpc               109 mcp/pacemaker.c     int lpc = 0;
lpc               112 mcp/pacemaker.c     for (lpc = 0; lpc < SIZEOF(pcmk_children); lpc++) {
lpc               113 mcp/pacemaker.c         if (pcmk_children[lpc].pid != 0) {
lpc               114 mcp/pacemaker.c             procs |= pcmk_children[lpc].flag;
lpc               234 mcp/pacemaker.c     int lpc = 0;
lpc               336 mcp/pacemaker.c         for (lpc = 0; lpc < oflimits.rlim_cur; lpc++) {
lpc               337 mcp/pacemaker.c             close(lpc);
lpc               376 mcp/pacemaker.c     int lpc = 0;
lpc               389 mcp/pacemaker.c         for (lpc = max - 1; lpc >= 0; lpc--) {
lpc               390 mcp/pacemaker.c             pcmk_child_t *child = &(pcmk_children[lpc]);
lpc               692 mcp/pacemaker.c     int start_seq = 1, lpc = 0;
lpc               697 mcp/pacemaker.c         for (lpc = 0; lpc < max; lpc++) {
lpc               698 mcp/pacemaker.c             if (pcmk_children[lpc].active_before_startup == FALSE) {
lpc               701 mcp/pacemaker.c             } else if (start_seq != pcmk_children[lpc].start_seq) {
lpc               704 mcp/pacemaker.c                 const char *name = pcmk_children[lpc].name;
lpc               705 mcp/pacemaker.c                 if (pcmk_children[lpc].flag == crm_proc_stonith_ng) {
lpc               709 mcp/pacemaker.c                 if (crm_pid_active(pcmk_children[lpc].pid, name) != 1) {
lpc               711 mcp/pacemaker.c                            name, pcmk_children[lpc].pid);
lpc               712 mcp/pacemaker.c                     pcmk_process_exit(&(pcmk_children[lpc]));
lpc               779 mcp/pacemaker.c     int start_seq = 1, lpc = 0;
lpc               785 mcp/pacemaker.c         for (lpc = 0; lpc < max; lpc++) {
lpc               786 mcp/pacemaker.c             if (pcmk_children[lpc].pid) {
lpc               791 mcp/pacemaker.c             if (start_seq == pcmk_children[lpc].start_seq) {
lpc               792 mcp/pacemaker.c                 start_child(&(pcmk_children[lpc]));
lpc               219 pengine/clone.c         int lpc = 0;
lpc               320 pengine/clone.c         for (; lpc < max; lpc++) {
lpc               321 pengine/clone.c             node1 = g_list_nth_data(list1, lpc);
lpc               322 pengine/clone.c             node2 = g_list_nth_data(list2, lpc);
lpc              1115 pengine/clone.c         int lpc = strlen(key);
lpc              1117 pengine/clone.c         for (; lpc > 0; lpc--) {
lpc              1118 pengine/clone.c             if (key[lpc] == '_' && stop == 0) {
lpc              1119 pengine/clone.c                 stop = lpc;
lpc              1121 pengine/clone.c             } else if (key[lpc] == '_') {
lpc              1124 pengine/clone.c                 lpc++;
lpc              1125 pengine/clone.c                 task_mutable = strdup(key + lpc);
lpc              1126 pengine/clone.c                 task_mutable[stop - lpc] = 0;
lpc               775 pengine/container.c                     for (GListPtr lpc = then_child_action->actions_after; lpc != NULL; lpc = lpc->next) {
lpc               776 pengine/container.c                         action_wrapper_t *next = (action_wrapper_t *) lpc->data;
lpc               522 pengine/graph.c     GListPtr lpc = NULL;
lpc               556 pengine/graph.c     for (lpc = then->actions_before; lpc != NULL; lpc = lpc->next) {
lpc               557 pengine/graph.c         action_wrapper_t *other = (action_wrapper_t *) lpc->data;
lpc               702 pengine/graph.c         for (lpc = then->actions_after; lpc != NULL; lpc = lpc->next) {
lpc               703 pengine/graph.c             action_wrapper_t *other = (action_wrapper_t *) lpc->data;
lpc               718 pengine/graph.c     GListPtr lpc = NULL;
lpc               720 pengine/graph.c     for (lpc = data_set->actions; lpc != NULL; lpc = lpc->next) {
lpc               721 pengine/graph.c         action_t *action = (action_t *) lpc->data;
lpc              1088 pengine/graph.c             int lpc = 0;
lpc              1146 pengine/graph.c             for (lpc = 0; lpc < DIMOF(attr_list); lpc++) {
lpc              1147 pengine/graph.c                 crm_xml_add(rsc_xml, attr_list[lpc],
lpc              1148 pengine/graph.c                             g_hash_table_lookup(action->rsc->meta, attr_list[lpc]));
lpc              1297 pengine/graph.c         GListPtr lpc = NULL;
lpc              1314 pengine/graph.c         for (lpc = action->actions_after; lpc != NULL; lpc = lpc->next) {
lpc              1315 pengine/graph.c             action_wrapper_t *wrapper = (action_wrapper_t *) lpc->data;
lpc              1591 pengine/graph.c     GListPtr lpc = NULL;
lpc              1635 pengine/graph.c     for (lpc = wrapper->action->actions_before; lpc != NULL; lpc = lpc->next) {
lpc              1636 pengine/graph.c         action_wrapper_t *wrapper_before = (action_wrapper_t *) lpc->data;
lpc              1699 pengine/graph.c     GListPtr lpc = NULL;
lpc              1736 pengine/graph.c     for (lpc = action->actions_before; lpc != NULL; lpc = lpc->next) {
lpc              1737 pengine/graph.c         action_wrapper_t *wrapper = (action_wrapper_t *) lpc->data;
lpc              2681 pengine/native.c #define set_char(x) last_rsc_id[lpc] = x; complete = TRUE;
lpc              2685 pengine/native.c     int lpc = 0;
lpc              2695 pengine/native.c     lpc = len - 1;
lpc              2696 pengine/native.c     while (complete == FALSE && lpc > 0) {
lpc              2697 pengine/native.c         switch (last_rsc_id[lpc]) {
lpc              2699 pengine/native.c                 lpc--;
lpc              2729 pengine/native.c                 last_rsc_id[lpc] = '0';
lpc              2730 pengine/native.c                 lpc--;
lpc              2736 pengine/native.c                 last_rsc_id[++lpc] = '1';
lpc              2743 pengine/native.c                 crm_err("Unexpected char: %c (%d)", last_rsc_id[lpc], lpc);
lpc               148 pengine/ptest.c     GListPtr lpc = NULL;
lpc               386 pengine/ptest.c     for (lpc = data_set.actions; lpc != NULL; lpc = lpc->next) {
lpc               387 pengine/ptest.c         action_t *action = (action_t *) lpc->data;
lpc               430 pengine/ptest.c     for (lpc = data_set.actions; lpc != NULL; lpc = lpc->next) {
lpc               431 pengine/ptest.c         action_t *action = (action_t *) lpc->data;
lpc               151 tools/crm_diff.c             int lpc;
lpc               155 tools/crm_diff.c                 for (lpc = 0; lpc < nvfields; lpc++) {
lpc               156 tools/crm_diff.c                     xml_remove_prop(tmp, vfields[lpc]);
lpc               161 tools/crm_diff.c                     for (lpc = 0; lpc < nvfields; lpc++) {
lpc               162 tools/crm_diff.c                         xml_remove_prop(tmp, vfields[lpc]);
lpc               185 tools/crm_diff.c         int lpc;
lpc               187 tools/crm_diff.c         for (lpc = 0; lpc < DIMOF(vfields); lpc++) {
lpc               188 tools/crm_diff.c             crm_copy_xml_element(object_1, object_2, vfields[lpc]);
lpc                43 tools/crm_error.c     int lpc = 0;
lpc                93 tools/crm_error.c     for (lpc = optind; lpc < argc; lpc++) {
lpc                94 tools/crm_error.c         rc = crm_atoi(argv[lpc], NULL);
lpc               195 tools/crm_mon.c     int lpc = 0;
lpc               197 tools/crm_mon.c     for (lpc = 0; lpc < LINES; lpc++) {
lpc               198 tools/crm_mon.c         move(lpc, 0);
lpc               425 tools/crm_mon.c     int lpc;
lpc               427 tools/crm_mon.c     for (lpc = 0; long_options[lpc].name != NULL; lpc++) {
lpc               429 tools/crm_mon.c         if (long_options[lpc].name[0] == '-')
lpc               432 tools/crm_mon.c         if (long_options[lpc].val == c) {
lpc               434 tools/crm_mon.c             tab = strrchr(long_options[lpc].desc, '\t');
lpc               435 tools/crm_mon.c             return tab ? ++tab : long_options[lpc].desc;
lpc              3572 tools/crm_mon.c     int lpc = 0, last = 0, level = *(int *)arg;
lpc              3582 tools/crm_mon.c     for (; lpc < buflen; lpc++) {
lpc              3583 tools/crm_mon.c         switch (buf[lpc]) {
lpc              3587 tools/crm_mon.c                     do_crm_log(level, "   %.*s", lpc - last, buf + last);
lpc              3589 tools/crm_mon.c                     do_crm_log(level, "%c: %.*s", type, lpc - last, buf + last);
lpc              3591 tools/crm_mon.c                 last = lpc + 1;
lpc              4032 tools/crm_mon.c     int lpc = 0, max = numXpathResults(xpathObj);
lpc              4034 tools/crm_mon.c     for (lpc = 0; lpc < max; lpc++) {
lpc              4035 tools/crm_mon.c         xmlNode *rsc_op = getXpathResult(xpathObj, lpc);
lpc               314 tools/crm_node.c                 int lpc = 0;
lpc               322 tools/crm_node.c                 for(lpc = 0; lpc < DIMOF(daemons); lpc++) {
lpc               323 tools/crm_node.c                     if (tools_remove_node_cache(target_uname, daemons[lpc])) {
lpc               324 tools/crm_node.c                         crm_err("Failed to connect to %s to remove node '%s'", daemons[lpc], target_uname);
lpc               419 tools/crm_node.c     int lpc;
lpc               442 tools/crm_node.c     for (lpc = 0; lpc < node_list_size; lpc++) {
lpc               444 tools/crm_node.c             fprintf(stdout, "%s ", oc->m_array[oc->m_memb_idx + lpc].node_uname);
lpc               449 tools/crm_node.c             if ((*ccm_api_is_my_nodeid) (ccm_token, &(oc->m_array[lpc]))) {
lpc               451 tools/crm_node.c                           oc->m_array[oc->m_memb_idx + lpc].node_id,
lpc               452 tools/crm_node.c                           oc->m_array[oc->m_memb_idx + lpc].node_uname,
lpc               453 tools/crm_node.c                           oc->m_array[oc->m_memb_idx + lpc].node_born_on);
lpc               454 tools/crm_node.c                 fprintf(stdout, "%d\n", oc->m_array[oc->m_memb_idx + lpc].node_born_on);
lpc               585 tools/crm_node.c     int rc = -1, lpc = 0, node_count = 0;
lpc               622 tools/crm_node.c             for (lpc = 0; lpc < node_count; lpc++) {
lpc               623 tools/crm_node.c                 if(valid_cman_name(cman_nodes[lpc].cn_name, cman_nodes[lpc].cn_nodeid) == FALSE) {
lpc               625 tools/crm_node.c                     printf("%u ", cman_nodes[lpc].cn_nodeid);
lpc               628 tools/crm_node.c                     printf("%s ", cman_nodes[lpc].cn_name);
lpc               630 tools/crm_node.c                 } else if (cman_nodes[lpc].cn_nodeid != 0 && cman_nodes[lpc].cn_member) {
lpc               632 tools/crm_node.c                     printf("%s ", cman_nodes[lpc].cn_name);
lpc               720 tools/crm_node.c         GListPtr lpc = NULL;
lpc               723 tools/crm_node.c         for (lpc = nodes; lpc != NULL; lpc = lpc->next) {
lpc               724 tools/crm_node.c             crm_node_t *node = (crm_node_t *) lpc->data;
lpc               732 tools/crm_node.c         GListPtr lpc = NULL;
lpc               735 tools/crm_node.c         for (lpc = nodes; lpc != NULL; lpc = lpc->next) {
lpc               736 tools/crm_node.c             crm_node_t *node = (crm_node_t *) lpc->data;
lpc               883 tools/crm_resource.c         GListPtr lpc = NULL;
lpc               886 tools/crm_resource.c         for (lpc = data_set.resources; lpc != NULL; lpc = lpc->next) {
lpc               887 tools/crm_resource.c             rsc = (resource_t *) lpc->data;
lpc               913 tools/crm_resource.c         GListPtr lpc = NULL;
lpc               921 tools/crm_resource.c         for (lpc = data_set.resources; lpc != NULL; lpc = lpc->next) {
lpc               922 tools/crm_resource.c             resource_t *r = (resource_t *) lpc->data;
lpc               932 tools/crm_resource.c         for (lpc = data_set.resources; lpc != NULL; lpc = lpc->next) {
lpc               933 tools/crm_resource.c             resource_t *r = (resource_t *) lpc->data;
lpc               941 tools/crm_resource.c         GListPtr lpc = NULL;
lpc               944 tools/crm_resource.c         for (lpc = data_set.resources; lpc != NULL; lpc = lpc->next) {
lpc               945 tools/crm_resource.c             rsc = (resource_t *) lpc->data;
lpc                65 tools/crm_resource_print.c     GListPtr lpc = NULL;
lpc               105 tools/crm_resource_print.c     for (lpc = rsc->children; lpc != NULL; lpc = lpc->next) {
lpc               106 tools/crm_resource_print.c         resource_t *child = (resource_t *) lpc->data;
lpc               116 tools/crm_resource_print.c     GListPtr lpc = NULL;
lpc               123 tools/crm_resource_print.c     for (lpc = children; lpc != NULL; lpc = lpc->next) {
lpc               124 tools/crm_resource_print.c         resource_t *child = (resource_t *) lpc->data;
lpc               135 tools/crm_resource_print.c     GListPtr lpc = NULL;
lpc               142 tools/crm_resource_print.c     for (lpc = data_set->resources; lpc != NULL; lpc = lpc->next) {
lpc               143 tools/crm_resource_print.c         resource_t *rsc = (resource_t *) lpc->data;
lpc               168 tools/crm_resource_print.c     GListPtr lpc = NULL;
lpc               174 tools/crm_resource_print.c     for (lpc = ops; lpc != NULL; lpc = lpc->next) {
lpc               175 tools/crm_resource_print.c         xmlNode *xml_op = (xmlNode *) lpc->data;
lpc               209 tools/crm_resource_print.c     GListPtr lpc = NULL;
lpc               217 tools/crm_resource_print.c     for (lpc = list; lpc != NULL; lpc = lpc->next) {
lpc               218 tools/crm_resource_print.c         rsc_to_node_t *cons = (rsc_to_node_t *) lpc->data;
lpc               237 tools/crm_resource_print.c     GListPtr lpc = NULL;
lpc               255 tools/crm_resource_print.c     for (lpc = list; lpc != NULL; lpc = lpc->next) {
lpc               256 tools/crm_resource_print.c         rsc_colocation_t *cons = (rsc_colocation_t *) lpc->data;
lpc                32 tools/crm_resource_runtime.c     GListPtr lpc = NULL;
lpc                34 tools/crm_resource_runtime.c     for (lpc = the_rsc->running_on; lpc != NULL; lpc = lpc->next) {
lpc                35 tools/crm_resource_runtime.c         node_t *node = (node_t *) lpc->data;
lpc               351 tools/crm_resource_runtime.c         GListPtr lpc = NULL;
lpc               359 tools/crm_resource_runtime.c             for (lpc = data_set->resources; lpc != NULL; lpc = lpc->next) {
lpc               360 tools/crm_resource_runtime.c                 resource_t *r = (resource_t *) lpc->data;
lpc               368 tools/crm_resource_runtime.c         for (lpc = rsc->rsc_cons_lhs; lpc != NULL; lpc = lpc->next) {
lpc               369 tools/crm_resource_runtime.c             rsc_colocation_t *cons = (rsc_colocation_t *) lpc->data;
lpc               575 tools/crm_resource_runtime.c         GListPtr lpc = NULL;
lpc               577 tools/crm_resource_runtime.c         for (lpc = rsc->children; lpc != NULL; lpc = lpc->next) {
lpc               578 tools/crm_resource_runtime.c             resource_t *child = (resource_t *) lpc->data;
lpc               589 tools/crm_resource_runtime.c         GListPtr lpc = NULL;
lpc               610 tools/crm_resource_runtime.c         for (lpc = nodes; lpc != NULL; lpc = lpc->next) {
lpc               611 tools/crm_resource_runtime.c             node = (node_t *) lpc->data;
lpc               870 tools/crm_resource_runtime.c     int lpc = 0;
lpc               874 tools/crm_resource_runtime.c         crm_trace("%s[%d]: %s", tag, lpc, (char*)item->data);
lpc               875 tools/crm_resource_runtime.c         lpc++;
lpc              1081 tools/crm_resource_runtime.c     int lpc = 0;
lpc              1200 tools/crm_resource_runtime.c         for(lpc = 0; lpc < step_timeout_s && g_list_length(list_delta) > 0; lpc++) {
lpc              1274 tools/crm_resource_runtime.c         for (lpc = 0; (lpc < step_timeout_s) && waiting_for_starts(list_delta, rsc, host); lpc++) {
lpc              1564 tools/crm_resource_runtime.c         int more, lpc, last;
lpc              1586 tools/crm_resource_runtime.c             for (lpc = 0; lpc < more; lpc++) {
lpc              1587 tools/crm_resource_runtime.c                 if (local_copy[lpc] == '\n' || local_copy[lpc] == 0) {
lpc              1588 tools/crm_resource_runtime.c                     local_copy[lpc] = 0;
lpc              1590 tools/crm_resource_runtime.c                     last = lpc + 1;
lpc              1600 tools/crm_resource_runtime.c             for (lpc = 0; lpc < more; lpc++) {
lpc              1601 tools/crm_resource_runtime.c                 if (local_copy[lpc] == '\n' || local_copy[lpc] == 0) {
lpc              1602 tools/crm_resource_runtime.c                     local_copy[lpc] = 0;
lpc              1604 tools/crm_resource_runtime.c                     last = lpc + 1;
lpc              1725 tools/crm_resource_runtime.c     GListPtr lpc = NULL;
lpc              1728 tools/crm_resource_runtime.c     for (lpc = resources; lpc != NULL; lpc = lpc->next) {
lpc              1729 tools/crm_resource_runtime.c         resource_t *rsc = (resource_t *) lpc->data;
lpc              1764 tools/crm_resource_runtime.c     GListPtr lpc = NULL;
lpc              1766 tools/crm_resource_runtime.c     for (lpc = activeResources; lpc != NULL; lpc = lpc->next) {
lpc              1767 tools/crm_resource_runtime.c         resource_t *rsc = (resource_t *) lpc->data;
lpc              1772 tools/crm_resource_runtime.c     for(lpc = unactiveResources; lpc != NULL; lpc = lpc->next) {
lpc              1773 tools/crm_resource_runtime.c         resource_t *rsc = (resource_t *) lpc->data;
lpc               556 tools/crm_simulate.c     int lpc = 0;
lpc               573 tools/crm_simulate.c             lpc++;
lpc               583 tools/crm_simulate.c     return lpc;
lpc                78 tools/crm_ticket.c     int lpc = 0;
lpc                82 tools/crm_ticket.c     for (; lpc < 26; lpc++) {
lpc                83 tools/crm_ticket.c         if (date_str[lpc] == '\n') {
lpc                84 tools/crm_ticket.c             date_str[lpc] = 0;
lpc               106 tools/crm_ticket.c         int lpc = 0;
lpc               112 tools/crm_ticket.c             if (lpc > 0) {
lpc               122 tools/crm_ticket.c             lpc++;