rsc_template 960 crmd/lrm.c max = strlen(rsc_template) + strlen(lrm_state->node_name) + strlen(rsc_id) + 1; rsc_template 962 crmd/lrm.c snprintf(rsc_xpath, max, rsc_template, lrm_state->node_name, rsc_id); rsc_template 260 tools/fake_transition.c int max = strlen(rsc_template) + strlen(node) + strlen(resource) + 1; rsc_template 264 tools/fake_transition.c snprintf(xpath, max, rsc_template, node, resource);