buffer 325 cib/callbacks.c char buffer[32]; buffer 332 cib/callbacks.c snprintf(buffer, 32, U64T, ping_seq); buffer 333 cib/callbacks.c crm_trace("Requesting peer digests (%s)", buffer); buffer 337 cib/callbacks.c crm_xml_add(ping, F_CIB_PING_ID, buffer); buffer 41 cib/cibio.h extern xmlNode *readCibXml(char *buffer); buffer 43 cib/cibio.h extern int activateCibBuffer(char *buffer, const char *filename); buffer 108 crmd/pengine.c pe_ipc_dispatch(const char *buffer, ssize_t length, gpointer userdata) buffer 110 crmd/pengine.c xmlNode *msg = string2xml(buffer); buffer 124 crmd/throttle.c char buffer[64*1024]; buffer 156 crmd/throttle.c if(fgets(buffer, sizeof(buffer), stream)) { buffer 162 crmd/throttle.c rc = sscanf(buffer, "%d %[^ ] %c %d %d %d %d %d %lu %lu %lu %lu %lu %lu %lu", buffer 206 crmd/throttle.c char buffer[256]; buffer 221 crmd/throttle.c if(fgets(buffer, sizeof(buffer), stream)) { buffer 222 crmd/throttle.c char *nl = strstr(buffer, "\n"); buffer 225 crmd/throttle.c *load = strtof(buffer, NULL); buffer 648 fencing/admin.c char *buffer = NULL; buffer 650 fencing/admin.c rc = st->cmds->metadata(st, st_opt_sync_call, agent, NULL, &buffer, timeout); buffer 652 fencing/admin.c printf("%s\n", buffer); buffer 654 fencing/admin.c free(buffer); buffer 192 fencing/commands.c char buffer[64] = { 0, }; buffer 206 fencing/commands.c snprintf(buffer, sizeof(buffer), "pcmk_%s_timeout", action); buffer 207 fencing/commands.c value = g_hash_table_lookup(device->params, buffer); buffer 692 fencing/commands.c char *buffer = NULL; buffer 698 fencing/commands.c buffer = g_hash_table_lookup(metadata_cache, agent); buffer 702 fencing/commands.c } else if(buffer == NULL) { buffer 704 fencing/commands.c int rc = st->cmds->metadata(st, st_opt_sync_call, agent, NULL, &buffer, 10); buffer 707 fencing/commands.c if (rc || !buffer) { buffer 711 fencing/commands.c g_hash_table_replace(metadata_cache, strdup(agent), buffer); buffer 714 fencing/commands.c xml = string2xml(buffer); buffer 44 include/crm/common/ipcs.h char *buffer; buffer 73 include/crm/common/mainloop.h int (*dispatch) (const char *buffer, ssize_t length, gpointer userdata); buffer 173 include/crm/common/util.h char *crm_md5sum(const char *buffer); buffer 353 include/crm_internal.h void crm_xml_dump(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth); buffer 354 include/crm_internal.h void crm_buffer_add_char(char **buffer, int *offset, int *max, char c); buffer 384 include/crm_internal.h int remote_proxy_dispatch(const char *buffer, ssize_t length, gpointer userdata); buffer 758 lib/ais/utils.c char *buffer = NULL; buffer 762 lib/ais/utils.c ais_malloc0(buffer, PW_BUFFER_LEN); buffer 763 lib/ais/utils.c getpwnam_r(name, &pwd, buffer, PW_BUFFER_LEN, &pwentry); buffer 778 lib/ais/utils.c ais_free(buffer); buffer 93 lib/cib/cib_native.c cib_native_dispatch_internal(const char *buffer, ssize_t length, gpointer userdata) buffer 107 lib/cib/cib_native.c msg = string2xml(buffer); buffer 193 lib/cib/cib_remote.c free(private->command.buffer); buffer 194 lib/cib/cib_remote.c free(private->callback.buffer); buffer 195 lib/cib/cib_remote.c private->command.buffer = NULL; buffer 196 lib/cib/cib_remote.c private->callback.buffer = NULL; buffer 329 lib/cib/cib_remote.c free(private->command.buffer); buffer 330 lib/cib/cib_remote.c private->command.buffer = NULL; buffer 114 lib/cluster/cluster.c char *buffer = NULL; buffer 116 lib/cluster/cluster.c buffer = calloc(1, (len + 1)); buffer 117 lib/cluster/cluster.c if (buffer != NULL) { buffer 118 lib/cluster/cluster.c snprintf(buffer, len, "%u", node->id); buffer 121 lib/cluster/cluster.c return buffer; buffer 258 lib/cluster/heartbeat.c char *buffer = NULL; buffer 263 lib/cluster/heartbeat.c buffer = dump_xml_unformatted(xml); buffer 264 lib/cluster/heartbeat.c orig = strlen(buffer); buffer 266 lib/cluster/heartbeat.c ha_msg_add(msg, name, buffer); buffer 273 lib/cluster/heartbeat.c rc = BZ2_bzBuffToBuffCompress(compressed, &len, buffer, orig, CRM_BZ2_BLOCKS, 0, CRM_BZ2_WORK); buffer 282 lib/cluster/heartbeat.c free(buffer); buffer 283 lib/cluster/heartbeat.c buffer = compressed; buffer 285 lib/cluster/heartbeat.c ha_msg_addbin(msg, name, buffer, len); buffer 287 lib/cluster/heartbeat.c free(buffer); buffer 305 lib/cluster/heartbeat.c crm_debug("Original %s, decompressed %s", buffer, uncompressed); buffer 296 lib/cluster/legacy.c char *buffer = NULL; buffer 298 lib/cluster/legacy.c rc = coroipcc_dispatch_get(ais_ipc_handle, (void **)&buffer, 0); buffer 306 lib/cluster/legacy.c if (buffer == NULL) { buffer 315 lib/cluster/legacy.c cluster->cpg.cpg_deliver_fn(0, NULL, 0, 0, buffer, 0); buffer 318 lib/cluster/legacy.c plugin_default_deliver_message(0, NULL, 0, 0, buffer, 0); buffer 564 lib/cluster/legacy.c pcmk_mcp_dispatch(const char *buffer, ssize_t length, gpointer userdata) buffer 566 lib/cluster/legacy.c xmlNode *msg = string2xml(buffer); buffer 800 lib/cluster/legacy.c char buffer[256]; buffer 808 lib/cluster/legacy.c if (CS_OK == confdb_key_get(config, object_handle, key, strlen(key), &buffer, &len)) { buffer 809 lib/cluster/legacy.c *value = strdup(buffer); buffer 42 lib/common/digest.c char *buffer = NULL; buffer 46 lib/common/digest.c crm_buffer_add_char(&buffer, &offset, &max, ' '); buffer 47 lib/common/digest.c crm_xml_dump(an_xml_node, 0, &buffer, &offset, &max, 0); buffer 48 lib/common/digest.c crm_buffer_add_char(&buffer, &offset, &max, '\n'); buffer 50 lib/common/digest.c return buffer; buffer 67 lib/common/digest.c char *buffer = NULL; buffer 77 lib/common/digest.c buffer = dump_xml_for_digest(input); buffer 78 lib/common/digest.c CRM_CHECK(buffer != NULL && strlen(buffer) > 0, free_xml(copy); buffer 79 lib/common/digest.c free(buffer); buffer 82 lib/common/digest.c digest = crm_md5sum(buffer); buffer 85 lib/common/digest.c free(buffer); buffer 102 lib/common/digest.c char *buffer = NULL; buffer 122 lib/common/digest.c crm_xml_dump(source, do_filter ? xml_log_option_filtered : 0, &buffer, &offset, &max, 0); buffer 125 lib/common/digest.c CRM_ASSERT(buffer != NULL); buffer 126 lib/common/digest.c digest = crm_md5sum(buffer); buffer 143 lib/common/digest.c free(buffer); buffer 127 lib/common/io.c char *buffer = NULL; buffer 158 lib/common/io.c free(buffer); buffer 159 lib/common/io.c buffer = NULL; buffer 163 lib/common/io.c buffer = calloc(1, (length + 1)); buffer 164 lib/common/io.c read_len = fread(buffer, 1, length, file_strm); buffer 167 lib/common/io.c free(buffer); buffer 168 lib/common/io.c buffer = NULL; buffer 172 lib/common/io.c seq = crm_parse_int(buffer, "0"); buffer 178 lib/common/io.c free(buffer); buffer 406 lib/common/ipc.c free(c->remote->buffer); buffer 615 lib/common/ipc.c char *buffer = dump_xml_unformatted(message); buffer 636 lib/common/ipc.c header->size_uncompressed = 1 + strlen(buffer); buffer 640 lib/common/ipc.c iov[1].iov_base = buffer; buffer 647 lib/common/ipc.c (buffer, header->size_uncompressed, max_send_size, &compressed, &new_size)) { buffer 655 lib/common/ipc.c free(buffer); buffer 671 lib/common/ipc.c free(buffer); buffer 815 lib/common/ipc.c char *buffer; buffer 853 lib/common/ipc.c client->buffer = malloc(client->buf_size); buffer 894 lib/common/ipc.c free(client->buffer); buffer 895 lib/common/ipc.c client->buffer = calloc(1, client->max_buf_size); buffer 935 lib/common/ipc.c free(client->buffer); buffer 1006 lib/common/ipc.c struct crm_ipc_response_header *header = (struct crm_ipc_response_header *)(void*)client->buffer; buffer 1019 lib/common/ipc.c client->buffer + hdr_offset, header->size_compressed, 1, 0); buffer 1037 lib/common/ipc.c memcpy(uncompressed, client->buffer, hdr_offset); /* Preserve the header */ buffer 1040 lib/common/ipc.c free(client->buffer); buffer 1042 lib/common/ipc.c client->buffer = uncompressed; buffer 1045 lib/common/ipc.c CRM_ASSERT(client->buffer[hdr_offset + header->size_uncompressed - 1] == 0); buffer 1056 lib/common/ipc.c CRM_ASSERT(client->buffer != NULL); buffer 1060 lib/common/ipc.c client->buffer[0] = 0; buffer 1061 lib/common/ipc.c client->msg_size = qb_ipcc_event_recv(client->ipc, client->buffer, client->buf_size - 1, 0); buffer 1069 lib/common/ipc.c header = (struct crm_ipc_response_header *)(void*)client->buffer; buffer 1078 lib/common/ipc.c client->buffer + hdr_offset); buffer 1099 lib/common/ipc.c return client->buffer + sizeof(struct crm_ipc_response_header); buffer 1108 lib/common/ipc.c if (client->buffer == NULL) { buffer 1112 lib/common/ipc.c header = (struct crm_ipc_response_header *)(void*)client->buffer; buffer 1129 lib/common/ipc.c rc = qb_ipcc_sendv_recv(client->ipc, iov, 2, client->buffer, client->buf_size, -1); buffer 1160 lib/common/ipc.c rc = qb_ipcc_recv(client->ipc, client->buffer, client->buf_size, 1000); buffer 1170 lib/common/ipc.c hdr = (struct crm_ipc_response_header *)(void*)client->buffer; buffer 1226 lib/common/ipc.c rc = qb_ipcc_recv(client->ipc, client->buffer, client->buf_size, ms_timeout); buffer 1299 lib/common/ipc.c struct crm_ipc_response_header *hdr = (struct crm_ipc_response_header *)(void*)client->buffer; buffer 431 lib/common/logging.c char buffer[NAME_MAX]; buffer 448 lib/common/logging.c snprintf(buffer, NAME_MAX, "%s.%d", blackbox_file_prefix, counter++); buffer 450 lib/common/logging.c crm_notice("Blackbox dump requested, please see %s for contents", buffer); buffer 455 lib/common/logging.c cs->function, cs->lineno, cs->filename, buffer); buffer 457 lib/common/logging.c crm_notice("Problem detected, please see %s for additional details", buffer); buffer 461 lib/common/logging.c qb_log_blackbox_write_to_file(buffer); buffer 635 lib/common/mainloop.c int (*dispatch_fn_ipc) (const char *buffer, ssize_t length, gpointer userdata); buffer 661 lib/common/mainloop.c const char *buffer = crm_ipc_buffer(client->ipc); buffer 664 lib/common/mainloop.c if (client->dispatch_fn_ipc(buffer, rc, client->userdata) < 0) { buffer 162 lib/common/procfs.c char buffer[2048]; buffer 164 lib/common/procfs.c while (fgets(buffer, sizeof(buffer), stream)) { buffer 165 lib/common/procfs.c if (crm_starts_with(buffer, "cpu") && isdigit(buffer[3])) { buffer 112 lib/common/remote.c struct crm_remote_header_v0 *header = (struct crm_remote_header_v0 *)remote->buffer; buffer 389 lib/common/remote.c if (remote->buffer == NULL || header == NULL) { buffer 403 lib/common/remote.c remote->buffer + header->payload_offset, buffer 420 lib/common/remote.c memcpy(uncompressed, remote->buffer, header->payload_offset); /* Preserve the header */ buffer 423 lib/common/remote.c free(remote->buffer); buffer 424 lib/common/remote.c remote->buffer = uncompressed; buffer 431 lib/common/remote.c CRM_LOG_ASSERT(remote->buffer[sizeof(struct crm_remote_header_v0) + header->payload_uncompressed - 1] == 0); buffer 433 lib/common/remote.c xml = string2xml(remote->buffer + header->payload_offset); buffer 439 lib/common/remote.c crm_err("Couldn't parse: '%.120s'", remote->buffer + header->payload_offset); buffer 533 lib/common/remote.c remote->buffer = realloc_safe(remote->buffer, remote->buffer_size + 1); buffer 534 lib/common/remote.c CRM_ASSERT(remote->buffer != NULL); buffer 540 lib/common/remote.c remote->buffer + remote->buffer_offset, buffer 556 lib/common/remote.c remote->buffer + remote->buffer_offset, buffer 571 lib/common/remote.c remote->buffer[remote->buffer_offset] = '\0'; buffer 863 lib/common/remote.c char buffer[INET6_ADDRSTRLEN]; buffer 916 lib/common/remote.c memset(buffer, 0, DIMOF(buffer)); buffer 917 lib/common/remote.c crm_sockaddr2str(addr, buffer); buffer 918 lib/common/remote.c crm_info("Attempting TCP connection to %s:%d", buffer, port); buffer 50 lib/common/strings.c crm_itoa_stack(int an_int, char *buffer, size_t len) buffer 52 lib/common/strings.c if (buffer != NULL) { buffer 53 lib/common/strings.c snprintf(buffer, len, "%d", an_int); buffer 56 lib/common/strings.c return buffer; buffer 63 lib/common/strings.c char *buffer = NULL; buffer 65 lib/common/strings.c buffer = malloc(len + 1); buffer 66 lib/common/strings.c if (buffer != NULL) { buffer 67 lib/common/strings.c snprintf(buffer, len, "%d", an_int); buffer 70 lib/common/strings.c return buffer; buffer 436 lib/common/utils.c char *buffer = NULL; buffer 440 lib/common/utils.c buffer = calloc(1, PW_BUFFER_LEN); buffer 441 lib/common/utils.c rc = getpwnam_r(name, &pwd, buffer, PW_BUFFER_LEN, &pwentry); buffer 456 lib/common/utils.c free(buffer); buffer 1393 lib/common/utils.c char *buffer = malloc(37); /* Including NUL byte */ buffer 1396 lib/common/utils.c uuid_unparse(uuid, buffer); buffer 1397 lib/common/utils.c return buffer; buffer 1424 lib/common/utils.c crm_md5sum(const char *buffer) buffer 1430 lib/common/utils.c if (buffer == NULL) { buffer 1431 lib/common/utils.c buffer = ""; buffer 1433 lib/common/utils.c len = strlen(buffer); buffer 1438 lib/common/utils.c md5_buffer(buffer, len, raw_digest); buffer 49 lib/common/xml.c __get_prefix(const char *prefix, xmlNode *xml, char *buffer, int offset); buffer 124 lib/common/xml.c #define buffer_print(buffer, max, offset, fmt, args...) do { \ buffer 126 lib/common/xml.c if(buffer) { \ buffer 127 lib/common/xml.c rc = snprintf((buffer) + (offset), (max) - (offset), fmt, ##args); \ buffer 129 lib/common/xml.c if(buffer && rc < 0) { \ buffer 131 lib/common/xml.c (buffer)[(offset)] = 0; \ buffer 136 lib/common/xml.c tmp = realloc_safe((buffer), (max)); \ buffer 138 lib/common/xml.c (buffer) = tmp; \ buffer 146 lib/common/xml.c insert_prefix(int options, char **buffer, int *offset, int *max, int depth) buffer 151 lib/common/xml.c if ((*buffer) == NULL || spaces >= ((*max) - (*offset))) { buffer 153 lib/common/xml.c (*buffer) = realloc_safe((*buffer), (*max)); buffer 155 lib/common/xml.c memset((*buffer) + (*offset), ' ', spaces); buffer 409 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; buffer 412 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "//%s", tag); buffer 414 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "//*"); buffer 418 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "["); buffer 422 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "@id='%s'", ref); buffer 426 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, " and "); buffer 430 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "@%s", attr); buffer 434 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "]"); buffer 438 lib/common/xml.c acl->xpath = strdup(buffer); buffer 983 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; buffer 985 lib/common/xml.c if(__get_prefix(NULL, xml->parent, buffer, offset) > 0) { buffer 991 lib/common/xml.c crm_xml_add(change, XML_DIFF_PATH, buffer); buffer 1009 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; buffer 1011 lib/common/xml.c if(__get_prefix(NULL, xml, buffer, offset) > 0) { buffer 1015 lib/common/xml.c crm_xml_add(change, XML_DIFF_PATH, buffer); buffer 1058 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; buffer 1061 lib/common/xml.c if(__get_prefix(NULL, xml, buffer, offset) > 0) { buffer 1065 lib/common/xml.c crm_xml_add(change, XML_DIFF_PATH, buffer); buffer 2438 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; buffer 2447 lib/common/xml.c offset = __get_prefix(NULL, xml, buffer, offset); buffer 2449 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "[@%s]", name); buffer 2472 lib/common/xml.c crm_trace("%x access denied to %s: parent", mode, buffer); buffer 2479 lib/common/xml.c crm_trace("%x access denied to %s: default", mode, buffer); buffer 2613 lib/common/xml.c __get_prefix(const char *prefix, xmlNode *xml, char *buffer, int offset) buffer 2618 lib/common/xml.c offset = __get_prefix(NULL, xml->parent, buffer, offset); buffer 2622 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "/%s[@id='%s']", (const char *)xml->name, id); buffer 2624 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "/%s", (const char *)xml->name); buffer 2634 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; buffer 2636 lib/common/xml.c if(__get_prefix(NULL, xml, buffer, offset) > 0) { buffer 2637 lib/common/xml.c return strdup(buffer); buffer 2660 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; buffer 2662 lib/common/xml.c __get_prefix(NULL, child, buffer, offset); buffer 2663 lib/common/xml.c crm_trace("Cannot remove %s %x", buffer, p->flags); buffer 2669 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; buffer 2671 lib/common/xml.c if(__get_prefix(NULL, child, buffer, offset) > 0) { buffer 2674 lib/common/xml.c crm_trace("Deleting %s %p from %p", buffer, child, doc); buffer 2676 lib/common/xml.c deleted_obj->path = strdup(buffer); buffer 2854 lib/common/xml.c char *buffer = NULL; buffer 2877 lib/common/xml.c buffer = realloc_safe(buffer, XML_BUFFER_SIZE + length + 1); buffer 2878 lib/common/xml.c read_len = BZ2_bzRead(&rc, bz_file, buffer + length, XML_BUFFER_SIZE); buffer 2887 lib/common/xml.c buffer[length] = '\0'; buffer 2891 lib/common/xml.c free(buffer); buffer 2892 lib/common/xml.c buffer = NULL; buffer 2901 lib/common/xml.c return buffer; buffer 3064 lib/common/xml.c char *buffer = NULL; buffer 3079 lib/common/xml.c buffer = dump_xml_formatted(xml_node); buffer 3080 lib/common/xml.c CRM_CHECK(buffer != NULL && strlen(buffer) > 0, crm_log_xml_warn(xml_node, "dump:failed"); buffer 3093 lib/common/xml.c BZ2_bzWrite(&rc, bz_file, buffer, strlen(buffer)); buffer 3114 lib/common/xml.c res = fprintf(stream, "%s", buffer); buffer 3137 lib/common/xml.c free(buffer); buffer 3282 lib/common/xml.c dump_xml_attr(xmlAttrPtr attr, int options, char **buffer, int *offset, int *max) buffer 3288 lib/common/xml.c CRM_ASSERT(buffer != NULL); buffer 3300 lib/common/xml.c buffer_print(*buffer, *max, *offset, " %s=\"%s\"", p_name, p_value); buffer 3323 lib/common/xml.c char *buffer = NULL; buffer 3325 lib/common/xml.c insert_prefix(options, &buffer, &offset, &max, depth); buffer 3328 lib/common/xml.c buffer_print(buffer, max, offset, "<!--%s-->", data->content); buffer 3331 lib/common/xml.c buffer_print(buffer, max, offset, "<%s", name); buffer 3354 lib/common/xml.c buffer_print(buffer, max, offset, " %s=\"%s\"", p_name, p_copy); buffer 3359 lib/common/xml.c buffer_print(buffer, max, offset, "/>"); buffer 3362 lib/common/xml.c buffer_print(buffer, max, offset, ">"); buffer 3365 lib/common/xml.c buffer_print(buffer, max, offset, "/>"); buffer 3369 lib/common/xml.c do_crm_log_alias(log_level, file, function, line, "%s %s", prefix, buffer); buffer 3370 lib/common/xml.c free(buffer); buffer 3389 lib/common/xml.c char *buffer = NULL; buffer 3391 lib/common/xml.c insert_prefix(options, &buffer, &offset, &max, depth); buffer 3392 lib/common/xml.c buffer_print(buffer, max, offset, "</%s>", name); buffer 3394 lib/common/xml.c do_crm_log_alias(log_level, file, function, line, "%s %s", prefix, buffer); buffer 3395 lib/common/xml.c free(buffer); buffer 3550 lib/common/xml.c dump_filtered_xml(xmlNode * data, int options, char **buffer, int *offset, int *max) buffer 3573 lib/common/xml.c dump_xml_attr(xIter, options, buffer, offset, max); buffer 3579 lib/common/xml.c dump_xml_element(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth) buffer 3585 lib/common/xml.c CRM_ASSERT(buffer != NULL); buffer 3592 lib/common/xml.c if (*buffer == NULL) { buffer 3600 lib/common/xml.c insert_prefix(options, buffer, offset, max, depth); buffer 3601 lib/common/xml.c buffer_print(*buffer, *max, *offset, "<%s", name); buffer 3604 lib/common/xml.c dump_filtered_xml(data, options, buffer, offset, max); buffer 3610 lib/common/xml.c dump_xml_attr(xIter, options, buffer, offset, max); buffer 3615 lib/common/xml.c buffer_print(*buffer, *max, *offset, "/>"); buffer 3618 lib/common/xml.c buffer_print(*buffer, *max, *offset, ">"); buffer 3622 lib/common/xml.c buffer_print(*buffer, *max, *offset, "\n"); buffer 3628 lib/common/xml.c crm_xml_dump(xChild, options, buffer, offset, max, depth + 1); buffer 3631 lib/common/xml.c insert_prefix(options, buffer, offset, max, depth); buffer 3632 lib/common/xml.c buffer_print(*buffer, *max, *offset, "</%s>", name); buffer 3635 lib/common/xml.c buffer_print(*buffer, *max, *offset, "\n"); buffer 3641 lib/common/xml.c dump_xml_text(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth) buffer 3645 lib/common/xml.c CRM_ASSERT(buffer != NULL); buffer 3652 lib/common/xml.c if (*buffer == NULL) { buffer 3657 lib/common/xml.c insert_prefix(options, buffer, offset, max, depth); buffer 3659 lib/common/xml.c buffer_print(*buffer, *max, *offset, "%s", data->content); buffer 3662 lib/common/xml.c buffer_print(*buffer, *max, *offset, "\n"); buffer 3668 lib/common/xml.c dump_xml_comment(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth) buffer 3672 lib/common/xml.c CRM_ASSERT(buffer != NULL); buffer 3679 lib/common/xml.c if (*buffer == NULL) { buffer 3684 lib/common/xml.c insert_prefix(options, buffer, offset, max, depth); buffer 3686 lib/common/xml.c buffer_print(*buffer, *max, *offset, "<!--"); buffer 3687 lib/common/xml.c buffer_print(*buffer, *max, *offset, "%s", data->content); buffer 3688 lib/common/xml.c buffer_print(*buffer, *max, *offset, "-->"); buffer 3691 lib/common/xml.c buffer_print(*buffer, *max, *offset, "\n"); buffer 3696 lib/common/xml.c crm_xml_dump(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth) buffer 3721 lib/common/xml.c *buffer = NULL; buffer 3742 lib/common/xml.c *buffer = strdup((char *)xml_buffer->content); buffer 3759 lib/common/xml.c dump_xml_element(data, options, buffer, offset, max, depth); buffer 3764 lib/common/xml.c dump_xml_text(data, options, buffer, offset, max, depth); buffer 3768 lib/common/xml.c dump_xml_comment(data, options, buffer, offset, max, depth); buffer 3799 lib/common/xml.c crm_buffer_add_char(char **buffer, int *offset, int *max, char c) buffer 3801 lib/common/xml.c buffer_print(*buffer, *max, *offset, "%c", c); buffer 3807 lib/common/xml.c char *buffer = NULL; buffer 3810 lib/common/xml.c crm_xml_dump(an_xml_node, xml_log_option_formatted|xml_log_option_text, &buffer, &offset, &max, 0); buffer 3811 lib/common/xml.c return buffer; buffer 3817 lib/common/xml.c char *buffer = NULL; buffer 3820 lib/common/xml.c crm_xml_dump(an_xml_node, xml_log_option_formatted, &buffer, &offset, &max, 0); buffer 3821 lib/common/xml.c return buffer; buffer 3827 lib/common/xml.c char *buffer = NULL; buffer 3830 lib/common/xml.c crm_xml_dump(an_xml_node, 0, &buffer, &offset, &max, 0); buffer 3831 lib/common/xml.c return buffer; buffer 149 lib/fencing/st_client.c int stonith_dispatch_internal(const char *buffer, ssize_t length, gpointer userdata); buffer 513 lib/fencing/st_client.c char buffer[512]; buffer 519 lib/fencing/st_client.c snprintf(buffer, sizeof(buffer), "pcmk_%s_action", action); buffer 521 lib/fencing/st_client.c value = g_hash_table_lookup(device_args, buffer); buffer 526 lib/fencing/st_client.c snprintf(buffer, sizeof(buffer), "pcmk_%s_cmd", action); buffer 527 lib/fencing/st_client.c value = g_hash_table_lookup(device_args, buffer); buffer 695 lib/fencing/st_client.c char buffer[512]; buffer 698 lib/fencing/st_client.c snprintf(buffer, sizeof(buffer), "pcmk_%s_retries", _action); buffer 699 lib/fencing/st_client.c value = g_hash_table_lookup(device_args, buffer); buffer 713 lib/fencing/st_client.c char buffer[READ_MAX]; buffer 724 lib/fencing/st_client.c memset(&buffer, 0, READ_MAX); buffer 725 lib/fencing/st_client.c more = read(fd, buffer, READ_MAX - 1); buffer 728 lib/fencing/st_client.c buffer[more] = 0; /* Make sure it's nul-terminated for logging buffer 732 lib/fencing/st_client.c snprintf(output + len, more + 1, "%s", buffer); buffer 1170 lib/fencing/st_client.c char buffer[FILENAME_MAX + 1]; buffer 1183 lib/fencing/st_client.c snprintf(buffer, FILENAME_MAX, "%s/%s", RH_STONITH_DIR, namelist[file_num]->d_name); buffer 1184 lib/fencing/st_client.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) { buffer 1237 lib/fencing/st_client.c char *buffer = NULL; buffer 1249 lib/fencing/st_client.c int exec_rc = stonith_action_execute(action, &rc, &buffer); buffer 1254 lib/fencing/st_client.c if (exec_rc < 0 || rc != 0 || buffer == NULL) { buffer 1256 lib/fencing/st_client.c crm_debug("Query failed: %d %d: %s", exec_rc, rc, crm_str(buffer)); buffer 1257 lib/fencing/st_client.c free(buffer); /* Just in case */ buffer 1261 lib/fencing/st_client.c xml = string2xml(buffer); buffer 1264 lib/fencing/st_client.c free(buffer); buffer 1301 lib/fencing/st_client.c free(buffer); buffer 1302 lib/fencing/st_client.c buffer = dump_xml_formatted_with_text(xml); buffer 1304 lib/fencing/st_client.c if (!buffer) { buffer 1380 lib/fencing/st_client.c buffer = calloc(1, bufferlen); buffer 1381 lib/fencing/st_client.c snprintf(buffer, bufferlen - 1, META_TEMPLATE, buffer 1395 lib/fencing/st_client.c *output = buffer; buffer 1398 lib/fencing/st_client.c free(buffer); buffer 1588 lib/fencing/st_client.c char buffer[FILENAME_MAX + 1]; buffer 1590 lib/fencing/st_client.c snprintf(buffer, FILENAME_MAX, "%s/%s", RH_STONITH_DIR, agent); buffer 1591 lib/fencing/st_client.c rc = stat(buffer, &prop); buffer 2366 lib/fencing/st_client.c stonith_dispatch_internal(const char *buffer, ssize_t length, gpointer userdata) buffer 2378 lib/fencing/st_client.c blob.xml = string2xml(buffer); buffer 2380 lib/fencing/st_client.c crm_warn("Received a NULL msg from STONITH service: %s.", buffer); buffer 121 lib/gnu/md5.c ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3); buffer 122 lib/gnu/md5.c ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); buffer 124 lib/gnu/md5.c memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes); buffer 127 lib/gnu/md5.c md5_process_block (ctx->buffer, size * 4, ctx); buffer 141 lib/gnu/md5.c char *buffer = malloc (BLOCKSIZE + 72); buffer 142 lib/gnu/md5.c if (!buffer) buffer 160 lib/gnu/md5.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); buffer 174 lib/gnu/md5.c free (buffer); buffer 190 lib/gnu/md5.c md5_process_block (buffer, BLOCKSIZE, &ctx); buffer 197 lib/gnu/md5.c md5_process_bytes (buffer, sum, &ctx); buffer 201 lib/gnu/md5.c free (buffer); buffer 210 lib/gnu/md5.c md5_buffer (const char *buffer, size_t len, void *resblock) buffer 218 lib/gnu/md5.c md5_process_bytes (buffer, len, &ctx); buffer 226 lib/gnu/md5.c md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) buffer 235 lib/gnu/md5.c memcpy (&((char *) ctx->buffer)[left_over], buffer, add); buffer 240 lib/gnu/md5.c md5_process_block (ctx->buffer, ctx->buflen & ~63, ctx); buffer 244 lib/gnu/md5.c memcpy (ctx->buffer, buffer 245 lib/gnu/md5.c &((char *) ctx->buffer)[(left_over + add) & ~63], buffer 249 lib/gnu/md5.c buffer = (const char *) buffer + add; buffer 258 lib/gnu/md5.c if (UNALIGNED_P (buffer)) buffer 261 lib/gnu/md5.c md5_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); buffer 262 lib/gnu/md5.c buffer = (const char *) buffer + 64; buffer 268 lib/gnu/md5.c md5_process_block (buffer, len & ~63, ctx); buffer 269 lib/gnu/md5.c buffer = (const char *) buffer + (len & ~63); buffer 279 lib/gnu/md5.c memcpy (&((char *) ctx->buffer)[left_over], buffer, len); buffer 283 lib/gnu/md5.c md5_process_block (ctx->buffer, 64, ctx); buffer 285 lib/gnu/md5.c memcpy (ctx->buffer, &ctx->buffer[16], left_over); buffer 305 lib/gnu/md5.c md5_process_block (const void *buffer, size_t len, struct md5_ctx *ctx) buffer 308 lib/gnu/md5.c const uint32_t *words = buffer; buffer 70 lib/gnu/md5.h uint32_t buffer[32]; buffer 86 lib/gnu/md5.h extern void __md5_process_block (const void *buffer, size_t len, buffer 93 lib/gnu/md5.h extern void __md5_process_bytes (const void *buffer, size_t len, buffer 118 lib/gnu/md5.h extern void *__md5_buffer (const char *buffer, size_t len, buffer 297 lib/lrmd/lrmd_client.c lrmd_ipc_dispatch(const char *buffer, ssize_t length, gpointer userdata) buffer 309 lib/lrmd/lrmd_client.c msg = string2xml(buffer); buffer 536 lib/lrmd/lrmd_client.c free(native->remote->buffer); buffer 537 lib/lrmd/lrmd_client.c native->remote->buffer = NULL; buffer 638 lib/lrmd/lrmd_client.c if (native->remote->buffer && native->process_notify) { buffer 128 lib/lrmd/proxy_common.c remote_proxy_dispatch(const char *buffer, ssize_t length, gpointer userdata) buffer 135 lib/lrmd/proxy_common.c xml = string2xml(buffer); buffer 143 lib/lrmd/proxy_common.c crm_trace("Passing response back to %.8s on %s: %.200s - request id: %d", proxy->session_id, proxy->node_name, buffer, proxy->last_request_id); buffer 148 lib/lrmd/proxy_common.c crm_trace("Passing event back to %.8s on %s: %.200s", proxy->session_id, proxy->node_name, buffer); buffer 62 lib/pengine/container.c allocate_ip(container_variant_data_t *data, container_grouping_t *tuple, char *buffer, int max) buffer 76 lib/pengine/container.c return snprintf(buffer, max, " --add-host=%s-%d:%s --link %s-docker-%d:%s-link-%d", buffer 81 lib/pengine/container.c return snprintf(buffer, max, " --add-host=%s-%d:%s", buffer 84 lib/pengine/container.c return snprintf(buffer, max, " --hosts-entry=%s=%s-%d", buffer 186 lib/pengine/container.c char *buffer = calloc(1, max+1); buffer 208 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --restart=no"); buffer 216 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -h %s-%d", buffer 220 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -e PCMK_stderr=1"); buffer 224 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --net=%s", data->docker_network); buffer 228 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%s", data->control_port); buffer 230 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%d", DEFAULT_REMOTE_PORT); buffer 244 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -v %s:%s", source, mount->target); buffer 248 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -v %s:%s", mount->source, mount->target); buffer 251 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, ":%s", mount->options); buffer 259 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -p %s:%s:%s", buffer 263 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -p %s:%s", port->source, port->target); buffer 268 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " %s", data->docker_run_options); buffer 272 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " %s", data->docker_host_options); buffer 275 lib/pengine/container.c crm_create_nvpair_xml(xml_obj, NULL, "run_opts", buffer); buffer 276 lib/pengine/container.c free(buffer); buffer 343 lib/pengine/container.c char *buffer = calloc(1, max+1); buffer 373 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --hostname=%s-%d", buffer 377 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_stderr=1"); buffer 381 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --net=%s", data->docker_network); buffer 385 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_remote_port=%s", data->control_port); buffer 387 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_remote_port=%d", DEFAULT_REMOTE_PORT); buffer 401 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --volume vol%d,kind=host,source=%s", volid, source); buffer 403 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, ",%s", mount->options); buffer 405 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --mount volume=vol%d,target=%s", volid, mount->target); buffer 409 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --volume vol%d,kind=host,source=%s", volid, mount->source); buffer 411 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, ",%s", mount->options); buffer 413 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --mount volume=vol%d,target=%s", volid, mount->target); buffer 422 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --port=%s:%s:%s", buffer 425 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --port=%s:%s", port->target, port->source); buffer 430 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " %s", data->docker_run_options); buffer 434 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " %s", data->docker_host_options); buffer 437 lib/pengine/container.c crm_create_nvpair_xml(xml_obj, NULL, "run_opts", buffer); buffer 438 lib/pengine/container.c free(buffer); buffer 1006 lib/pengine/container.c char *buffer = NULL; buffer 1061 lib/pengine/container.c buffer = calloc(1, max+1); buffer 1073 lib/pengine/container.c offset += allocate_ip(container_data, tuple, buffer+offset, max-offset); buffer 1077 lib/pengine/container.c container_data->docker_host_options = buffer; buffer 1086 lib/pengine/container.c char *buffer = calloc(1, max+1); buffer 1091 lib/pengine/container.c offset += allocate_ip(container_data, tuple, buffer+offset, max-offset); buffer 1095 lib/pengine/container.c container_data->docker_host_options = buffer; buffer 1277 lib/pengine/container.c char buffer[LINE_MAX]; buffer 1284 lib/pengine/container.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", rsc_printable_id(tuple->remote)); buffer 1286 lib/pengine/container.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", rsc_printable_id(tuple->docker)); buffer 1289 lib/pengine/container.c offset += snprintf(buffer + offset, LINE_MAX - offset, " (%s)", tuple->ipaddr); buffer 1295 lib/pengine/container.c common_print(rsc, pre_text, buffer, node, options, print_data); buffer 489 lib/pengine/native.c char buffer[LINE_MAX]; buffer 539 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", pre_text); buffer 541 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", name); buffer 542 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, "\t(%s", class); buffer 545 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, "::%s", prov); buffer 547 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, ":%s):\t", kind); buffer 549 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, " ORPHANED "); buffer 552 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, "FAILED %s", role2text(role)); buffer 554 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, "FAILED"); buffer 558 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", rsc_state); buffer 562 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, " %s", node->details->uname); buffer 619 lib/pengine/native.c status_print("%s (%s)%s%s", buffer, flagBuffer, desc?" ":"", desc?desc:""); buffer 621 lib/pengine/native.c status_print("%s%s%s", buffer, desc?" ":"", desc?desc:""); buffer 816 lib/pengine/native.c char buffer[LINE_MAX]; buffer 825 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", class); buffer 828 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, "::%s", prov); buffer 830 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, ":%s", kind); buffer 834 lib/pengine/native.c rsc_counter = g_hash_table_lookup(rsc_table, buffer); buffer 838 lib/pengine/native.c g_hash_table_insert(rsc_table, strdup(buffer), rsc_counter); buffer 860 lib/pengine/native.c active_counter = g_hash_table_lookup(node_table, buffer); buffer 864 lib/pengine/native.c g_hash_table_insert(node_table, strdup(buffer), active_counter); buffer 993 lib/services/services.c char buffer[1024] = { 0, }; buffer 1021 lib/services/services.c while (fgets(buffer, sizeof(buffer), fp)) { buffer 1024 lib/services/services.c if (crm_starts_with(buffer, LSB_INITSCRIPT_INFOBEGIN_TAG)) { buffer 1033 lib/services/services.c if (lsb_meta_helper_get_value(buffer, &provides, PROVIDES)) { buffer 1036 lib/services/services.c if (lsb_meta_helper_get_value(buffer, &req_start, REQ_START)) { buffer 1039 lib/services/services.c if (lsb_meta_helper_get_value(buffer, &req_stop, REQ_STOP)) { buffer 1042 lib/services/services.c if (lsb_meta_helper_get_value(buffer, &shld_start, SHLD_START)) { buffer 1045 lib/services/services.c if (lsb_meta_helper_get_value(buffer, &shld_stop, SHLD_STOP)) { buffer 1048 lib/services/services.c if (lsb_meta_helper_get_value(buffer, &dflt_start, DFLT_START)) { buffer 1051 lib/services/services.c if (lsb_meta_helper_get_value(buffer, &dflt_stop, DFLT_STOP)) { buffer 1054 lib/services/services.c if (lsb_meta_helper_get_value(buffer, &s_dscrpt, SHORT_DSCR)) { buffer 1060 lib/services/services.c && crm_starts_with(buffer, DESCRIPTION)) { buffer 1065 lib/services/services.c buffer + strlen(DESCRIPTION)); buffer 1068 lib/services/services.c buffer[0] = '\0'; buffer 1069 lib/services/services.c while (fgets(buffer, sizeof(buffer), fp)) { buffer 1070 lib/services/services.c if (crm_starts_with(buffer, "# ") buffer 1071 lib/services/services.c || crm_starts_with(buffer, "#\t")) { buffer 1076 lib/services/services.c "%s", buffer + 1); buffer 1096 lib/services/services.c if (crm_starts_with(buffer, LSB_INITSCRIPT_INFOEND_TAG)) { buffer 1099 lib/services/services.c if (buffer[0] != '#') { buffer 156 lib/services/services_linux.c char buffer[500]; buffer 158 lib/services/services_linux.c snprintf(buffer, sizeof(buffer), "OCF_RESKEY_%s", (char *)key); buffer 159 lib/services/services_linux.c set_ocf_env(buffer, value, user_data); buffer 814 lib/services/services_linux.c char buffer[PATH_MAX]; buffer 829 lib/services/services_linux.c snprintf(buffer, sizeof(buffer), "%s/%s", root, namelist[lpc]->d_name); buffer 831 lib/services/services_linux.c if (stat(buffer, &sb)) { buffer 883 lib/services/services_linux.c char buffer[500]; buffer 885 lib/services/services_linux.c snprintf(buffer, sizeof(buffer), "%s/resource.d/%s", OCF_ROOT_DIR, provider); buffer 886 lib/services/services_linux.c return get_directory_list(buffer, TRUE, TRUE); buffer 248 lrmd/tls_backend.c char buffer[INET6_ADDRSTRLEN] = { 0, }; buffer 250 lrmd/tls_backend.c crm_sockaddr2str(addr->ai_addr, buffer); buffer 251 lrmd/tls_backend.c crm_trace("Attempting to bind on address %s", buffer); buffer 262 lrmd/tls_backend.c crm_perror(LOG_INFO, "Couldn't allow the reuse of local addresses by our remote listener, bind address %s", buffer); buffer 271 lrmd/tls_backend.c crm_perror(LOG_INFO, "Couldn't disable IPV6 only on address %s", buffer); buffer 283 lrmd/tls_backend.c crm_err("Can not start listen on address %s", buffer); buffer 288 lrmd/tls_backend.c crm_notice("Listening on address %s", buffer); buffer 161 mcp/corosync.c char buffer[256]; buffer 169 mcp/corosync.c if (CS_OK == confdb_key_get(config, object_handle, key, strlen(key), &buffer, &len)) { buffer 170 mcp/corosync.c *value = strdup(buffer); buffer 605 mcp/pacemaker.c char buffer[1024]; buffer 610 mcp/pacemaker.c rc = snprintf(buffer, SIZEOF(buffer), "<node uname=\"%s\" proclist=\"%u\"/>", buffer 613 mcp/pacemaker.c rc = snprintf(buffer, SIZEOF(buffer), "<node proclist=\"%u\"/>", get_process_list()); buffer 616 mcp/pacemaker.c crm_trace("Sending %s", buffer); buffer 618 mcp/pacemaker.c iov->iov_base = strdup(buffer); buffer 171 tools/cibadmin.c char *buffer; buffer 194 tools/cibadmin.c buffer = dump_xml_formatted(xml); buffer 195 tools/cibadmin.c fprintf(stdout, "%s", crm_str(buffer)); buffer 196 tools/cibadmin.c free(buffer); buffer 74 tools/crm_diff.c char *buffer = dump_xml_formatted(patch); buffer 76 tools/crm_diff.c printf("%s\n", crm_str(buffer)); buffer 77 tools/crm_diff.c free(buffer); buffer 96 tools/crm_diff.c char *buffer; buffer 101 tools/crm_diff.c buffer = calculate_xml_versioned_digest(output, FALSE, TRUE, version); buffer 102 tools/crm_diff.c crm_trace("Digest: %s\n", crm_str(buffer)); buffer 103 tools/crm_diff.c free(buffer); buffer 188 tools/crm_node.c char buffer[64]; buffer 189 tools/crm_node.c if(snprintf(buffer, 63, "%u", n) > 0) { buffer 190 tools/crm_node.c crm_xml_add(cmd, F_ATTRD_HOST_ID, buffer); buffer 229 tools/crm_node.c node_mcp_dispatch(const char *buffer, ssize_t length, gpointer userdata) buffer 231 tools/crm_node.c xmlNode *msg = string2xml(buffer); buffer 370 tools/crm_node.c char *buffer = NULL; buffer 394 tools/crm_node.c buffer = malloc(50); buffer 402 tools/crm_node.c } else if (buffer != NULL) { buffer 403 tools/crm_node.c cl_uuid_unparse(&uuid, buffer); buffer 404 tools/crm_node.c fprintf(stdout, "%s\n", buffer); buffer 412 tools/crm_node.c free(buffer); buffer 76 tools/crm_resource.c resource_ipc_callback(const char *buffer, ssize_t length, gpointer userdata) buffer 78 tools/crm_resource.c xmlNode *msg = string2xml(buffer); buffer 561 tools/crm_simulate.c char buffer[FILENAME_MAX]; buffer 574 tools/crm_simulate.c snprintf(buffer, sizeof(buffer), "%s/%s", dir, namelist[file_num]->d_name); buffer 575 tools/crm_simulate.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) { buffer 576 tools/crm_simulate.c profile_one(buffer); buffer 49 tools/crm_uuid.c int write_local_hb_uuid(const char *buffer); buffer 109 tools/crm_uuid.c char *buffer = NULL; buffer 137 tools/crm_uuid.c buffer = malloc(50); buffer 144 tools/crm_uuid.c } else if (buffer != NULL) { buffer 145 tools/crm_uuid.c cl_uuid_unparse(&uuid, buffer); buffer 146 tools/crm_uuid.c fprintf(stdout, "%s\n", buffer); buffer 154 tools/crm_uuid.c free(buffer); buffer 166 tools/crm_uuid.c char *buffer = strdup(new_value); buffer 168 tools/crm_uuid.c rc = cl_uuid_parse(buffer, &uuid); buffer 53 tools/crmadmin.c int admin_msg_callback(const char *buffer, ssize_t length, gpointer userdata); buffer 458 tools/crmadmin.c admin_msg_callback(const char *buffer, ssize_t length, gpointer userdata) buffer 461 tools/crmadmin.c xmlNode *xml = string2xml(buffer);