int_value         334 daemons/attrd/attrd_ipc.c         int int_value;
int_value         342 daemons/attrd/attrd_ipc.c         int_value = attrd_expand_value(*value, (v? v->current : NULL));
int_value         344 daemons/attrd/attrd_ipc.c         crm_info("Expanded %s=%s to %d", attr, *value, int_value);
int_value         345 daemons/attrd/attrd_ipc.c         crm_xml_add_int(xml, PCMK__XA_ATTR_VALUE, int_value);
int_value         170 daemons/attrd/attrd_utils.c     int int_value = char2score(old_value);
int_value         177 daemons/attrd/attrd_utils.c     int_value += offset;
int_value         179 daemons/attrd/attrd_utils.c     if (int_value > PCMK_SCORE_INFINITY) {
int_value         180 daemons/attrd/attrd_utils.c         int_value = PCMK_SCORE_INFINITY;
int_value         182 daemons/attrd/attrd_utils.c     return int_value;
int_value         218 lib/cib/cib_ops.c     int int_value = -1;
int_value         224 lib/cib/cib_ops.c         int_value = atoi(old_value);
int_value         225 lib/cib/cib_ops.c         new_value = pcmk__itoa(++int_value);