replace 125 include/crm/cib.h int (*replace) (cib_t * cib, const char *section, xmlNode * data, int call_options); replace 400 lib/cib/cib_client.c new_cib->cmds->replace = cib_client_replace; replace 394 lib/cib/cib_ops.c const char *replace = NULL; replace 421 lib/cib/cib_ops.c replace = crm_element_value(update, XML_CIB_ATTR_REPLACE); replace 422 lib/cib/cib_ops.c if (replace != NULL) { replace 426 lib/cib/cib_ops.c len = strlen(replace); replace 428 lib/cib/cib_ops.c if (replace[lpc] == ',' || replace[lpc] == 0) { replace 438 lib/cib/cib_ops.c memcpy(replace_item, replace + last, lpc - last); replace 3180 lib/common/xml.c crm_xml_escape_shuffle(char *text, int start, int *length, const char *replace) replace 3183 lib/common/xml.c int offset = strlen(replace) - 1; /* We have space for 1 char already */ replace 3192 lib/common/xml.c memcpy(text + start, replace, offset + 1); replace 3265 lib/common/xml.c char *replace = crm_strdup_printf("\\%.3o", copy[index]); replace 3268 lib/common/xml.c copy = crm_xml_escape_shuffle(copy, index, &length, replace); replace 3269 lib/common/xml.c free(replace); replace 113 lib/services/upstart.c fix(char *input, const char *search, char replace) replace 126 lib/services/upstart.c match[0] = replace; replace 457 tools/cib_shadow.c rc = real_cib->cmds->replace(real_cib, NULL, input, command_options); replace 461 tools/cib_shadow.c rc = real_cib->cmds->replace(real_cib, XML_CIB_TAG_CONFIGURATION, config, replace 575 tools/crm_ticket.c rc = cib->cmds->replace(cib, XML_CIB_TAG_STATUS, ticket_state_xml, cib_options); replace 779 tools/fake_transition.c rc = fake_cib->cmds->replace(fake_cib, XML_CIB_TAG_STATUS, cib_node,