crm_parse_int     104 daemons/based/cibmon.c                 max_failures = crm_parse_int(optarg, "30");
crm_parse_int     364 daemons/based/pacemaker-based.c             port = crm_parse_int(port_s, "0");
crm_parse_int     370 daemons/based/pacemaker-based.c             port = crm_parse_int(port_s, "0");
crm_parse_int    1648 daemons/controld/controld_execd.c     call = crm_parse_int(call_id, "0");
crm_parse_int    1914 daemons/controld/controld_execd.c                 op->timeout = crm_parse_int(value, "0");
crm_parse_int    1916 daemons/controld/controld_execd.c                 op->start_delay = crm_parse_int(value, "0");
crm_parse_int    1978 daemons/controld/controld_execd.c     op->start_delay = crm_parse_int(op_delay, "0");
crm_parse_int    1981 daemons/controld/controld_execd.c     op->timeout = crm_parse_int(op_timeout, "0");
crm_parse_int     489 daemons/controld/controld_messages.c         int version_num = crm_parse_int(version, NULL);
crm_parse_int      82 daemons/controld/controld_te_actions.c         return crm_parse_int(target_rc_s, "0");
crm_parse_int     778 daemons/controld/controld_utils.c             env_timeout = crm_parse_int(env, "0");
crm_parse_int     274 daemons/fenced/fenced_commands.c        action_limit = crm_parse_int(value, "1");
crm_parse_int      53 include/crm/common/util.h int crm_parse_int(const char *text, const char *default_text);
crm_parse_int     110 include/crm/common/util.h #  define crm_atoi(text, default_text) crm_parse_int(text, default_text)
crm_parse_int     308 lib/cib/cib_client.c         int port = crm_parse_int(value, NULL);
crm_parse_int      39 lib/common/ipc_common.c             int env_max = crm_parse_int(env, "0");
crm_parse_int     567 lib/common/nvpair.c         *dest = crm_parse_int(value, NULL);
crm_parse_int     171 lib/common/remote.c         int dh_min_bits = crm_parse_int(dh_min_bits_s, "0");
crm_parse_int     194 lib/common/remote.c         dh_min_bits = crm_parse_int(dh_min_bits_s, "0");
crm_parse_int     197 lib/common/remote.c         dh_max_bits = crm_parse_int(dh_max_bits_s, "0");
crm_parse_int      83 lib/common/utils.c         score_f = crm_parse_int(score, NULL);
crm_parse_int     840 lib/pacemaker/pcmk_sched_allocate.c         base_health = crm_parse_int(pe_pref(data_set->config_hash, "node-health-base"), "0");
crm_parse_int     458 lib/pacemaker/pcmk_sched_bundle.c                 return crm_parse_int(max_clones_node, "1");
crm_parse_int     434 lib/pacemaker/pcmk_sched_constraints.c             min_required_before = crm_parse_int(min_clones_s, "0");
crm_parse_int     669 lib/pacemaker/pcmk_sched_transition.c         target_outcome = crm_parse_int(target_rc_s, "0");
crm_parse_int      36 lib/pacemaker/pcmk_sched_utilization.c     node1_capacity = crm_parse_int(value, "0");
crm_parse_int      38 lib/pacemaker/pcmk_sched_utilization.c         crm_parse_int(g_hash_table_lookup(data->node2->details->utilization, key), "0");
crm_parse_int      59 lib/pacemaker/pcmk_sched_utilization.c     node2_capacity = crm_parse_int(value, "0");
crm_parse_int     100 lib/pacemaker/pcmk_sched_utilization.c         result = crm_itoa(crm_parse_int(current, "0") + crm_parse_int(value, "0"));
crm_parse_int     104 lib/pacemaker/pcmk_sched_utilization.c         result = crm_itoa(crm_parse_int(current, "0") - crm_parse_int(value, "0"));
crm_parse_int     138 lib/pacemaker/pcmk_sched_utilization.c     required = crm_parse_int(value, "0");
crm_parse_int     139 lib/pacemaker/pcmk_sched_utilization.c     remaining = crm_parse_int(g_hash_table_lookup(data->node->details->utilization, key), "0");
crm_parse_int      40 lib/pacemaker/pcmk_trans_unpack.c     action->id = crm_parse_int(value, NULL);
crm_parse_int      59 lib/pacemaker/pcmk_trans_unpack.c         action->timeout = crm_parse_int(value, NULL);
crm_parse_int      65 lib/pacemaker/pcmk_trans_unpack.c         action->timeout += crm_parse_int(value, NULL);
crm_parse_int      96 lib/pacemaker/pcmk_trans_unpack.c     new_synapse->id = crm_parse_int(ID(xml_synapse), NULL);
crm_parse_int     100 lib/pacemaker/pcmk_trans_unpack.c         new_synapse->priority = crm_parse_int(value, NULL);
crm_parse_int     203 lib/pacemaker/pcmk_trans_unpack.c         new_graph->id = crm_parse_int(t_id, "-1");
crm_parse_int     218 lib/pacemaker/pcmk_trans_unpack.c         new_graph->batch_limit = crm_parse_int(t_id, "0");
crm_parse_int     221 lib/pacemaker/pcmk_trans_unpack.c         new_graph->migration_limit = crm_parse_int(t_id, "-1");
crm_parse_int    1069 lib/pengine/bundle.c     bundle_data->promoted_max = crm_parse_int(value, "0");
crm_parse_int    1080 lib/pengine/bundle.c         bundle_data->nreplicas = crm_parse_int(value, "1");
crm_parse_int    1093 lib/pengine/bundle.c     bundle_data->nreplicas_per_host = crm_parse_int(value, "1");
crm_parse_int     148 lib/pengine/clone.c         clone_data->promoted_max = crm_parse_int(promoted_max, "1");
crm_parse_int     149 lib/pengine/clone.c         clone_data->promoted_node_max = crm_parse_int(promoted_node_max, "1");
crm_parse_int     155 lib/pengine/clone.c     clone_data->clone_node_max = crm_parse_int(max_clones_node, "1");
crm_parse_int     158 lib/pengine/clone.c         clone_data->clone_max = crm_parse_int(max_clones, "1");
crm_parse_int     512 lib/pengine/complex.c     (*rsc)->priority = crm_parse_int(value, "0");
crm_parse_int      18 lib/pengine/pe_output.c     int rc = crm_parse_int(crm_element_value(xml_op, XML_LRM_ATTR_RC), "0");
crm_parse_int      19 lib/pengine/pe_output.c     int status = crm_parse_int(crm_element_value(xml_op, XML_LRM_ATTR_OPSTATUS), "0");
crm_parse_int     969 lib/pengine/pe_output.c     int rc = crm_parse_int(crm_element_value(xml_op, XML_LRM_ATTR_RC), "0");
crm_parse_int     970 lib/pengine/pe_output.c     int status = crm_parse_int(crm_element_value(xml_op, XML_LRM_ATTR_OPSTATUS), "0");
crm_parse_int     993 lib/pengine/pe_output.c         time_t when = crm_parse_int(last, "0");
crm_parse_int    1241 lib/pengine/pe_output.c         int v = crm_parse_int(value, "0");
crm_parse_int    1266 lib/pengine/pe_output.c         int v = crm_parse_int(value, "0");
crm_parse_int    1549 lib/pengine/pe_output.c             time_t int_value = (time_t) crm_parse_int(value, NULL);
crm_parse_int    1558 lib/pengine/pe_output.c             time_t int_value = (time_t) crm_parse_int(value, NULL);
crm_parse_int     310 lib/pengine/rules.c 	int value_i = crm_parse_int(value, "0");		\
crm_parse_int     933 lib/pengine/unpack.c         ticket->last_granted = crm_parse_int(last_granted, 0);
crm_parse_int     141 tools/crm_mon_print.c         int op_rc_i = crm_parse_int(op_rc, "0");
crm_parse_int     190 tools/crm_mon_print.c         int op_rc_i = crm_parse_int(op_rc, "0");
crm_parse_int     372 tools/crm_mon_print.c             *expected_score = host_list_num * crm_parse_int(multiplier, "1");
crm_parse_int     115 tools/crm_node.c     options.nodeid = crm_parse_int(optarg, NULL);
crm_parse_int     147 tools/crm_resource_print.c         int status = crm_parse_int(status_s, "0");
crm_parse_int     100 tools/crm_ticket.c                 print_date(crm_parse_int(value, 0));