buffer 400 daemons/based/based_callbacks.c char buffer[32]; buffer 407 daemons/based/based_callbacks.c snprintf(buffer, 32, "%" PRIu64, ping_seq); buffer 408 daemons/based/based_callbacks.c crm_trace("Requesting peer digests (%s)", buffer); buffer 412 daemons/based/based_callbacks.c crm_xml_add(ping, PCMK__XA_CIB_PING_ID, buffer); buffer 130 daemons/controld/controld_throttle.c char buffer[64*1024]; buffer 162 daemons/controld/controld_throttle.c if(fgets(buffer, sizeof(buffer), stream)) { buffer 168 daemons/controld/controld_throttle.c rc = sscanf(buffer, "%d %[^ ] %c %d %d %d %d %d %lu %lu %lu %lu %lu %lu %lu", buffer 212 daemons/controld/controld_throttle.c char buffer[256]; buffer 227 daemons/controld/controld_throttle.c if(fgets(buffer, sizeof(buffer), stream)) { buffer 228 daemons/controld/controld_throttle.c char *nl = strstr(buffer, "\n"); buffer 231 daemons/controld/controld_throttle.c *load = strtof(buffer, NULL); buffer 265 daemons/execd/remoted_tls.c char buffer[INET6_ADDRSTRLEN] = { 0, }; buffer 267 daemons/execd/remoted_tls.c pcmk__sockaddr2str(addr->ai_addr, buffer); buffer 268 daemons/execd/remoted_tls.c crm_trace("Attempting to bind to address %s", buffer); buffer 282 daemons/execd/remoted_tls.c crm_err("Local address reuse not allowed on %s: %s", buffer, pcmk_rc_str(rc)); buffer 292 daemons/execd/remoted_tls.c crm_err("Couldn't disable IPV6-only on %s: %s", buffer, pcmk_rc_str(rc)); buffer 300 daemons/execd/remoted_tls.c crm_err("Cannot bind to %s: %s", buffer, pcmk_rc_str(rc)); buffer 307 daemons/execd/remoted_tls.c crm_err("Cannot listen on %s: %s", buffer, pcmk_rc_str(rc)); buffer 217 daemons/fenced/fenced_commands.c char buffer[64] = { 0, }; buffer 231 daemons/fenced/fenced_commands.c snprintf(buffer, sizeof(buffer), "pcmk_%s_timeout", action); buffer 232 daemons/fenced/fenced_commands.c value = g_hash_table_lookup(device->params, buffer); buffer 870 daemons/fenced/fenced_commands.c char *buffer = NULL; buffer 880 daemons/fenced/fenced_commands.c buffer = g_hash_table_lookup(metadata_cache, agent); buffer 881 daemons/fenced/fenced_commands.c if (buffer == NULL) { buffer 891 daemons/fenced/fenced_commands.c NULL, &buffer, 10); buffer 893 daemons/fenced/fenced_commands.c if (rc || !buffer) { buffer 897 daemons/fenced/fenced_commands.c g_hash_table_replace(metadata_cache, pcmk__str_copy(agent), buffer); buffer 900 daemons/fenced/fenced_commands.c *metadata = pcmk__xml_parse(buffer); buffer 112 include/crm/common/ipc_internal.h char *buffer; buffer 94 include/crm/common/mainloop.h int (*dispatch) (const char *buffer, ssize_t length, gpointer userdata); buffer 163 include/crm/common/strings_internal.h void pcmk__g_strcat(GString *buffer, ...) G_GNUC_NULL_TERMINATED; buffer 96 include/crm/common/util.h char *crm_md5sum(const char *buffer); buffer 25 include/crm/common/xml_io_internal.h void pcmk__xml_string(const xmlNode *data, uint32_t options, GString *buffer, buffer 77 include/crm/lrmd_internal.h int remote_proxy_dispatch(const char *buffer, ssize_t length, buffer 178 lib/cib/cib_native.c cib_native_dispatch_internal(const char *buffer, ssize_t length, buffer 193 lib/cib/cib_native.c msg = pcmk__xml_parse(buffer); buffer 294 lib/cib/cib_remote.c free(private->command.buffer); buffer 295 lib/cib/cib_remote.c private->command.buffer = NULL; buffer 347 lib/cib/cib_remote.c free(private->command.buffer); buffer 348 lib/cib/cib_remote.c free(private->callback.buffer); buffer 349 lib/cib/cib_remote.c private->command.buffer = NULL; buffer 350 lib/cib/cib_remote.c private->callback.buffer = NULL; buffer 148 lib/common/crmcommon_private.h void pcmk__dump_xml_attr(const xmlAttr *attr, GString *buffer); buffer 35 lib/common/digest.c GString *buffer = g_string_sized_new(1024); buffer 38 lib/common/digest.c g_string_append_c(buffer, ' '); buffer 39 lib/common/digest.c pcmk__xml_string(xml, 0, buffer, 0); buffer 40 lib/common/digest.c g_string_append_c(buffer, '\n'); buffer 42 lib/common/digest.c return buffer; buffer 59 lib/common/digest.c GString *buffer = NULL; buffer 69 lib/common/digest.c buffer = dump_xml_for_digest(input); buffer 70 lib/common/digest.c CRM_CHECK(buffer->len > 0, free_xml(copy); buffer 71 lib/common/digest.c g_string_free(buffer, TRUE); buffer 74 lib/common/digest.c digest = crm_md5sum((const char *) buffer->str); buffer 77 lib/common/digest.c g_string_free(buffer, TRUE); buffer 251 lib/common/digest.c crm_md5sum(const char *buffer) buffer 257 lib/common/digest.c if (buffer == NULL) { buffer 258 lib/common/digest.c buffer = ""; buffer 260 lib/common/digest.c len = strlen(buffer); buffer 265 lib/common/digest.c md5_buffer(buffer, len, raw_digest); buffer 330 lib/common/ipc_client.c dispatch_ipc_data(const char *buffer, pcmk_ipc_api_t *api) buffer 335 lib/common/ipc_client.c if (buffer == NULL) { buffer 341 lib/common/ipc_client.c msg = pcmk__xml_parse(buffer); buffer 371 lib/common/ipc_client.c dispatch_ipc_source_data(const char *buffer, ssize_t length, gpointer user_data) buffer 376 lib/common/ipc_client.c dispatch_ipc_data(buffer, api); buffer 831 lib/common/ipc_client.c char *buffer; buffer 868 lib/common/ipc_client.c client->buffer = malloc(client->buf_size); buffer 869 lib/common/ipc_client.c if (client->buffer == NULL) { buffer 945 lib/common/ipc_client.c free(ipc->buffer); buffer 946 lib/common/ipc_client.c ipc->buffer = calloc(ipc->max_buf_size, sizeof(char)); buffer 947 lib/common/ipc_client.c if (ipc->buffer == NULL) { buffer 1025 lib/common/ipc_client.c free(client->buffer); buffer 1119 lib/common/ipc_client.c pcmk__ipc_header_t *header = (pcmk__ipc_header_t *)(void*)client->buffer; buffer 1132 lib/common/ipc_client.c client->buffer + sizeof(pcmk__ipc_header_t), header->size_compressed, 1, 0); buffer 1144 lib/common/ipc_client.c memcpy(uncompressed, client->buffer, sizeof(pcmk__ipc_header_t)); /* Preserve the header */ buffer 1147 lib/common/ipc_client.c free(client->buffer); buffer 1149 lib/common/ipc_client.c client->buffer = uncompressed; buffer 1152 lib/common/ipc_client.c pcmk__assert(client->buffer[sizeof(pcmk__ipc_header_t) buffer 1163 lib/common/ipc_client.c && (client->buffer != NULL)); buffer 1165 lib/common/ipc_client.c client->buffer[0] = 0; buffer 1166 lib/common/ipc_client.c client->msg_size = qb_ipcc_event_recv(client->ipc, client->buffer, buffer 1175 lib/common/ipc_client.c header = (pcmk__ipc_header_t *)(void*)client->buffer; buffer 1183 lib/common/ipc_client.c client->buffer + sizeof(pcmk__ipc_header_t)); buffer 1209 lib/common/ipc_client.c return client->buffer + sizeof(pcmk__ipc_header_t); buffer 1218 lib/common/ipc_client.c if (client->buffer == NULL) { buffer 1222 lib/common/ipc_client.c header = (pcmk__ipc_header_t *)(void*)client->buffer; buffer 1246 lib/common/ipc_client.c *bytes = qb_ipcc_recv(client->ipc, client->buffer, client->buf_size, 1000); buffer 1255 lib/common/ipc_client.c hdr = (pcmk__ipc_header_t *)(void*)client->buffer; buffer 1328 lib/common/ipc_client.c qb_rc = qb_ipcc_recv(client->ipc, client->buffer, client->buf_size, ms_timeout); buffer 1411 lib/common/ipc_client.c qb_rc = qb_ipcc_sendv_recv(client->ipc, iov, 2, client->buffer, buffer 1418 lib/common/ipc_client.c pcmk__ipc_header_t *hdr = (pcmk__ipc_header_t *)(void*)client->buffer; buffer 327 lib/common/ipc_server.c free(c->remote->buffer); buffer 600 lib/common/ipc_server.c GString *buffer = NULL; buffer 615 lib/common/ipc_server.c buffer = g_string_sized_new(1024); buffer 616 lib/common/ipc_server.c pcmk__xml_string(message, 0, buffer, 0); buffer 629 lib/common/ipc_server.c header->size_uncompressed = 1 + buffer->len; buffer 633 lib/common/ipc_server.c iov[1].iov_base = pcmk__str_copy(buffer->str); buffer 642 lib/common/ipc_server.c if (pcmk__compress(buffer->str, buffer 681 lib/common/ipc_server.c if (buffer != NULL) { buffer 682 lib/common/ipc_server.c g_string_free(buffer, TRUE); buffer 510 lib/common/logging.c char buffer[NAME_MAX]; buffer 527 lib/common/logging.c snprintf(buffer, NAME_MAX, "%s.%d", blackbox_file_prefix, counter++); buffer 529 lib/common/logging.c crm_notice("Blackbox dump requested, please see %s for contents", buffer); buffer 534 lib/common/logging.c cs->function, cs->lineno, cs->filename, buffer); buffer 536 lib/common/logging.c crm_notice("Problem detected, please see %s for additional details", buffer); buffer 540 lib/common/logging.c qb_log_blackbox_write_to_file(buffer); buffer 699 lib/common/mainloop.c int (*dispatch_fn_ipc) (const char *buffer, ssize_t length, gpointer userdata); buffer 735 lib/common/mainloop.c const char *buffer = crm_ipc_buffer(client->ipc); buffer 740 lib/common/mainloop.c if (client->dispatch_fn_ipc(buffer, read_rc, client->userdata) < 0) { buffer 125 lib/common/md5.c ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3); buffer 126 lib/common/md5.c ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); buffer 128 lib/common/md5.c memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes); buffer 131 lib/common/md5.c md5_process_block (ctx->buffer, size * 4, ctx); buffer 153 lib/common/md5.c char *buffer = malloc (BLOCKSIZE + 72); buffer 154 lib/common/md5.c if (!buffer) buffer 181 lib/common/md5.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); buffer 195 lib/common/md5.c free (buffer); buffer 205 lib/common/md5.c md5_process_block (buffer, BLOCKSIZE, &ctx); buffer 212 lib/common/md5.c md5_process_bytes (buffer, sum, &ctx); buffer 216 lib/common/md5.c free (buffer); buffer 227 lib/common/md5.c md5_buffer (const char *buffer, size_t len, void *resblock) buffer 235 lib/common/md5.c md5_process_bytes (buffer, len, &ctx); buffer 243 lib/common/md5.c md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) buffer 252 lib/common/md5.c memcpy (&((char *) ctx->buffer)[left_over], buffer, add); buffer 257 lib/common/md5.c md5_process_block (ctx->buffer, ctx->buflen & ~63, ctx); buffer 262 lib/common/md5.c memcpy (ctx->buffer, buffer 263 lib/common/md5.c &((char *) ctx->buffer)[(left_over + add) & ~63], buffer 267 lib/common/md5.c buffer = (const char *) buffer + add; buffer 276 lib/common/md5.c if (UNALIGNED_P (buffer)) buffer 279 lib/common/md5.c md5_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); buffer 280 lib/common/md5.c buffer = (const char *) buffer + 64; buffer 286 lib/common/md5.c md5_process_block (buffer, len & ~63, ctx); buffer 287 lib/common/md5.c buffer = (const char *) buffer + (len & ~63); buffer 297 lib/common/md5.c memcpy (&((char *) ctx->buffer)[left_over], buffer, len); buffer 301 lib/common/md5.c md5_process_block (ctx->buffer, 64, ctx); buffer 307 lib/common/md5.c memcpy (ctx->buffer, &(((char *) ctx->buffer)[64]), left_over); buffer 328 lib/common/md5.c md5_process_block (const void *buffer, size_t len, struct md5_ctx *ctx) buffer 331 lib/common/md5.c const uint32_t *words = buffer; buffer 176 lib/common/output_log.c char* buffer = NULL; buffer 183 lib/common/output_log.c len = vasprintf(&buffer, format, ap); buffer 190 lib/common/output_log.c if(strcmp(buffer, "") == 0) { buffer 194 lib/common/output_log.c g_queue_push_tail(priv->prefixes, buffer); buffer 205 lib/common/output_log.c char* buffer = NULL; buffer 219 lib/common/output_log.c len = vasprintf(&buffer, format, ap); buffer 223 lib/common/output_log.c if (strcmp(buffer, "") != 0) { /* We don't want empty messages */ buffer 226 lib/common/output_log.c logger(priv, "%s: %s: %s", prefix, name, buffer); buffer 228 lib/common/output_log.c logger(priv, "%s: %s", name, buffer); buffer 232 lib/common/output_log.c logger(priv, "%s: %s", prefix, buffer); buffer 234 lib/common/output_log.c logger(priv, "%s", buffer); buffer 238 lib/common/output_log.c free(buffer); buffer 155 lib/common/procfs.c char buffer[2048]; buffer 157 lib/common/procfs.c while (fgets(buffer, sizeof(buffer), stream)) { buffer 158 lib/common/procfs.c if (pcmk__starts_with(buffer, "cpu") && isdigit(buffer[3])) { buffer 100 lib/common/remote.c struct remote_header_v0 *header = (struct remote_header_v0 *)remote->buffer; buffer 590 lib/common/remote.c remote->buffer + header->payload_offset, buffer 609 lib/common/remote.c memcpy(uncompressed, remote->buffer, header->payload_offset); /* Preserve the header */ buffer 612 lib/common/remote.c free(remote->buffer); buffer 613 lib/common/remote.c remote->buffer = uncompressed; buffer 620 lib/common/remote.c CRM_LOG_ASSERT(remote->buffer[sizeof(struct remote_header_v0) + header->payload_uncompressed - 1] == 0); buffer 622 lib/common/remote.c xml = pcmk__xml_parse(remote->buffer + header->payload_offset); buffer 628 lib/common/remote.c crm_err("Couldn't parse: '%.120s'", remote->buffer + header->payload_offset); buffer 736 lib/common/remote.c remote->buffer = pcmk__realloc(remote->buffer, remote->buffer_size + 1); buffer 742 lib/common/remote.c remote->buffer + remote->buffer_offset, buffer 759 lib/common/remote.c remote->buffer + remote->buffer_offset, buffer 776 lib/common/remote.c remote->buffer[remote->buffer_offset] = '\0'; buffer 1100 lib/common/remote.c char buffer[INET6_ADDRSTRLEN]; buffer 1160 lib/common/remote.c memset(buffer, 0, PCMK__NELEM(buffer)); buffer 1161 lib/common/remote.c pcmk__sockaddr2str(addr, buffer); buffer 1162 lib/common/remote.c crm_info("Attempting remote connection to %s:%d", buffer, port); buffer 1308 lib/common/strings.c pcmk__g_strcat(GString *buffer, ...) buffer 1312 lib/common/strings.c pcmk__assert(buffer != NULL); buffer 1313 lib/common/strings.c va_start(ap, buffer); buffer 1321 lib/common/strings.c g_string_append(buffer, ele); buffer 1367 lib/common/strings.c crm_itoa_stack(int an_int, char *buffer, size_t len) buffer 1369 lib/common/strings.c if (buffer != NULL) { buffer 1370 lib/common/strings.c snprintf(buffer, len, "%d", an_int); buffer 1372 lib/common/strings.c return buffer; buffer 86 lib/common/utils.c char *buffer = NULL; buffer 90 lib/common/utils.c buffer = calloc(1, PCMK__PW_BUFFER_LEN); buffer 91 lib/common/utils.c if (buffer == NULL) { buffer 95 lib/common/utils.c rc = getpwnam_r(name, &pwd, buffer, PCMK__PW_BUFFER_LEN, &pwentry); buffer 110 lib/common/utils.c free(buffer); buffer 322 lib/common/utils.c char *buffer = malloc(37); /* Including NUL byte */ buffer 324 lib/common/utils.c pcmk__mem_assert(buffer); buffer 326 lib/common/utils.c uuid_unparse(uuid, buffer); buffer 327 lib/common/utils.c return buffer; buffer 106 lib/common/xml_attr.c pcmk__dump_xml_attr(const xmlAttr *attr, GString *buffer) buffer 137 lib/common/xml_attr.c pcmk__g_strcat(buffer, " ", name, "=\"", value, "\"", NULL); buffer 19 lib/common/xml_display.c static int show_xml_node(pcmk__output_t *out, GString *buffer, buffer 91 lib/common/xml_display.c show_xml_element(pcmk__output_t *out, GString *buffer, const char *prefix, buffer 100 lib/common/xml_display.c g_string_truncate(buffer, 0); buffer 103 lib/common/xml_display.c g_string_append_c(buffer, ' '); buffer 105 lib/common/xml_display.c pcmk__g_strcat(buffer, "<", data->name, NULL); buffer 136 lib/common/xml_display.c pcmk__g_strcat(buffer, " ", p_name, "=\"", buffer 143 lib/common/xml_display.c g_string_append_c(buffer, '>'); buffer 146 lib/common/xml_display.c g_string_append(buffer, "/>"); buffer 151 lib/common/xml_display.c buffer->str); buffer 162 lib/common/xml_display.c int temp_rc = show_xml_node(out, buffer, prefix, child, depth + 1, buffer 201 lib/common/xml_display.c show_xml_node(pcmk__output_t *out, GString *buffer, const char *prefix, buffer 208 lib/common/xml_display.c return show_xml_element(out, buffer, prefix, data, depth, options); buffer 233 lib/common/xml_display.c GString *buffer = NULL; buffer 245 lib/common/xml_display.c buffer = g_string_sized_new(1024); buffer 246 lib/common/xml_display.c rc = show_xml_node(out, buffer, prefix, data, depth, options); buffer 247 lib/common/xml_display.c g_string_free(buffer, TRUE); buffer 81 lib/common/xml_io.c char *buffer = NULL; buffer 105 lib/common/xml_io.c buffer = pcmk__realloc(buffer, length + PCMK__BUFFER_SIZE + 1); buffer 106 lib/common/xml_io.c read_len = BZ2_bzRead(&rc, bz_file, buffer + length, PCMK__BUFFER_SIZE); buffer 119 lib/common/xml_io.c free(buffer); buffer 120 lib/common/xml_io.c buffer = NULL; buffer 122 lib/common/xml_io.c buffer[length] = '\0'; buffer 128 lib/common/xml_io.c return buffer; buffer 294 lib/common/xml_io.c dump_xml_element(const xmlNode *data, uint32_t options, GString *buffer, buffer 302 lib/common/xml_io.c g_string_append_c(buffer, ' '); buffer 305 lib/common/xml_io.c pcmk__g_strcat(buffer, "<", data->name, NULL); buffer 311 lib/common/xml_io.c pcmk__dump_xml_attr(attr, buffer); buffer 316 lib/common/xml_io.c g_string_append(buffer, "/>"); buffer 319 lib/common/xml_io.c g_string_append_c(buffer, '>'); buffer 323 lib/common/xml_io.c g_string_append_c(buffer, '\n'); buffer 329 lib/common/xml_io.c pcmk__xml_string(child, options, buffer, depth + 1); buffer 333 lib/common/xml_io.c g_string_append_c(buffer, ' '); buffer 336 lib/common/xml_io.c pcmk__g_strcat(buffer, "</", data->name, ">", NULL); buffer 339 lib/common/xml_io.c g_string_append_c(buffer, '\n'); buffer 354 lib/common/xml_io.c dump_xml_text(const xmlNode *data, uint32_t options, GString *buffer, buffer 368 lib/common/xml_io.c g_string_append_c(buffer, ' '); buffer 371 lib/common/xml_io.c g_string_append(buffer, content); buffer 374 lib/common/xml_io.c g_string_append_c(buffer, '\n'); buffer 389 lib/common/xml_io.c dump_xml_cdata(const xmlNode *data, uint32_t options, GString *buffer, buffer 396 lib/common/xml_io.c g_string_append_c(buffer, ' '); buffer 399 lib/common/xml_io.c pcmk__g_strcat(buffer, "<![CDATA[", (const char *) data->content, "]]>", buffer 403 lib/common/xml_io.c g_string_append_c(buffer, '\n'); buffer 417 lib/common/xml_io.c dump_xml_comment(const xmlNode *data, uint32_t options, GString *buffer, buffer 424 lib/common/xml_io.c g_string_append_c(buffer, ' '); buffer 427 lib/common/xml_io.c pcmk__g_strcat(buffer, "<!--", (const char *) data->content, "-->", NULL); buffer 430 lib/common/xml_io.c g_string_append_c(buffer, '\n'); buffer 490 lib/common/xml_io.c pcmk__xml_string(const xmlNode *data, uint32_t options, GString *buffer, buffer 498 lib/common/xml_io.c pcmk__assert(buffer != NULL); buffer 504 lib/common/xml_io.c dump_xml_element(data, options, buffer, depth); buffer 508 lib/common/xml_io.c dump_xml_text(data, options, buffer, depth); buffer 512 lib/common/xml_io.c dump_xml_comment(data, options, buffer, depth); buffer 515 lib/common/xml_io.c dump_xml_cdata(data, options, buffer, depth); buffer 600 lib/common/xml_io.c GString *buffer = g_string_sized_new(1024); buffer 604 lib/common/xml_io.c pcmk__xml_string(xml, pcmk__xml_fmt_pretty, buffer, 0); buffer 605 lib/common/xml_io.c CRM_CHECK(!pcmk__str_empty(buffer->str), buffer 613 lib/common/xml_io.c && (write_compressed_stream(buffer->str, filename, stream, buffer 618 lib/common/xml_io.c rc = fprintf(stream, "%s", buffer->str); buffer 645 lib/common/xml_io.c g_string_free(buffer, TRUE); buffer 781 lib/common/xml_io.c GString *buffer = g_string_sized_new(1024); buffer 783 lib/common/xml_io.c pcmk__xml_string(xml, pcmk__xml_fmt_pretty, buffer, 0); buffer 785 lib/common/xml_io.c str = pcmk__str_copy(buffer->str); buffer 786 lib/common/xml_io.c g_string_free(buffer, TRUE); buffer 794 lib/common/xml_io.c GString *buffer = g_string_sized_new(1024); buffer 796 lib/common/xml_io.c pcmk__xml_string(xml, pcmk__xml_fmt_pretty|pcmk__xml_fmt_text, buffer, 0); buffer 798 lib/common/xml_io.c str = pcmk__str_copy(buffer->str); buffer 799 lib/common/xml_io.c g_string_free(buffer, TRUE); buffer 807 lib/common/xml_io.c GString *buffer = g_string_sized_new(1024); buffer 809 lib/common/xml_io.c pcmk__xml_string(xml, 0, buffer, 0); buffer 811 lib/common/xml_io.c str = pcmk__str_copy(buffer->str); buffer 812 lib/common/xml_io.c g_string_free(buffer, TRUE); buffer 135 lib/fencing/st_actions.c char buffer[512]; buffer 137 lib/fencing/st_actions.c snprintf(buffer, sizeof(buffer), "pcmk_%s_action", action); buffer 138 lib/fencing/st_actions.c value = g_hash_table_lookup(device_args, buffer); buffer 283 lib/fencing/st_actions.c char buffer[512]; buffer 286 lib/fencing/st_actions.c snprintf(buffer, sizeof(buffer), "pcmk_%s_retries", action_name); buffer 287 lib/fencing/st_actions.c value = g_hash_table_lookup(device_args, buffer); buffer 581 lib/fencing/st_actions.c char *buffer = NULL; buffer 603 lib/fencing/st_actions.c buffer = crm_strdup_printf(PCMK__FENCE_BINDIR "/%s", buffer 605 lib/fencing/st_actions.c svc_action = services_action_create_generic(buffer, NULL); buffer 606 lib/fencing/st_actions.c free(buffer); buffer 1046 lib/fencing/st_client.c stonith_dispatch_internal(const char *buffer, ssize_t length, gpointer userdata) buffer 1058 lib/fencing/st_client.c blob.xml = pcmk__xml_parse(buffer); buffer 1060 lib/fencing/st_client.c crm_warn("Received malformed message from fencer: %s", buffer); buffer 182 lib/fencing/st_lha.c char *buffer = NULL; buffer 264 lib/fencing/st_lha.c buffer = crm_strdup_printf(META_TEMPLATE, agent, buffer 280 lib/fencing/st_lha.c *output = buffer; buffer 282 lib/fencing/st_lha.c free(buffer); buffer 45 lib/fencing/st_rhcs.c char buffer[FILENAME_MAX + 1]; buffer 57 lib/fencing/st_rhcs.c snprintf(buffer, sizeof(buffer), "%s/%s", PCMK__FENCE_BINDIR, buffer 59 lib/fencing/st_rhcs.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) { buffer 227 lib/fencing/st_rhcs.c GString *buffer = NULL; buffer 236 lib/fencing/st_rhcs.c buffer = g_string_sized_new(1024); buffer 237 lib/fencing/st_rhcs.c pcmk__xml_string(xml, pcmk__xml_fmt_pretty|pcmk__xml_fmt_text, buffer, 0); buffer 239 lib/fencing/st_rhcs.c if (pcmk__str_empty(buffer->str)) { buffer 245 lib/fencing/st_rhcs.c pcmk__str_update(output, buffer->str); buffer 249 lib/fencing/st_rhcs.c if (buffer != NULL) { buffer 250 lib/fencing/st_rhcs.c g_string_free(buffer, TRUE); buffer 260 lib/fencing/st_rhcs.c char *buffer = crm_strdup_printf(PCMK__FENCE_BINDIR "/%s", agent); buffer 261 lib/fencing/st_rhcs.c int rc = stat(buffer, &prop); buffer 263 lib/fencing/st_rhcs.c free(buffer); buffer 125 lib/gnu/md5.c ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3); buffer 126 lib/gnu/md5.c ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); buffer 128 lib/gnu/md5.c memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes); buffer 131 lib/gnu/md5.c md5_process_block (ctx->buffer, size * 4, ctx); buffer 153 lib/gnu/md5.c char *buffer = malloc (BLOCKSIZE + 72); buffer 154 lib/gnu/md5.c if (!buffer) buffer 181 lib/gnu/md5.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); buffer 195 lib/gnu/md5.c free (buffer); buffer 205 lib/gnu/md5.c md5_process_block (buffer, BLOCKSIZE, &ctx); buffer 212 lib/gnu/md5.c md5_process_bytes (buffer, sum, &ctx); buffer 216 lib/gnu/md5.c free (buffer); buffer 227 lib/gnu/md5.c md5_buffer (const char *buffer, size_t len, void *resblock) buffer 235 lib/gnu/md5.c md5_process_bytes (buffer, len, &ctx); buffer 243 lib/gnu/md5.c md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) buffer 252 lib/gnu/md5.c memcpy (&((char *) ctx->buffer)[left_over], buffer, add); buffer 257 lib/gnu/md5.c md5_process_block (ctx->buffer, ctx->buflen & ~63, ctx); buffer 262 lib/gnu/md5.c memcpy (ctx->buffer, buffer 263 lib/gnu/md5.c &((char *) ctx->buffer)[(left_over + add) & ~63], buffer 267 lib/gnu/md5.c buffer = (const char *) buffer + add; buffer 276 lib/gnu/md5.c if (UNALIGNED_P (buffer)) buffer 279 lib/gnu/md5.c md5_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); buffer 280 lib/gnu/md5.c buffer = (const char *) buffer + 64; buffer 286 lib/gnu/md5.c md5_process_block (buffer, len & ~63, ctx); buffer 287 lib/gnu/md5.c buffer = (const char *) buffer + (len & ~63); buffer 297 lib/gnu/md5.c memcpy (&((char *) ctx->buffer)[left_over], buffer, len); buffer 301 lib/gnu/md5.c md5_process_block (ctx->buffer, 64, ctx); buffer 307 lib/gnu/md5.c memcpy (ctx->buffer, &(((char *) ctx->buffer)[64]), left_over); buffer 328 lib/gnu/md5.c md5_process_block (const void *buffer, size_t len, struct md5_ctx *ctx) buffer 331 lib/gnu/md5.c const uint32_t *words = buffer; buffer 78 lib/gnu/md5.h uint32_t buffer[32]; /* 128 bytes; the first buflen bytes are in use */ buffer 94 lib/gnu/md5.h extern void __md5_process_block (const void *buffer, size_t len, buffer 101 lib/gnu/md5.h extern void __md5_process_bytes (const void *buffer, size_t len, buffer 123 lib/gnu/md5.h extern void *__md5_buffer (const char *buffer, size_t len, buffer 366 lib/lrmd/lrmd_client.c lrmd_ipc_dispatch(const char *buffer, ssize_t length, gpointer userdata) buffer 372 lib/lrmd/lrmd_client.c xmlNode *msg = pcmk__xml_parse(buffer); buffer 653 lib/lrmd/lrmd_client.c free(native->remote->buffer); buffer 655 lib/lrmd/lrmd_client.c native->remote->buffer = NULL; buffer 756 lib/lrmd/lrmd_client.c if (native->remote->buffer && native->process_notify) { buffer 130 lib/lrmd/proxy_common.c remote_proxy_dispatch(const char *buffer, ssize_t length, gpointer userdata) buffer 137 lib/lrmd/proxy_common.c xml = pcmk__xml_parse(buffer); buffer 145 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 150 lib/lrmd/proxy_common.c crm_trace("Passing event back to %.8s on %s: %.200s", proxy->session_id, proxy->node_name, buffer); buffer 461 lib/pacemaker/pcmk_fence.c char *buffer = NULL; buffer 462 lib/pacemaker/pcmk_fence.c int rc = st->cmds->metadata(st, st_opt_sync_call, agent, NULL, &buffer, buffer 469 lib/pacemaker/pcmk_fence.c out->output_xml(out, PCMK_XE_METADATA, buffer); buffer 470 lib/pacemaker/pcmk_fence.c free(buffer); buffer 394 lib/pacemaker/pcmk_simulate.c char buffer[FILENAME_MAX]; buffer 408 lib/pacemaker/pcmk_simulate.c snprintf(buffer, sizeof(buffer), "%s/%s", buffer 410 lib/pacemaker/pcmk_simulate.c if (stat(buffer, &prop) == 0 && S_ISREG(prop.st_mode)) { buffer 411 lib/pacemaker/pcmk_simulate.c profile_file(buffer, repeat, scheduler, use_date); buffer 278 lib/pengine/bundle.c GString *buffer) buffer 295 lib/pengine/bundle.c g_string_append_printf(buffer, " --add-host=%s-%d:%s", buffer 299 lib/pengine/bundle.c g_string_append_printf(buffer, " --hosts-entry=%s=%s-%d", buffer 306 lib/pengine/bundle.c g_string_append_printf(buffer, " --hosts-entry=%s=%s-%d", buffer 436 lib/pengine/bundle.c GString *buffer = NULL; buffer 455 lib/pengine/bundle.c buffer = g_string_sized_new(4096); buffer 472 lib/pengine/bundle.c g_string_append(buffer, " --restart=no"); buffer 481 lib/pengine/bundle.c g_string_append_printf(buffer, " %s%s-%d", hostname_opt, data->prefix, buffer 484 lib/pengine/bundle.c pcmk__g_strcat(buffer, " ", env_opt, "PCMK_stderr=1", NULL); buffer 487 lib/pengine/bundle.c pcmk__g_strcat(buffer, " --net=", data->container_network, NULL); buffer 491 lib/pengine/bundle.c pcmk__g_strcat(buffer, " ", env_opt, "PCMK_" PCMK__ENV_REMOTE_PORT "=", buffer 494 lib/pengine/bundle.c g_string_append_printf(buffer, " %sPCMK_" PCMK__ENV_REMOTE_PORT "=%d", buffer 511 lib/pengine/bundle.c pcmk__g_strcat(buffer, buffer 516 lib/pengine/bundle.c pcmk__g_strcat(buffer, ":", mount->options, NULL); buffer 520 lib/pengine/bundle.c g_string_append_printf(buffer, buffer 543 lib/pengine/bundle.c pcmk__g_strcat(buffer, buffer 550 lib/pengine/bundle.c pcmk__g_strcat(buffer, buffer 557 lib/pengine/bundle.c pcmk__g_strcat(buffer, buffer 562 lib/pengine/bundle.c pcmk__g_strcat(buffer, buffer 585 lib/pengine/bundle.c pcmk__g_strcat(buffer, " ", data->launcher_options, NULL); buffer 589 lib/pengine/bundle.c pcmk__g_strcat(buffer, " ", data->container_host_options, NULL); buffer 593 lib/pengine/bundle.c (const char *) buffer->str); buffer 594 lib/pengine/bundle.c g_string_free(buffer, TRUE); buffer 1195 lib/pengine/bundle.c GString *buffer = NULL; buffer 1249 lib/pengine/bundle.c buffer = g_string_sized_new(1024); buffer 1265 lib/pengine/bundle.c allocate_ip(bundle_data, replica, buffer); buffer 1272 lib/pengine/bundle.c bundle_data->container_host_options = g_string_free(buffer, FALSE); buffer 1284 lib/pengine/bundle.c GString *buffer = g_string_sized_new(1024); buffer 1291 lib/pengine/bundle.c allocate_ip(bundle_data, replica, buffer); buffer 1295 lib/pengine/bundle.c bundle_data->container_host_options = g_string_free(buffer, FALSE); buffer 1609 lib/pengine/bundle.c char buffer[LINE_MAX]; buffer 1616 lib/pengine/bundle.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", buffer 1619 lib/pengine/bundle.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", buffer 1623 lib/pengine/bundle.c offset += snprintf(buffer + offset, LINE_MAX - offset, " (%s)", buffer 1627 lib/pengine/bundle.c pe__common_output_html(out, rsc, buffer, node, show_opts); buffer 1769 lib/pengine/bundle.c char buffer[LINE_MAX]; buffer 1776 lib/pengine/bundle.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", buffer 1779 lib/pengine/bundle.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", buffer 1783 lib/pengine/bundle.c offset += snprintf(buffer + offset, LINE_MAX - offset, " (%s)", buffer 1787 lib/pengine/bundle.c pe__common_output_text(out, rsc, buffer, node, show_opts); buffer 1912 lib/pengine/bundle.c char buffer[LINE_MAX]; buffer 1919 lib/pengine/bundle.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", buffer 1922 lib/pengine/bundle.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", buffer 1926 lib/pengine/bundle.c offset += snprintf(buffer + offset, LINE_MAX - offset, " (%s)", buffer 1931 lib/pengine/bundle.c common_print(rsc, pre_text, buffer, node, options, print_data); buffer 1195 lib/pengine/native.c char buffer[LINE_MAX]; buffer 1204 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, "%s", class); buffer 1209 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, buffer 1213 lib/pengine/native.c offset += snprintf(buffer + offset, LINE_MAX - offset, ":%s", kind); buffer 1217 lib/pengine/native.c rsc_counter = g_hash_table_lookup(rsc_table, buffer); buffer 1221 lib/pengine/native.c g_hash_table_insert(rsc_table, strdup(buffer), rsc_counter); buffer 1244 lib/pengine/native.c active_counter = g_hash_table_lookup(node_table, buffer); buffer 1248 lib/pengine/native.c g_hash_table_insert(node_table, strdup(buffer), active_counter); buffer 421 lib/services/services_linux.c char buffer[500]; buffer 423 lib/services/services_linux.c snprintf(buffer, sizeof(buffer), strcmp(key, "OCF_CHECK_LEVEL") != 0 ? "OCF_RESKEY_%s" : "%s", (char *)key); buffer 424 lib/services/services_linux.c set_ocf_env(buffer, value, user_data); buffer 494 lib/services/services_linux.c char *buffer = crm_strdup_printf("%s=%s\n", (char *)key, (char *) value); buffer 495 lib/services/services_linux.c size_t len = strlen(buffer); buffer 501 lib/services/services_linux.c ret = write(op->opaque->stdin_fd, buffer + total, len - total); buffer 506 lib/services/services_linux.c free(buffer); buffer 1434 lib/services/services_linux.c char buffer[PATH_MAX]; buffer 1449 lib/services/services_linux.c snprintf(buffer, sizeof(buffer), "%s/%s", root, namelist[lpc]->d_name); buffer 1451 lib/services/services_linux.c if (stat(buffer, &sb)) { buffer 111 lib/services/services_lsb.c char buffer[1024] = { 0, }; buffer 137 lib/services/services_lsb.c while (fgets(buffer, sizeof(buffer), fp)) { buffer 140 lib/services/services_lsb.c if (pcmk__starts_with(buffer, LSB_INITSCRIPT_INFOBEGIN_TAG)) { buffer 149 lib/services/services_lsb.c if (lsb_meta_helper_get_value(buffer, &provides, PROVIDES)) { buffer 152 lib/services/services_lsb.c if (lsb_meta_helper_get_value(buffer, &required_start, buffer 156 lib/services/services_lsb.c if (lsb_meta_helper_get_value(buffer, &required_stop, REQUIRED_STOP)) { buffer 159 lib/services/services_lsb.c if (lsb_meta_helper_get_value(buffer, &should_start, SHOULD_START)) { buffer 162 lib/services/services_lsb.c if (lsb_meta_helper_get_value(buffer, &should_stop, SHOULD_STOP)) { buffer 165 lib/services/services_lsb.c if (lsb_meta_helper_get_value(buffer, &default_start, DEFAULT_START)) { buffer 168 lib/services/services_lsb.c if (lsb_meta_helper_get_value(buffer, &default_stop, DEFAULT_STOP)) { buffer 171 lib/services/services_lsb.c if (lsb_meta_helper_get_value(buffer, &short_desc, SHORT_DESC)) { buffer 177 lib/services/services_lsb.c && pcmk__starts_with(buffer, DESCRIPTION)) { buffer 182 lib/services/services_lsb.c g_string_append(desc, buffer + sizeof(DESCRIPTION) - 1); buffer 185 lib/services/services_lsb.c buffer[0] = '\0'; buffer 186 lib/services/services_lsb.c while (fgets(buffer, sizeof(buffer), fp)) { buffer 187 lib/services/services_lsb.c if (pcmk__starts_with(buffer, "# ") buffer 188 lib/services/services_lsb.c || pcmk__starts_with(buffer, "#\t")) { buffer 192 lib/services/services_lsb.c g_string_append(desc, buffer + 1); buffer 213 lib/services/services_lsb.c if (pcmk__starts_with(buffer, LSB_INITSCRIPT_INFOEND_TAG)) { buffer 216 lib/services/services_lsb.c if (buffer[0] != '#') { buffer 36 lib/services/services_ocf.c char buffer[PATH_MAX]; buffer 46 lib/services/services_ocf.c sprintf(buffer, "%s/%s", dir, provider); buffer 47 lib/services/services_ocf.c tmp = services_os_get_single_directory_list(buffer, files, executable); buffer 64 maint/gnulib/lib/af_alg.c afalg_buffer (const char *buffer, size_t len, const char *alg, buffer 83 maint/gnulib/lib/af_alg.c if (send (ofd, buffer, size, MSG_MORE) != size) buffer 88 maint/gnulib/lib/af_alg.c buffer += size; buffer 61 maint/gnulib/lib/af_alg.h afalg_buffer (const char *buffer, size_t len, const char *alg, buffer 96 maint/gnulib/lib/af_alg.h afalg_buffer (const char *buffer, size_t len, const char *alg, buffer 76 maint/gnulib/lib/areadlink-with-size.c char *buffer = NULL; buffer 80 maint/gnulib/lib/areadlink-with-size.c buf = buffer = malloc (buf_size); buffer 81 maint/gnulib/lib/areadlink-with-size.c if (!buffer) buffer 93 maint/gnulib/lib/areadlink-with-size.c free (buffer); buffer 100 maint/gnulib/lib/areadlink-with-size.c if (!buffer) buffer 102 maint/gnulib/lib/areadlink-with-size.c buffer = malloc (link_length + 1); buffer 103 maint/gnulib/lib/areadlink-with-size.c if (buffer) buffer 104 maint/gnulib/lib/areadlink-with-size.c return memcpy (buffer, buf, link_length + 1); buffer 109 maint/gnulib/lib/areadlink-with-size.c char *shrinked_buffer = realloc (buffer, link_length + 1); buffer 111 maint/gnulib/lib/areadlink-with-size.c buffer = shrinked_buffer; buffer 113 maint/gnulib/lib/areadlink-with-size.c return buffer; buffer 116 maint/gnulib/lib/areadlink-with-size.c free (buffer); buffer 36 maint/gnulib/lib/areadlink.c careadlinkatcwd (int fd, char const *filename, char *buffer, buffer 43 maint/gnulib/lib/areadlink.c return readlink (filename, buffer, buffer_size); buffer 81 maint/gnulib/lib/areadlinkat-with-size.c char *buffer = NULL; buffer 85 maint/gnulib/lib/areadlinkat-with-size.c buf = buffer = malloc (buf_size); buffer 86 maint/gnulib/lib/areadlinkat-with-size.c if (!buffer) buffer 97 maint/gnulib/lib/areadlinkat-with-size.c free (buffer); buffer 104 maint/gnulib/lib/areadlinkat-with-size.c if (!buffer) buffer 106 maint/gnulib/lib/areadlinkat-with-size.c buffer = malloc (link_length + 1); buffer 107 maint/gnulib/lib/areadlinkat-with-size.c if (buffer) buffer 108 maint/gnulib/lib/areadlinkat-with-size.c return memcpy (buffer, buf, link_length + 1); buffer 113 maint/gnulib/lib/areadlinkat-with-size.c char *shrinked_buffer = realloc (buffer, link_length + 1); buffer 115 maint/gnulib/lib/areadlinkat-with-size.c buffer = shrinked_buffer; buffer 117 maint/gnulib/lib/areadlinkat-with-size.c return buffer; buffer 120 maint/gnulib/lib/areadlinkat-with-size.c free (buffer); buffer 209 maint/gnulib/lib/backupfile.c numbered_backup (int dir_fd, char **buffer, idx_t buffer_size, idx_t filelen, buffer 214 maint/gnulib/lib/backupfile.c char *buf = *buffer; buffer 280 maint/gnulib/lib/backupfile.c *buffer = buf; buffer 301 maint/gnulib/lib/backupfile.c *buffer = buf; buffer 66 maint/gnulib/lib/careadlinkat.c char *buffer, size_t buffer_size, buffer 74 maint/gnulib/lib/careadlinkat.c if (!buffer) buffer 76 maint/gnulib/lib/careadlinkat.c buffer = stack_buf; buffer 80 maint/gnulib/lib/careadlinkat.c char *buf = buffer; buffer 90 maint/gnulib/lib/careadlinkat.c if (buf != buffer) buffer 114 maint/gnulib/lib/careadlinkat.c if (link_size < buf_size && buf != buffer && alloc->reallocate) buffer 125 maint/gnulib/lib/careadlinkat.c if (buf != buffer) buffer 169 maint/gnulib/lib/careadlinkat.c char *buffer, size_t buffer_size, buffer 182 maint/gnulib/lib/careadlinkat.c return readlink_stk (fd, filename, buffer, buffer_size, alloc, buffer 50 maint/gnulib/lib/careadlinkat.h char *restrict buffer, size_t buffer_size, buffer 424 maint/gnulib/lib/exclude.c char *buffer) buffer 432 maint/gnulib/lib/exclude.c strcpy (buffer, f); buffer 436 maint/gnulib/lib/exclude.c if (hash_lookup (table, buffer)) buffer 440 maint/gnulib/lib/exclude.c char *p = strrchr (buffer, '/'); buffer 32 maint/gnulib/lib/execinfo.in.h backtrace (void **buffer, int size) buffer 34 maint/gnulib/lib/execinfo.in.h (void) buffer; buffer 40 maint/gnulib/lib/execinfo.in.h backtrace_symbols (void *const *buffer, int size) buffer 42 maint/gnulib/lib/execinfo.in.h (void) buffer; buffer 48 maint/gnulib/lib/execinfo.in.h backtrace_symbols_fd (void *const *buffer, int size, int fd) buffer 50 maint/gnulib/lib/execinfo.in.h (void) buffer; buffer 80 maint/gnulib/lib/fstrcmp.c ptrdiff_t *buffer; buffer 83 maint/gnulib/lib/fstrcmp.c buffer = gl_tls_get (buffer_key); buffer 84 maint/gnulib/lib/fstrcmp.c if (buffer != NULL) buffer 88 maint/gnulib/lib/fstrcmp.c free (buffer); buffer 110 maint/gnulib/lib/fstrcmp.c ptrdiff_t *buffer; buffer 213 maint/gnulib/lib/fstrcmp.c buffer = gl_tls_get (buffer_key); buffer 223 maint/gnulib/lib/fstrcmp.c free (buffer); buffer 224 maint/gnulib/lib/fstrcmp.c buffer = xnmalloc (bufmax, 2 * sizeof *buffer); buffer 225 maint/gnulib/lib/fstrcmp.c gl_tls_set (buffer_key, buffer); buffer 228 maint/gnulib/lib/fstrcmp.c ctxt.fdiag = buffer + yvec_length + 1; buffer 95 maint/gnulib/lib/gc-gnulib.c randomize (void *buffer, size_t length, unsigned int flags) buffer 97 maint/gnulib/lib/gc-gnulib.c char *buf = buffer; buffer 125 maint/gnulib/lib/gen-uni-tables.c getfield (FILE *stream, char *buffer, int delim) buffer 143 maint/gnulib/lib/gen-uni-tables.c *buffer++ = c; buffer 149 maint/gnulib/lib/gen-uni-tables.c *buffer = '\0'; buffer 30 maint/gnulib/lib/getentropy.c getentropy (void *buffer, size_t length) buffer 32 maint/gnulib/lib/getentropy.c char *buf = buffer; buffer 113 maint/gnulib/lib/getndelim2.c const char *buffer; buffer 116 maint/gnulib/lib/getndelim2.c buffer = freadptr (stream, &buffer_len); buffer 117 maint/gnulib/lib/getndelim2.c if (buffer) buffer 121 maint/gnulib/lib/getndelim2.c const char *end = memchr2 (buffer, delim1, delim2, buffer_len); buffer 124 maint/gnulib/lib/getndelim2.c buffer_len = end - buffer + 1; buffer 189 maint/gnulib/lib/getndelim2.c if (buffer) buffer 190 maint/gnulib/lib/getndelim2.c memcpy (read_pos, buffer, copy_len); buffer 199 maint/gnulib/lib/getndelim2.c if (buffer && freadseek (stream, buffer_len)) buffer 113 maint/gnulib/lib/getrandom.c getrandom (void *buffer, size_t length, unsigned int flags) buffer 129 maint/gnulib/lib/getrandom.c && BCryptGenRandomFunc (NULL, buffer, length, buffer 154 maint/gnulib/lib/getrandom.c if (!CryptGenRandom (provider, length, buffer)) buffer 166 maint/gnulib/lib/getrandom.c return getrandom (buffer, length, flags); buffer 189 maint/gnulib/lib/getrandom.c return read (fd, buffer, length); buffer 299 maint/gnulib/lib/hash.c hash_get_entries (const Hash_table *table, void **buffer, buffer 314 maint/gnulib/lib/hash.c buffer[counter++] = cursor->data; buffer 112 maint/gnulib/lib/hash.h extern size_t hash_get_entries (const Hash_table *table, void **buffer, buffer 30 maint/gnulib/lib/hmac.h const void *buffer, size_t buflen, void *restrict resbuf); buffer 63 maint/gnulib/lib/linebuffer.c char *buffer = linebuffer->buffer; buffer 64 maint/gnulib/lib/linebuffer.c char *p = linebuffer->buffer; buffer 65 maint/gnulib/lib/linebuffer.c char *end = buffer + linebuffer->size; /* Sentinel. */ buffer 75 maint/gnulib/lib/linebuffer.c if (p == buffer || ferror (stream)) buffer 84 maint/gnulib/lib/linebuffer.c buffer = xpalloc (buffer, &linebuffer->size, 1, -1, 1); buffer 85 maint/gnulib/lib/linebuffer.c p = buffer + oldsize; buffer 86 maint/gnulib/lib/linebuffer.c linebuffer->buffer = buffer; buffer 87 maint/gnulib/lib/linebuffer.c end = buffer + linebuffer->size; buffer 93 maint/gnulib/lib/linebuffer.c linebuffer->length = p - buffer; buffer 102 maint/gnulib/lib/linebuffer.c free (linebuffer->buffer); buffer 31 maint/gnulib/lib/linebuffer.h char *buffer; buffer 75 maint/gnulib/lib/malloc/scratch_buffer.h scratch_buffer_init (struct scratch_buffer *buffer) buffer 77 maint/gnulib/lib/malloc/scratch_buffer.h buffer->data = buffer->__space.__c; buffer 78 maint/gnulib/lib/malloc/scratch_buffer.h buffer->length = sizeof (buffer->__space); buffer 83 maint/gnulib/lib/malloc/scratch_buffer.h scratch_buffer_free (struct scratch_buffer *buffer) buffer 85 maint/gnulib/lib/malloc/scratch_buffer.h if (buffer->data != buffer->__space.__c) buffer 86 maint/gnulib/lib/malloc/scratch_buffer.h free (buffer->data); buffer 94 maint/gnulib/lib/malloc/scratch_buffer.h bool __libc_scratch_buffer_grow (struct scratch_buffer *buffer); buffer 99 maint/gnulib/lib/malloc/scratch_buffer.h scratch_buffer_grow (struct scratch_buffer *buffer) buffer 101 maint/gnulib/lib/malloc/scratch_buffer.h return __glibc_likely (__libc_scratch_buffer_grow (buffer)); buffer 106 maint/gnulib/lib/malloc/scratch_buffer.h bool __libc_scratch_buffer_grow_preserve (struct scratch_buffer *buffer); buffer 111 maint/gnulib/lib/malloc/scratch_buffer.h scratch_buffer_grow_preserve (struct scratch_buffer *buffer) buffer 113 maint/gnulib/lib/malloc/scratch_buffer.h return __glibc_likely (__libc_scratch_buffer_grow_preserve (buffer)); buffer 122 maint/gnulib/lib/malloc/scratch_buffer.h bool __libc_scratch_buffer_set_array_size (struct scratch_buffer *buffer, buffer 128 maint/gnulib/lib/malloc/scratch_buffer.h scratch_buffer_set_array_size (struct scratch_buffer *buffer, buffer 132 maint/gnulib/lib/malloc/scratch_buffer.h (buffer, nelem, size)); buffer 139 maint/gnulib/lib/malloc/scratch_buffer.h void *__libc_scratch_buffer_dupfree (struct scratch_buffer *buffer, buffer 145 maint/gnulib/lib/malloc/scratch_buffer.h scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) buffer 147 maint/gnulib/lib/malloc/scratch_buffer.h void *r = __libc_scratch_buffer_dupfree (buffer, size); buffer 27 maint/gnulib/lib/malloc/scratch_buffer_dupfree.c __libc_scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) buffer 29 maint/gnulib/lib/malloc/scratch_buffer_dupfree.c void *data = buffer->data; buffer 30 maint/gnulib/lib/malloc/scratch_buffer_dupfree.c if (data == buffer->__space.__c) buffer 27 maint/gnulib/lib/malloc/scratch_buffer_grow.c __libc_scratch_buffer_grow (struct scratch_buffer *buffer) buffer 30 maint/gnulib/lib/malloc/scratch_buffer_grow.c size_t new_length = buffer->length * 2; buffer 33 maint/gnulib/lib/malloc/scratch_buffer_grow.c scratch_buffer_free (buffer); buffer 36 maint/gnulib/lib/malloc/scratch_buffer_grow.c if (__glibc_likely (new_length >= buffer->length)) buffer 47 maint/gnulib/lib/malloc/scratch_buffer_grow.c scratch_buffer_init (buffer); buffer 52 maint/gnulib/lib/malloc/scratch_buffer_grow.c buffer->data = new_ptr; buffer 53 maint/gnulib/lib/malloc/scratch_buffer_grow.c buffer->length = new_length; buffer 28 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c __libc_scratch_buffer_grow_preserve (struct scratch_buffer *buffer) buffer 30 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c size_t new_length = 2 * buffer->length; buffer 33 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c if (buffer->data == buffer->__space.__c) buffer 40 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c memcpy (new_ptr, buffer->__space.__c, buffer->length); buffer 45 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c if (__glibc_likely (new_length >= buffer->length)) buffer 46 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c new_ptr = realloc (buffer->data, new_length); buffer 56 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c free (buffer->data); buffer 57 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c scratch_buffer_init (buffer); buffer 63 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c buffer->data = new_ptr; buffer 64 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c buffer->length = new_length; buffer 28 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c __libc_scratch_buffer_set_array_size (struct scratch_buffer *buffer, buffer 39 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c scratch_buffer_free (buffer); buffer 40 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c scratch_buffer_init (buffer); buffer 45 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c if (new_length <= buffer->length) buffer 49 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c scratch_buffer_free (buffer); buffer 55 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c scratch_buffer_init (buffer); buffer 60 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c buffer->data = new_ptr; buffer 61 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c buffer->length = new_length; buffer 47 maint/gnulib/lib/md2-stream.c char *buffer = malloc (BLOCKSIZE + 72); buffer 48 maint/gnulib/lib/md2-stream.c if (!buffer) buffer 66 maint/gnulib/lib/md2-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); buffer 80 maint/gnulib/lib/md2-stream.c free (buffer); buffer 96 maint/gnulib/lib/md2-stream.c md2_process_block (buffer, BLOCKSIZE, &ctx); buffer 103 maint/gnulib/lib/md2-stream.c md2_process_bytes (buffer, sum, &ctx); buffer 107 maint/gnulib/lib/md2-stream.c free (buffer); buffer 86 maint/gnulib/lib/md2.c md2_buffer (const char *buffer, size_t len, void *resblock) buffer 94 maint/gnulib/lib/md2.c md2_process_block (buffer, len, &ctx); buffer 101 maint/gnulib/lib/md2.c md2_process_bytes (const void *buffer, size_t len, struct md2_ctx *ctx) buffer 103 maint/gnulib/lib/md2.c const char *in = buffer; buffer 189 maint/gnulib/lib/md2.c md2_process_block (const void *buffer, size_t len, struct md2_ctx *ctx) buffer 191 maint/gnulib/lib/md2.c md2_process_bytes (buffer, len, ctx); buffer 46 maint/gnulib/lib/md2.h extern void md2_process_block (const void *buffer, size_t len, buffer 53 maint/gnulib/lib/md2.h extern void md2_process_bytes (const void *buffer, size_t len, buffer 73 maint/gnulib/lib/md2.h extern void *md2_buffer (const char *buffer, size_t len, buffer 47 maint/gnulib/lib/md4-stream.c char *buffer = malloc (BLOCKSIZE + 72); buffer 48 maint/gnulib/lib/md4-stream.c if (!buffer) buffer 66 maint/gnulib/lib/md4-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); buffer 80 maint/gnulib/lib/md4-stream.c free (buffer); buffer 96 maint/gnulib/lib/md4-stream.c md4_process_block (buffer, BLOCKSIZE, &ctx); buffer 103 maint/gnulib/lib/md4-stream.c md4_process_bytes (buffer, sum, &ctx); buffer 107 maint/gnulib/lib/md4-stream.c free (buffer); buffer 96 maint/gnulib/lib/md4.c memcpy (&((char*)ctx->buffer)[bytes], fillbuf, pad); buffer 99 maint/gnulib/lib/md4.c ctx->buffer[(bytes + pad) / 4] = SWAP (ctx->total[0] << 3); buffer 100 maint/gnulib/lib/md4.c ctx->buffer[(bytes + pad) / 4 + 1] = SWAP ((ctx->total[1] << 3) | buffer 104 maint/gnulib/lib/md4.c md4_process_block (ctx->buffer, bytes + pad + 8, ctx); buffer 114 maint/gnulib/lib/md4.c md4_buffer (const char *buffer, size_t len, void *resblock) buffer 122 maint/gnulib/lib/md4.c md4_process_bytes (buffer, len, &ctx); buffer 129 maint/gnulib/lib/md4.c md4_process_bytes (const void *buffer, size_t len, struct md4_ctx *ctx) buffer 138 maint/gnulib/lib/md4.c memcpy (&((char*)ctx->buffer)[left_over], buffer, add); buffer 143 maint/gnulib/lib/md4.c md4_process_block (ctx->buffer, ctx->buflen & ~63, ctx); buffer 147 maint/gnulib/lib/md4.c memcpy (ctx->buffer, &((char*)ctx->buffer)[(left_over + add) & ~63], buffer 151 maint/gnulib/lib/md4.c buffer = (const char *) buffer + add; buffer 160 maint/gnulib/lib/md4.c if (UNALIGNED_P (buffer)) buffer 163 maint/gnulib/lib/md4.c md4_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); buffer 164 maint/gnulib/lib/md4.c buffer = (const char *) buffer + 64; buffer 170 maint/gnulib/lib/md4.c md4_process_block (buffer, len & ~63, ctx); buffer 171 maint/gnulib/lib/md4.c buffer = (const char *) buffer + (len & ~63); buffer 181 maint/gnulib/lib/md4.c memcpy (&((char*)ctx->buffer)[left_over], buffer, len); buffer 185 maint/gnulib/lib/md4.c md4_process_block (ctx->buffer, 64, ctx); buffer 187 maint/gnulib/lib/md4.c memcpy (ctx->buffer, &ctx->buffer[16], left_over); buffer 212 maint/gnulib/lib/md4.c md4_process_block (const void *buffer, size_t len, struct md4_ctx *ctx) buffer 214 maint/gnulib/lib/md4.c const uint32_t *words = buffer; buffer 41 maint/gnulib/lib/md4.h uint32_t buffer[32]; buffer 52 maint/gnulib/lib/md4.h extern void md4_process_block (const void *buffer, size_t len, buffer 59 maint/gnulib/lib/md4.h extern void md4_process_bytes (const void *buffer, size_t len, buffer 79 maint/gnulib/lib/md4.h extern void *md4_buffer (const char *buffer, size_t len, buffer 69 maint/gnulib/lib/md5-stream.c char *buffer = malloc (BLOCKSIZE + 72); buffer 70 maint/gnulib/lib/md5-stream.c if (!buffer) buffer 97 maint/gnulib/lib/md5-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); buffer 111 maint/gnulib/lib/md5-stream.c free (buffer); buffer 121 maint/gnulib/lib/md5-stream.c md5_process_block (buffer, BLOCKSIZE, &ctx); buffer 128 maint/gnulib/lib/md5-stream.c md5_process_bytes (buffer, sum, &ctx); buffer 132 maint/gnulib/lib/md5-stream.c free (buffer); buffer 116 maint/gnulib/lib/md5.c ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3); buffer 117 maint/gnulib/lib/md5.c ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); buffer 119 maint/gnulib/lib/md5.c memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes); buffer 122 maint/gnulib/lib/md5.c md5_process_block (ctx->buffer, size * 4, ctx); buffer 132 maint/gnulib/lib/md5.c md5_buffer (const char *buffer, size_t len, void *resblock) buffer 140 maint/gnulib/lib/md5.c md5_process_bytes (buffer, len, &ctx); buffer 148 maint/gnulib/lib/md5.c md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) buffer 157 maint/gnulib/lib/md5.c memcpy (&((char *) ctx->buffer)[left_over], buffer, add); buffer 162 maint/gnulib/lib/md5.c md5_process_block (ctx->buffer, ctx->buflen & ~63, ctx); buffer 167 maint/gnulib/lib/md5.c memcpy (ctx->buffer, buffer 168 maint/gnulib/lib/md5.c &((char *) ctx->buffer)[(left_over + add) & ~63], buffer 172 maint/gnulib/lib/md5.c buffer = (const char *) buffer + add; buffer 181 maint/gnulib/lib/md5.c if (UNALIGNED_P (buffer)) buffer 184 maint/gnulib/lib/md5.c md5_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); buffer 185 maint/gnulib/lib/md5.c buffer = (const char *) buffer + 64; buffer 191 maint/gnulib/lib/md5.c md5_process_block (buffer, len & ~63, ctx); buffer 192 maint/gnulib/lib/md5.c buffer = (const char *) buffer + (len & ~63); buffer 202 maint/gnulib/lib/md5.c memcpy (&((char *) ctx->buffer)[left_over], buffer, len); buffer 206 maint/gnulib/lib/md5.c md5_process_block (ctx->buffer, 64, ctx); buffer 210 maint/gnulib/lib/md5.c memcpy (ctx->buffer, &ctx->buffer[16], left_over); buffer 230 maint/gnulib/lib/md5.c md5_process_block (const void *buffer, size_t len, struct md5_ctx *ctx) buffer 233 maint/gnulib/lib/md5.c const uint32_t *words = buffer; buffer 78 maint/gnulib/lib/md5.h uint32_t buffer[32]; /* 128 bytes; the first buflen bytes are in use */ buffer 94 maint/gnulib/lib/md5.h extern void __md5_process_block (const void *buffer, size_t len, buffer 101 maint/gnulib/lib/md5.h extern void __md5_process_bytes (const void *buffer, size_t len, buffer 123 maint/gnulib/lib/md5.h extern void *__md5_buffer (const char *buffer, size_t len, buffer 340 maint/gnulib/lib/parse-datetime.y str_days (parser_control *pc, char *buffer, int n) buffer 378 maint/gnulib/lib/parse-datetime.y ? snprintf (buffer, n, "%s", ordinal_values[pc->day_ordinal + 1]) buffer 379 maint/gnulib/lib/parse-datetime.y : snprintf (buffer, n, "%"PRIdMAX, pc->day_ordinal)); buffer 383 maint/gnulib/lib/parse-datetime.y buffer[0] = '\0'; buffer 389 maint/gnulib/lib/parse-datetime.y snprintf (buffer + len, n - len, &" %s"[len == 0], buffer 395 maint/gnulib/lib/parse-datetime.y return buffer; buffer 22 maint/gnulib/lib/ptsname.c static char buffer[64]; buffer 31 maint/gnulib/lib/ptsname.c return ptsname_r (fd, buffer, sizeof (buffer)) != 0 ? NULL : buffer; buffer 249 maint/gnulib/lib/quotearg.c quotearg_buffer_restyled (char *buffer, size_t buffersize, buffer 272 maint/gnulib/lib/quotearg.c buffer[len] = (c); \ buffer 735 maint/gnulib/lib/quotearg.c return quotearg_buffer_restyled (buffer, orig_buffersize, arg, argsize, buffer 753 maint/gnulib/lib/quotearg.c buffer[len] = '\0'; buffer 761 maint/gnulib/lib/quotearg.c return quotearg_buffer_restyled (buffer, buffersize, arg, argsize, buffer 777 maint/gnulib/lib/quotearg.c quotearg_buffer (char *buffer, size_t buffersize, buffer 783 maint/gnulib/lib/quotearg.c size_t r = quotearg_buffer_restyled (buffer, buffersize, arg, argsize, buffer 328 maint/gnulib/lib/quotearg.h size_t quotearg_buffer (char *restrict buffer, size_t buffersize, buffer 47 maint/gnulib/lib/readtokens.c tokenbuffer->buffer = NULL; buffer 102 maint/gnulib/lib/readtokens.c char *p = tokenbuffer->buffer; buffer 127 maint/gnulib/lib/readtokens.c tokenbuffer->buffer = p; buffer 182 maint/gnulib/lib/readtokens.c tokens[n_tokens] = memcpy (tmp, token->buffer, token_length + 1); buffer 186 maint/gnulib/lib/readtokens.c free (token->buffer); buffer 31 maint/gnulib/lib/readtokens.h char *buffer; buffer 253 maint/gnulib/lib/regcomp.c re_dfa_t *dfa = bufp->buffer; buffer 284 maint/gnulib/lib/regcomp.c re_dfa_t *dfa = bufp->buffer; buffer 445 maint/gnulib/lib/regcomp.c preg->buffer = NULL; buffer 609 maint/gnulib/lib/regcomp.c re_dfa_t *dfa = preg->buffer; buffer 615 maint/gnulib/lib/regcomp.c preg->buffer = NULL; buffer 649 maint/gnulib/lib/regcomp.c if (!re_comp_buf.buffer) buffer 654 maint/gnulib/lib/regcomp.c if (re_comp_buf.buffer) buffer 717 maint/gnulib/lib/regcomp.c dfa = preg->buffer; buffer 724 maint/gnulib/lib/regcomp.c dfa = re_realloc (preg->buffer, re_dfa_t, 1); buffer 728 maint/gnulib/lib/regcomp.c preg->buffer = dfa; buffer 738 maint/gnulib/lib/regcomp.c preg->buffer = NULL; buffer 757 maint/gnulib/lib/regcomp.c preg->buffer = NULL; buffer 788 maint/gnulib/lib/regcomp.c preg->buffer = NULL; buffer 944 maint/gnulib/lib/regcomp.c re_dfa_t *dfa = preg->buffer; buffer 1127 maint/gnulib/lib/regcomp.c re_dfa_t *dfa = preg->buffer; buffer 1308 maint/gnulib/lib/regcomp.c re_dfa_t *dfa = preg->buffer; buffer 2074 maint/gnulib/lib/regcomp.c re_dfa_t *dfa = preg->buffer; buffer 2108 maint/gnulib/lib/regcomp.c re_dfa_t *dfa = preg->buffer; buffer 2158 maint/gnulib/lib/regcomp.c re_dfa_t *dfa = preg->buffer; buffer 2202 maint/gnulib/lib/regcomp.c re_dfa_t *dfa = preg->buffer; buffer 2434 maint/gnulib/lib/regcomp.c re_dfa_t *dfa = preg->buffer; buffer 417 maint/gnulib/lib/regex.h struct re_dfa_t *__REPB_PREFIX(buffer); buffer 192 maint/gnulib/lib/regexec.c re_dfa_t *dfa = preg->buffer; buffer 372 maint/gnulib/lib/regexec.c re_dfa_t *dfa = bufp->buffer; buffer 585 maint/gnulib/lib/regexec.c const re_dfa_t *dfa = preg->buffer; buffer 1367 maint/gnulib/lib/regexec.c const re_dfa_t *dfa = preg->buffer; buffer 67 maint/gnulib/lib/scratch_buffer.h extern void scratch_buffer_init (struct scratch_buffer *buffer); buffer 72 maint/gnulib/lib/scratch_buffer.h extern void scratch_buffer_free (struct scratch_buffer *buffer); buffer 81 maint/gnulib/lib/scratch_buffer.h extern bool scratch_buffer_grow (struct scratch_buffer *buffer); buffer 87 maint/gnulib/lib/scratch_buffer.h extern bool scratch_buffer_grow_preserve (struct scratch_buffer *buffer); buffer 97 maint/gnulib/lib/scratch_buffer.h extern bool scratch_buffer_set_array_size (struct scratch_buffer *buffer, buffer 106 maint/gnulib/lib/scratch_buffer.h extern void *scratch_buffer_dupfree (struct scratch_buffer *buffer, buffer 57 maint/gnulib/lib/sha1-stream.c char *buffer = malloc (BLOCKSIZE + 72); buffer 58 maint/gnulib/lib/sha1-stream.c if (!buffer) buffer 85 maint/gnulib/lib/sha1-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); buffer 99 maint/gnulib/lib/sha1-stream.c free (buffer); buffer 109 maint/gnulib/lib/sha1-stream.c sha1_process_block (buffer, BLOCKSIZE, &ctx); buffer 116 maint/gnulib/lib/sha1-stream.c sha1_process_bytes (buffer, sum, &ctx); buffer 120 maint/gnulib/lib/sha1-stream.c free (buffer); buffer 105 maint/gnulib/lib/sha1.c ctx->buffer[size - 2] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); buffer 106 maint/gnulib/lib/sha1.c ctx->buffer[size - 1] = SWAP (ctx->total[0] << 3); buffer 108 maint/gnulib/lib/sha1.c memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes); buffer 111 maint/gnulib/lib/sha1.c sha1_process_block (ctx->buffer, size * 4, ctx); buffer 121 maint/gnulib/lib/sha1.c sha1_buffer (const char *buffer, size_t len, void *resblock) buffer 129 maint/gnulib/lib/sha1.c sha1_process_bytes (buffer, len, &ctx); buffer 136 maint/gnulib/lib/sha1.c sha1_process_bytes (const void *buffer, size_t len, struct sha1_ctx *ctx) buffer 145 maint/gnulib/lib/sha1.c memcpy (&((char *) ctx->buffer)[left_over], buffer, add); buffer 150 maint/gnulib/lib/sha1.c sha1_process_block (ctx->buffer, ctx->buflen & ~63, ctx); buffer 155 maint/gnulib/lib/sha1.c memcpy (ctx->buffer, buffer 156 maint/gnulib/lib/sha1.c &((char *) ctx->buffer)[(left_over + add) & ~63], buffer 160 maint/gnulib/lib/sha1.c buffer = (const char *) buffer + add; buffer 169 maint/gnulib/lib/sha1.c if (UNALIGNED_P (buffer)) buffer 172 maint/gnulib/lib/sha1.c sha1_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); buffer 173 maint/gnulib/lib/sha1.c buffer = (const char *) buffer + 64; buffer 179 maint/gnulib/lib/sha1.c sha1_process_block (buffer, len & ~63, ctx); buffer 180 maint/gnulib/lib/sha1.c buffer = (const char *) buffer + (len & ~63); buffer 190 maint/gnulib/lib/sha1.c memcpy (&((char *) ctx->buffer)[left_over], buffer, len); buffer 194 maint/gnulib/lib/sha1.c sha1_process_block (ctx->buffer, 64, ctx); buffer 198 maint/gnulib/lib/sha1.c memcpy (ctx->buffer, &ctx->buffer[16], left_over); buffer 223 maint/gnulib/lib/sha1.c sha1_process_block (const void *buffer, size_t len, struct sha1_ctx *ctx) buffer 225 maint/gnulib/lib/sha1.c const uint32_t *words = buffer; buffer 50 maint/gnulib/lib/sha1.h uint32_t buffer[32]; /* 128 bytes; the first buflen bytes are in use */ buffer 60 maint/gnulib/lib/sha1.h extern void sha1_process_block (const void *buffer, size_t len, buffer 67 maint/gnulib/lib/sha1.h extern void sha1_process_bytes (const void *buffer, size_t len, buffer 87 maint/gnulib/lib/sha1.h extern void *sha1_buffer (const char *buffer, size_t len, buffer 59 maint/gnulib/lib/sha256-stream.c char *buffer = malloc (BLOCKSIZE + 72); buffer 60 maint/gnulib/lib/sha256-stream.c if (!buffer) buffer 87 maint/gnulib/lib/sha256-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); buffer 101 maint/gnulib/lib/sha256-stream.c free (buffer); buffer 111 maint/gnulib/lib/sha256-stream.c sha256_process_block (buffer, BLOCKSIZE, &ctx); buffer 118 maint/gnulib/lib/sha256-stream.c sha256_process_bytes (buffer, sum, &ctx); buffer 122 maint/gnulib/lib/sha256-stream.c free (buffer); buffer 138 maint/gnulib/lib/sha256.c set_uint32 ((char *) &ctx->buffer[size - 2], buffer 140 maint/gnulib/lib/sha256.c set_uint32 ((char *) &ctx->buffer[size - 1], buffer 143 maint/gnulib/lib/sha256.c memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes); buffer 146 maint/gnulib/lib/sha256.c sha256_process_block (ctx->buffer, size * 4, ctx); buffer 168 maint/gnulib/lib/sha256.c sha256_buffer (const char *buffer, size_t len, void *resblock) buffer 176 maint/gnulib/lib/sha256.c sha256_process_bytes (buffer, len, &ctx); buffer 183 maint/gnulib/lib/sha256.c sha224_buffer (const char *buffer, size_t len, void *resblock) buffer 191 maint/gnulib/lib/sha256.c sha256_process_bytes (buffer, len, &ctx); buffer 198 maint/gnulib/lib/sha256.c sha256_process_bytes (const void *buffer, size_t len, struct sha256_ctx *ctx) buffer 207 maint/gnulib/lib/sha256.c memcpy (&((char *) ctx->buffer)[left_over], buffer, add); buffer 212 maint/gnulib/lib/sha256.c sha256_process_block (ctx->buffer, ctx->buflen & ~63, ctx); buffer 217 maint/gnulib/lib/sha256.c memcpy (ctx->buffer, buffer 218 maint/gnulib/lib/sha256.c &((char *) ctx->buffer)[(left_over + add) & ~63], buffer 222 maint/gnulib/lib/sha256.c buffer = (const char *) buffer + add; buffer 231 maint/gnulib/lib/sha256.c if (UNALIGNED_P (buffer)) buffer 234 maint/gnulib/lib/sha256.c sha256_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); buffer 235 maint/gnulib/lib/sha256.c buffer = (const char *) buffer + 64; buffer 241 maint/gnulib/lib/sha256.c sha256_process_block (buffer, len & ~63, ctx); buffer 242 maint/gnulib/lib/sha256.c buffer = (const char *) buffer + (len & ~63); buffer 252 maint/gnulib/lib/sha256.c memcpy (&((char *) ctx->buffer)[left_over], buffer, len); buffer 256 maint/gnulib/lib/sha256.c sha256_process_block (ctx->buffer, 64, ctx); buffer 260 maint/gnulib/lib/sha256.c memcpy (ctx->buffer, &ctx->buffer[16], left_over); buffer 298 maint/gnulib/lib/sha256.c sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) buffer 300 maint/gnulib/lib/sha256.c const uint32_t *words = buffer; buffer 48 maint/gnulib/lib/sha256.h uint32_t buffer[32]; /* 128 bytes; the first buflen bytes are in use */ buffer 59 maint/gnulib/lib/sha256.h extern void sha256_process_block (const void *buffer, size_t len, buffer 66 maint/gnulib/lib/sha256.h extern void sha256_process_bytes (const void *buffer, size_t len, buffer 90 maint/gnulib/lib/sha256.h extern void *sha256_buffer (const char *buffer, size_t len, buffer 92 maint/gnulib/lib/sha256.h extern void *sha224_buffer (const char *buffer, size_t len, buffer 59 maint/gnulib/lib/sha512-stream.c char *buffer = malloc (BLOCKSIZE + 72); buffer 60 maint/gnulib/lib/sha512-stream.c if (!buffer) buffer 87 maint/gnulib/lib/sha512-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); buffer 101 maint/gnulib/lib/sha512-stream.c free (buffer); buffer 111 maint/gnulib/lib/sha512-stream.c sha512_process_block (buffer, BLOCKSIZE, &ctx); buffer 118 maint/gnulib/lib/sha512-stream.c sha512_process_bytes (buffer, sum, &ctx); buffer 122 maint/gnulib/lib/sha512-stream.c free (buffer); buffer 138 maint/gnulib/lib/sha512.c set_uint64 ((char *) &ctx->buffer[size - 2], buffer 141 maint/gnulib/lib/sha512.c set_uint64 ((char *) &ctx->buffer[size - 1], buffer 144 maint/gnulib/lib/sha512.c memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 8 - bytes); buffer 147 maint/gnulib/lib/sha512.c sha512_process_block (ctx->buffer, size * 8, ctx); buffer 169 maint/gnulib/lib/sha512.c sha512_buffer (const char *buffer, size_t len, void *resblock) buffer 177 maint/gnulib/lib/sha512.c sha512_process_bytes (buffer, len, &ctx); buffer 184 maint/gnulib/lib/sha512.c sha384_buffer (const char *buffer, size_t len, void *resblock) buffer 192 maint/gnulib/lib/sha512.c sha512_process_bytes (buffer, len, &ctx); buffer 199 maint/gnulib/lib/sha512.c sha512_process_bytes (const void *buffer, size_t len, struct sha512_ctx *ctx) buffer 208 maint/gnulib/lib/sha512.c memcpy (&((char *) ctx->buffer)[left_over], buffer, add); buffer 213 maint/gnulib/lib/sha512.c sha512_process_block (ctx->buffer, ctx->buflen & ~127, ctx); buffer 218 maint/gnulib/lib/sha512.c memcpy (ctx->buffer, buffer 219 maint/gnulib/lib/sha512.c &((char *) ctx->buffer)[(left_over + add) & ~127], buffer 223 maint/gnulib/lib/sha512.c buffer = (const char *) buffer + add; buffer 232 maint/gnulib/lib/sha512.c if (UNALIGNED_P (buffer)) buffer 235 maint/gnulib/lib/sha512.c sha512_process_block (memcpy (ctx->buffer, buffer, 128), 128, ctx); buffer 236 maint/gnulib/lib/sha512.c buffer = (const char *) buffer + 128; buffer 242 maint/gnulib/lib/sha512.c sha512_process_block (buffer, len & ~127, ctx); buffer 243 maint/gnulib/lib/sha512.c buffer = (const char *) buffer + (len & ~127); buffer 253 maint/gnulib/lib/sha512.c memcpy (&((char *) ctx->buffer)[left_over], buffer, len); buffer 257 maint/gnulib/lib/sha512.c sha512_process_block (ctx->buffer, 128, ctx); buffer 261 maint/gnulib/lib/sha512.c memcpy (ctx->buffer, &ctx->buffer[16], left_over); buffer 323 maint/gnulib/lib/sha512.c sha512_process_block (const void *buffer, size_t len, struct sha512_ctx *ctx) buffer 325 maint/gnulib/lib/sha512.c u64 const *words = buffer; buffer 48 maint/gnulib/lib/sha512.h u64 buffer[32]; /* 256 bytes; the first buflen bytes are in use */ buffer 59 maint/gnulib/lib/sha512.h extern void sha512_process_block (const void *buffer, size_t len, buffer 66 maint/gnulib/lib/sha512.h extern void sha512_process_bytes (const void *buffer, size_t len, buffer 93 maint/gnulib/lib/sha512.h extern void *sha512_buffer (const char *buffer, size_t len, buffer 95 maint/gnulib/lib/sha512.h extern void *sha384_buffer (const char *buffer, size_t len, buffer 54 maint/gnulib/lib/sm3-stream.c char *buffer = malloc (BLOCKSIZE + 72); buffer 55 maint/gnulib/lib/sm3-stream.c if (!buffer) buffer 73 maint/gnulib/lib/sm3-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); buffer 87 maint/gnulib/lib/sm3-stream.c free (buffer); buffer 103 maint/gnulib/lib/sm3-stream.c sm3_process_block (buffer, BLOCKSIZE, &ctx); buffer 110 maint/gnulib/lib/sm3-stream.c sm3_process_bytes (buffer, sum, &ctx); buffer 114 maint/gnulib/lib/sm3-stream.c free (buffer); buffer 123 maint/gnulib/lib/sm3.c set_uint32 ((char *) &ctx->buffer[size - 2], buffer 125 maint/gnulib/lib/sm3.c set_uint32 ((char *) &ctx->buffer[size - 1], buffer 128 maint/gnulib/lib/sm3.c memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes); buffer 131 maint/gnulib/lib/sm3.c sm3_process_block (ctx->buffer, size * 4, ctx); buffer 146 maint/gnulib/lib/sm3.c sm3_buffer (const char *buffer, size_t len, void *resblock) buffer 154 maint/gnulib/lib/sm3.c sm3_process_bytes (buffer, len, &ctx); buffer 161 maint/gnulib/lib/sm3.c sm3_process_bytes (const void *buffer, size_t len, struct sm3_ctx *ctx) buffer 170 maint/gnulib/lib/sm3.c memcpy (&((char *) ctx->buffer)[left_over], buffer, add); buffer 175 maint/gnulib/lib/sm3.c sm3_process_block (ctx->buffer, ctx->buflen & ~63, ctx); buffer 180 maint/gnulib/lib/sm3.c memcpy (ctx->buffer, buffer 181 maint/gnulib/lib/sm3.c &((char *) ctx->buffer)[(left_over + add) & ~63], buffer 185 maint/gnulib/lib/sm3.c buffer = (const char *) buffer + add; buffer 194 maint/gnulib/lib/sm3.c if (UNALIGNED_P (buffer)) buffer 197 maint/gnulib/lib/sm3.c sm3_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); buffer 198 maint/gnulib/lib/sm3.c buffer = (const char *) buffer + 64; buffer 204 maint/gnulib/lib/sm3.c sm3_process_block (buffer, len & ~63, ctx); buffer 205 maint/gnulib/lib/sm3.c buffer = (const char *) buffer + (len & ~63); buffer 215 maint/gnulib/lib/sm3.c memcpy (&((char *) ctx->buffer)[left_over], buffer, len); buffer 219 maint/gnulib/lib/sm3.c sm3_process_block (ctx->buffer, 64, ctx); buffer 223 maint/gnulib/lib/sm3.c memcpy (ctx->buffer, &ctx->buffer[16], left_over); buffer 263 maint/gnulib/lib/sm3.c sm3_process_block (const void *buffer, size_t len, struct sm3_ctx *ctx) buffer 265 maint/gnulib/lib/sm3.c const uint32_t *words = buffer; buffer 54 maint/gnulib/lib/sm3.h uint32_t buffer[32]; /* 128 bytes; the first buflen bytes are in use */ buffer 64 maint/gnulib/lib/sm3.h extern void sm3_process_block (const void *buffer, size_t len, buffer 71 maint/gnulib/lib/sm3.h extern void sm3_process_bytes (const void *buffer, size_t len, buffer 89 maint/gnulib/lib/sm3.h extern void *sm3_buffer (const char *buffer, size_t len, buffer 141 maint/gnulib/lib/stackvma.c char *buffer; buffer 164 maint/gnulib/lib/stackvma.c rof->buffer = rof->stack_allocated_buffer; buffer 174 maint/gnulib/lib/stackvma.c int n = read (fd, rof->buffer, size); buffer 193 maint/gnulib/lib/stackvma.c n = read (fd, rof->buffer + rof->filled, size - rof->filled); buffer 244 maint/gnulib/lib/stackvma.c rof->buffer = (char *) rof->auxmap; buffer 273 maint/gnulib/lib/stackvma.c return (unsigned char) rof->buffer[rof->position]; buffer 30 maint/gnulib/lib/string-buffer.c sb_init (struct string_buffer *buffer) buffer 32 maint/gnulib/lib/string-buffer.c buffer->data = buffer->space; buffer 33 maint/gnulib/lib/string-buffer.c buffer->length = 0; buffer 34 maint/gnulib/lib/string-buffer.c buffer->allocated = sizeof (buffer->space); buffer 35 maint/gnulib/lib/string-buffer.c buffer->error = false; buffer 42 maint/gnulib/lib/string-buffer.c sb_ensure_more_bytes (struct string_buffer *buffer, size_t increment) buffer 44 maint/gnulib/lib/string-buffer.c size_t incremented_length = buffer->length + increment; buffer 49 maint/gnulib/lib/string-buffer.c if (buffer->allocated < incremented_length) buffer 51 maint/gnulib/lib/string-buffer.c size_t new_allocated = 2 * buffer->allocated; buffer 52 maint/gnulib/lib/string-buffer.c if (new_allocated < buffer->allocated) buffer 59 maint/gnulib/lib/string-buffer.c if (buffer->data == buffer->space) buffer 65 maint/gnulib/lib/string-buffer.c memcpy (new_data, buffer->data, buffer->length); buffer 69 maint/gnulib/lib/string-buffer.c new_data = (char *) realloc (buffer->data, new_allocated); buffer 74 maint/gnulib/lib/string-buffer.c buffer->data = new_data; buffer 75 maint/gnulib/lib/string-buffer.c buffer->allocated = new_allocated; buffer 81 maint/gnulib/lib/string-buffer.c sb_append (struct string_buffer *buffer, const char *str) buffer 84 maint/gnulib/lib/string-buffer.c if (sb_ensure_more_bytes (buffer, len) < 0) buffer 86 maint/gnulib/lib/string-buffer.c buffer->error = true; buffer 89 maint/gnulib/lib/string-buffer.c memcpy (buffer->data + buffer->length, str, len); buffer 90 maint/gnulib/lib/string-buffer.c buffer->length += len; buffer 95 maint/gnulib/lib/string-buffer.c sb_appendvf (struct string_buffer *buffer, const char *formatstring, buffer 102 maint/gnulib/lib/string-buffer.c size_t room = buffer->allocated - buffer->length; buffer 105 maint/gnulib/lib/string-buffer.c if (sb_ensure_more_bytes (buffer, 64) < 0) buffer 107 maint/gnulib/lib/string-buffer.c buffer->error = true; buffer 110 maint/gnulib/lib/string-buffer.c room = buffer->allocated - buffer->length; buffer 116 maint/gnulib/lib/string-buffer.c int ret = vsnprintf (buffer->data + buffer->length, room, formatstring, list); buffer 120 maint/gnulib/lib/string-buffer.c buffer->error = true; buffer 128 maint/gnulib/lib/string-buffer.c buffer->length += (size_t) ret; buffer 135 maint/gnulib/lib/string-buffer.c if (sb_ensure_more_bytes (buffer, (size_t) ret) < 0) buffer 137 maint/gnulib/lib/string-buffer.c buffer->error = true; buffer 143 maint/gnulib/lib/string-buffer.c room = buffer->allocated - buffer->length; buffer 144 maint/gnulib/lib/string-buffer.c ret = vsnprintf (buffer->data + buffer->length, room, buffer 149 maint/gnulib/lib/string-buffer.c buffer->error = true; buffer 157 maint/gnulib/lib/string-buffer.c buffer->length += (size_t) ret; buffer 174 maint/gnulib/lib/string-buffer.c sb_appendf (struct string_buffer *buffer, const char *formatstring, ...) buffer 180 maint/gnulib/lib/string-buffer.c size_t room = buffer->allocated - buffer->length; buffer 183 maint/gnulib/lib/string-buffer.c if (sb_ensure_more_bytes (buffer, 64) < 0) buffer 185 maint/gnulib/lib/string-buffer.c buffer->error = true; buffer 188 maint/gnulib/lib/string-buffer.c room = buffer->allocated - buffer->length; buffer 194 maint/gnulib/lib/string-buffer.c int ret = vsnprintf (buffer->data + buffer->length, room, formatstring, args); buffer 198 maint/gnulib/lib/string-buffer.c buffer->error = true; buffer 206 maint/gnulib/lib/string-buffer.c buffer->length += (size_t) ret; buffer 213 maint/gnulib/lib/string-buffer.c if (sb_ensure_more_bytes (buffer, (size_t) ret) < 0) buffer 215 maint/gnulib/lib/string-buffer.c buffer->error = true; buffer 221 maint/gnulib/lib/string-buffer.c room = buffer->allocated - buffer->length; buffer 224 maint/gnulib/lib/string-buffer.c ret = vsnprintf (buffer->data + buffer->length, room, buffer 229 maint/gnulib/lib/string-buffer.c buffer->error = true; buffer 237 maint/gnulib/lib/string-buffer.c buffer->length += (size_t) ret; buffer 254 maint/gnulib/lib/string-buffer.c sb_free (struct string_buffer *buffer) buffer 256 maint/gnulib/lib/string-buffer.c if (buffer->data != buffer->space) buffer 257 maint/gnulib/lib/string-buffer.c free (buffer->data); buffer 263 maint/gnulib/lib/string-buffer.c sb_dupfree (struct string_buffer *buffer) buffer 265 maint/gnulib/lib/string-buffer.c if (buffer->error) buffer 268 maint/gnulib/lib/string-buffer.c if (sb_ensure_more_bytes (buffer, 1) < 0) buffer 270 maint/gnulib/lib/string-buffer.c buffer->data[buffer->length] = '\0'; buffer 271 maint/gnulib/lib/string-buffer.c buffer->length++; buffer 273 maint/gnulib/lib/string-buffer.c if (buffer->data == buffer->space) buffer 275 maint/gnulib/lib/string-buffer.c char *copy = (char *) malloc (buffer->length); buffer 278 maint/gnulib/lib/string-buffer.c memcpy (copy, buffer->data, buffer->length); buffer 284 maint/gnulib/lib/string-buffer.c char *contents = buffer->data; buffer 285 maint/gnulib/lib/string-buffer.c if (buffer->length < buffer->allocated) buffer 287 maint/gnulib/lib/string-buffer.c contents = realloc (contents, buffer->length); buffer 295 maint/gnulib/lib/string-buffer.c sb_free (buffer); buffer 43 maint/gnulib/lib/string-buffer.h extern void sb_init (struct string_buffer *buffer); buffer 47 maint/gnulib/lib/string-buffer.h extern int sb_append (struct string_buffer *buffer, const char *str); buffer 52 maint/gnulib/lib/string-buffer.h extern int sb_appendvf (struct string_buffer *buffer, buffer 64 maint/gnulib/lib/string-buffer.h extern int sb_appendf (struct string_buffer *buffer, buffer 74 maint/gnulib/lib/string-buffer.h extern void sb_free (struct string_buffer *buffer); buffer 79 maint/gnulib/lib/string-buffer.h extern char * sb_dupfree (struct string_buffer *buffer) buffer 110 maint/gnulib/lib/strsignal.c char *buffer = getbuffer (); buffer 114 maint/gnulib/lib/strsignal.c len = __snprintf (buffer, BUFFERSIZ - 1, _("Real-time signal %d"), buffer 118 maint/gnulib/lib/strsignal.c len = __snprintf (buffer, BUFFERSIZ - 1, _("Unknown signal %d"), buffer 121 maint/gnulib/lib/strsignal.c buffer = NULL; buffer 123 maint/gnulib/lib/strsignal.c buffer[len] = '\0'; buffer 125 maint/gnulib/lib/strsignal.c return buffer; buffer 74 maint/gnulib/lib/sys_random.in.h (void *buffer, size_t length, unsigned int flags) buffer 77 maint/gnulib/lib/sys_random.in.h (void *buffer, size_t length, unsigned int flags)); buffer 81 maint/gnulib/lib/sys_random.in.h (void *buffer, size_t length, unsigned int flags) buffer 85 maint/gnulib/lib/sys_random.in.h (void *buffer, size_t length, unsigned int flags)); buffer 66 maint/gnulib/lib/sys_times.in.h extern clock_t times (struct tms *buffer) _GL_ARG_NONNULL ((1)); buffer 52 maint/gnulib/lib/times.c times (struct tms * buffer) buffer 60 maint/gnulib/lib/times.c buffer->tms_utime = filetime2clock (user_time); buffer 61 maint/gnulib/lib/times.c buffer->tms_stime = filetime2clock (kernel_time); buffer 62 maint/gnulib/lib/times.c buffer->tms_cutime = 0; buffer 63 maint/gnulib/lib/times.c buffer->tms_cstime = 0; buffer 1173 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_SYS (getentropy, int, (void *buffer, size_t length)); buffer 1175 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (getentropy, int, (void *buffer, size_t length)); buffer 161 maint/gnulib/lib/vma-iter.c char *buffer; buffer 184 maint/gnulib/lib/vma-iter.c rof->buffer = rof->stack_allocated_buffer; buffer 194 maint/gnulib/lib/vma-iter.c int n = read (fd, rof->buffer, size); buffer 213 maint/gnulib/lib/vma-iter.c n = read (fd, rof->buffer + rof->filled, size - rof->filled); buffer 264 maint/gnulib/lib/vma-iter.c rof->buffer = (char *) rof->auxmap; buffer 293 maint/gnulib/lib/vma-iter.c return (unsigned char) rof->buffer[rof->position]; buffer 113 maint/gnulib/tests/test-dup2.c char buffer[1]; buffer 185 maint/gnulib/tests/test-dup2.c ASSERT (read (fd, buffer, 1) == 1); buffer 186 maint/gnulib/tests/test-dup2.c ASSERT (*buffer == '2'); buffer 94 maint/gnulib/tests/test-dup3.c char buffer[1]; buffer 163 maint/gnulib/tests/test-dup3.c ASSERT (read (fd, buffer, 1) == 1); buffer 164 maint/gnulib/tests/test-dup3.c ASSERT (*buffer == '2'); buffer 38 maint/gnulib/tests/test-fflush.c char buffer[10]; buffer 54 maint/gnulib/tests/test-fflush.c if (!f || 0 > fd || fread (buffer, 1, 5, f) != 5) buffer 110 maint/gnulib/tests/test-getndelim2.c char buffer[502]; buffer 115 maint/gnulib/tests/test-getndelim2.c memset (buffer, ' ', 499); buffer 116 maint/gnulib/tests/test-getndelim2.c buffer[499] = '0'; buffer 117 maint/gnulib/tests/test-getndelim2.c buffer[500] = '\r'; buffer 118 maint/gnulib/tests/test-getndelim2.c buffer[501] = '\0'; buffer 119 maint/gnulib/tests/test-getndelim2.c ASSERT (strcmp (buffer, line) == 0); buffer 124 maint/gnulib/tests/test-getndelim2.c buffer[499] = '1'; buffer 125 maint/gnulib/tests/test-getndelim2.c buffer[500] = '\n'; buffer 126 maint/gnulib/tests/test-getndelim2.c ASSERT (strcmp (buffer, line) == 0); buffer 131 maint/gnulib/tests/test-getndelim2.c buffer[499] = 'f'; buffer 132 maint/gnulib/tests/test-getndelim2.c buffer[500] = '\0'; buffer 133 maint/gnulib/tests/test-getndelim2.c ASSERT (strcmp (buffer, line + 501 * 13) == 0); buffer 138 maint/gnulib/tests/test-getndelim2.c buffer[500] = '\n'; buffer 139 maint/gnulib/tests/test-getndelim2.c ASSERT (strcmp (buffer, line + 501 * 13) == 0); buffer 143 maint/gnulib/tests/test-getndelim2.c buffer[500] = '\0'; buffer 144 maint/gnulib/tests/test-getndelim2.c ASSERT (strcmp (buffer, line + 501 * 13) == 0); buffer 68 maint/gnulib/tests/test-ptsname_r.c char buffer[256]; buffer 76 maint/gnulib/tests/test-ptsname_r.c if (buflen_max > sizeof buffer) buffer 77 maint/gnulib/tests/test-ptsname_r.c buflen_max = sizeof buffer; buffer 80 maint/gnulib/tests/test-ptsname_r.c memset (buffer, 'X', sizeof buffer); buffer 81 maint/gnulib/tests/test-ptsname_r.c result = ptsname_r (fd, buffer, buflen); buffer 85 maint/gnulib/tests/test-ptsname_r.c ASSERT (buffer[0] == '/'); buffer 91 maint/gnulib/tests/test-ptsname_r.c ASSERT (buffer[0] == 'X'); buffer 122 maint/gnulib/tests/test-ptsname_r.c char buffer[256]; buffer 125 maint/gnulib/tests/test-ptsname_r.c result = ptsname_r (-1, buffer, sizeof buffer); buffer 132 maint/gnulib/tests/test-ptsname_r.c char buffer[256]; buffer 143 maint/gnulib/tests/test-ptsname_r.c result = ptsname_r (fd, buffer, sizeof buffer); buffer 148 maint/gnulib/tests/test-ptsname_r.c ASSERT (memcmp (buffer, "/dev/", 5) == 0); buffer 160 maint/gnulib/tests/test-ptsname_r.c char buffer[256]; buffer 171 maint/gnulib/tests/test-ptsname_r.c result = ptsname_r (fd, buffer, sizeof buffer); buffer 173 maint/gnulib/tests/test-ptsname_r.c ASSERT (memcmp (buffer, "/dev/pts/", 9) == 0); buffer 175 maint/gnulib/tests/test-ptsname_r.c test_errors (fd, buffer); buffer 191 maint/gnulib/tests/test-ptsname_r.c char buffer[256]; buffer 202 maint/gnulib/tests/test-ptsname_r.c result = ptsname_r (fd, buffer, sizeof buffer); buffer 204 maint/gnulib/tests/test-ptsname_r.c ASSERT (memcmp (buffer, "/dev/pts/", 9) == 0); buffer 206 maint/gnulib/tests/test-ptsname_r.c test_errors (fd, buffer); buffer 230 maint/gnulib/tests/test-ptsname_r.c char buffer[256]; buffer 234 maint/gnulib/tests/test-ptsname_r.c result = ptsname_r (fd, buffer, sizeof buffer); buffer 237 maint/gnulib/tests/test-ptsname_r.c ASSERT (same_slave (buffer, slave_name)); buffer 239 maint/gnulib/tests/test-ptsname_r.c test_errors (fd, buffer); buffer 264 maint/gnulib/tests/test-ptsname_r.c char buffer[256]; buffer 268 maint/gnulib/tests/test-ptsname_r.c result = ptsname_r (fd, buffer, sizeof buffer); buffer 271 maint/gnulib/tests/test-ptsname_r.c ASSERT (same_slave (buffer, slave_name)); buffer 273 maint/gnulib/tests/test-ptsname_r.c test_errors (fd, buffer); buffer 45 maint/gnulib/tests/test-readtokens.c ASSERT (readtoken (fp, "|;", 2, &tb) == 1 && tb.buffer[0] == 'a'); buffer 46 maint/gnulib/tests/test-readtokens.c ASSERT (readtoken (fp, "|;", 2, &tb) == 1 && tb.buffer[0] == 'b'); buffer 47 maint/gnulib/tests/test-readtokens.c ASSERT (readtoken (fp, "+", 1, &tb) == 1 && tb.buffer[0] == 'c'); buffer 48 maint/gnulib/tests/test-readtokens.c ASSERT (readtoken (fp, "-", 1, &tb) == 1 && tb.buffer[0] == 'd'); buffer 89 maint/gnulib/tests/test-readtokens.c fwrite (tb.buffer, 1, token_length, stdout); buffer 93 maint/gnulib/tests/test-readtokens.c free (tb.buffer); buffer 115 maint/gnulib/tests/test-spawn-pipe-child.c char buffer[2] = { 's', 't' }; buffer 117 maint/gnulib/tests/test-spawn-pipe-child.c ASSERT (read (STDIN_FILENO, buffer, 2) == 1); buffer 119 maint/gnulib/tests/test-spawn-pipe-child.c buffer[0]++; buffer 120 maint/gnulib/tests/test-spawn-pipe-child.c ASSERT (write (STDOUT_FILENO, buffer, 1) == 1); buffer 49 maint/gnulib/tests/test-spawn-pipe-main.c char buffer[2] = { 'a', 't' }; buffer 61 maint/gnulib/tests/test-spawn-pipe-main.c ASSERT (write (fd[1], buffer, 1) == 1); buffer 65 maint/gnulib/tests/test-spawn-pipe-main.c ASSERT (read (fd[0], buffer, 2) == 1); buffer 72 maint/gnulib/tests/test-spawn-pipe-main.c ASSERT (buffer[0] == 'b'); buffer 73 maint/gnulib/tests/test-spawn-pipe-main.c ASSERT (buffer[1] == 't'); buffer 88 maint/gnulib/tests/test-spawn-pipe-script.c char buffer[1024]; buffer 91 maint/gnulib/tests/test-spawn-pipe-script.c ASSERT (fread (buffer, 1, sizeof (buffer), fp) == 11); buffer 94 maint/gnulib/tests/test-spawn-pipe-script.c ASSERT (memcmp (buffer, "Halle Potta", 11) == 0); buffer 28 maint/gnulib/tests/test-string-buffer.c my_appendf (struct string_buffer *buffer, const char *formatstring, ...) buffer 33 maint/gnulib/tests/test-string-buffer.c int ret = sb_appendvf (buffer, formatstring, args); buffer 47 maint/gnulib/tests/test-string-buffer.c struct string_buffer buffer; buffer 49 maint/gnulib/tests/test-string-buffer.c sb_init (&buffer); buffer 50 maint/gnulib/tests/test-string-buffer.c char *s = sb_dupfree (&buffer); buffer 56 maint/gnulib/tests/test-string-buffer.c struct string_buffer buffer; buffer 58 maint/gnulib/tests/test-string-buffer.c sb_init (&buffer); buffer 59 maint/gnulib/tests/test-string-buffer.c sb_append (&buffer, "abc"); buffer 60 maint/gnulib/tests/test-string-buffer.c sb_append (&buffer, ""); buffer 61 maint/gnulib/tests/test-string-buffer.c sb_append (&buffer, "defg"); buffer 62 maint/gnulib/tests/test-string-buffer.c char *s = sb_dupfree (&buffer); buffer 69 maint/gnulib/tests/test-string-buffer.c struct string_buffer buffer; buffer 71 maint/gnulib/tests/test-string-buffer.c sb_init (&buffer); buffer 72 maint/gnulib/tests/test-string-buffer.c sb_append (&buffer, "<"); buffer 73 maint/gnulib/tests/test-string-buffer.c sb_appendf (&buffer, "%x", 3735928559U); buffer 74 maint/gnulib/tests/test-string-buffer.c sb_append (&buffer, ">"); buffer 75 maint/gnulib/tests/test-string-buffer.c char *s = sb_dupfree (&buffer); buffer 82 maint/gnulib/tests/test-string-buffer.c struct string_buffer buffer; buffer 84 maint/gnulib/tests/test-string-buffer.c sb_init (&buffer); buffer 85 maint/gnulib/tests/test-string-buffer.c sb_append (&buffer, "<"); buffer 86 maint/gnulib/tests/test-string-buffer.c my_appendf (&buffer, "%x", 3735928559U); buffer 87 maint/gnulib/tests/test-string-buffer.c sb_append (&buffer, ">"); buffer 88 maint/gnulib/tests/test-string-buffer.c char *s = sb_dupfree (&buffer); buffer 100 maint/gnulib/tests/test-string-buffer.c struct string_buffer buffer; buffer 102 maint/gnulib/tests/test-string-buffer.c sb_init (&buffer); buffer 103 maint/gnulib/tests/test-string-buffer.c sb_append (&buffer, "<"); buffer 104 maint/gnulib/tests/test-string-buffer.c sb_appendf (&buffer, "%lc", 0x76543210); buffer 105 maint/gnulib/tests/test-string-buffer.c sb_append (&buffer, "|"); buffer 106 maint/gnulib/tests/test-string-buffer.c sb_appendf (&buffer, invalid_format_string_1, 1); buffer 107 maint/gnulib/tests/test-string-buffer.c sb_append (&buffer, "|"); buffer 108 maint/gnulib/tests/test-string-buffer.c sb_appendf (&buffer, invalid_format_string_2, 2); buffer 109 maint/gnulib/tests/test-string-buffer.c sb_append (&buffer, ">"); buffer 110 maint/gnulib/tests/test-string-buffer.c char *s = sb_dupfree (&buffer); buffer 31 maint/gnulib/tests/test-xmemdup0.c char buffer[10] = { 'a', 'b', 'c', 'd', '\0', buffer 50 maint/gnulib/tests/test-xmemdup0.c char *result = xmemdup0 (buffer, 4); buffer 52 maint/gnulib/tests/test-xmemdup0.c ASSERT (strcmp (result, buffer) == 0); buffer 56 maint/gnulib/tests/test-xmemdup0.c char *result = xmemdup0 (buffer, 5); buffer 58 maint/gnulib/tests/test-xmemdup0.c ASSERT (strcmp (result, buffer) == 0); buffer 63 maint/gnulib/tests/test-xmemdup0.c char *result = xmemdup0 (buffer, 9); buffer 65 maint/gnulib/tests/test-xmemdup0.c ASSERT (memcmp (result, buffer, 9) == 0); buffer 70 maint/gnulib/tests/test-xmemdup0.c char *result = xmemdup0 (buffer, 10); buffer 72 maint/gnulib/tests/test-xmemdup0.c ASSERT (memcmp (result, buffer, 10) == 0); buffer 108 tools/crm_diff.c GString *buffer = g_string_sized_new(1024); buffer 110 tools/crm_diff.c pcmk__xml_string(patch, pcmk__xml_fmt_pretty, buffer, 0); buffer 112 tools/crm_diff.c printf("%s", buffer->str); buffer 113 tools/crm_diff.c g_string_free(buffer, TRUE); buffer 133 tools/crm_diff.c char *buffer; buffer 138 tools/crm_diff.c buffer = calculate_xml_versioned_digest(output, FALSE, TRUE, version); buffer 139 tools/crm_diff.c crm_trace("Digest: %s", pcmk__s(buffer, "<null>\n")); buffer 140 tools/crm_diff.c free(buffer); buffer 244 tools/crm_node.c GString *buffer = NULL; buffer 249 tools/crm_node.c pcmk__add_separated_word(&buffer, 128, pcmk__s(node->uname, ""), " "); buffer 253 tools/crm_node.c if (buffer != NULL) { buffer 254 tools/crm_node.c out->info(out, "%s", buffer->str); buffer 255 tools/crm_node.c g_string_free(buffer, TRUE);