path_max          201 crmd/te_callbacks.c         int path_max = 0;
path_max          212 crmd/te_callbacks.c         path_max = strlen(rsc_op_template) + strlen(op_id) + 1;
path_max          213 crmd/te_callbacks.c         rsc_op_xpath = calloc(1, path_max);
path_max          214 crmd/te_callbacks.c         snprintf(rsc_op_xpath, path_max, rsc_op_template, op_id);