first_half        349 tools/crm_resource_ban.c     char *first_half = NULL;
first_half        364 tools/crm_resource_ban.c     first_half = calloc(1, XPATH_MAX);
first_half        365 tools/crm_resource_ban.c     offset += snprintf(first_half + offset, XPATH_MAX - offset, "//rsc_location");
first_half        368 tools/crm_resource_ban.c         offset += snprintf(first_half + offset, XPATH_MAX - offset, "[");
first_half        372 tools/crm_resource_ban.c                 offset += snprintf(first_half + offset, XPATH_MAX - offset, "@node='%s' and ", node);
first_half        374 tools/crm_resource_ban.c                 offset += snprintf(first_half + offset, XPATH_MAX - offset, "@node='%s'", node);
first_half        381 tools/crm_resource_ban.c             offset += snprintf(first_half + offset, XPATH_MAX - offset,
first_half        386 tools/crm_resource_ban.c             offset += snprintf(first_half + offset, XPATH_MAX - offset, "@rsc='%s']", rsc);
first_half        390 tools/crm_resource_ban.c             offset += snprintf(first_half + offset, XPATH_MAX - offset,
first_half        393 tools/crm_resource_ban.c             offset += snprintf(first_half + offset, XPATH_MAX - offset, "]");
first_half        400 tools/crm_resource_ban.c                                              first_half, rsc_role_substr, node, date_substr);
first_half        403 tools/crm_resource_ban.c                                              first_half, node, date_substr);
first_half        406 tools/crm_resource_ban.c         xpath_string = crm_strdup_printf("%s%s", first_half, date_substr);
first_half        409 tools/crm_resource_ban.c     free(first_half);