header 102 include/crm/common/cmdline_internal.h const char *header, const char *desc, header 58 lib/cluster/cpg.c struct qb_ipc_response_header header __attribute__ ((aligned(8))); header 362 lib/cluster/cpg.c int32_t payload_size = msg->header.size - sizeof(pcmk__cpg_msg_t); header 370 lib/cluster/cpg.c (int) msg->header.size, header 376 lib/cluster/cpg.c if (msg->header.error != CS_OK) { header 382 lib/cluster/cpg.c msg->header.error, header 394 lib/cluster/cpg.c (int) msg->header.size, (int) msg_data_len(msg), header 417 lib/cluster/cpg.c (int) msg->header.size, (msg->is_compressed? "compressed " : ""), header 490 lib/cluster/cpg.c *kind = msg->header.id; header 540 lib/cluster/cpg.c msg->header.size, msg->size, msg->compressed_size); header 962 lib/cluster/cpg.c msg->header.id = msg_class; header 963 lib/cluster/cpg.c msg->header.error = CS_OK; header 992 lib/cluster/cpg.c msg->header.size = sizeof(pcmk__cpg_msg_t) + msg->size; header 995 lib/cluster/cpg.c msg = pcmk__realloc(msg, msg->header.size); header 1006 lib/cluster/cpg.c msg->header.size = sizeof(pcmk__cpg_msg_t) + new_size; header 1007 lib/cluster/cpg.c msg = pcmk__realloc(msg, msg->header.size); header 1016 lib/cluster/cpg.c msg = pcmk__realloc(msg, msg->header.size); header 1026 lib/cluster/cpg.c iov->iov_len = msg->header.size; header 135 lib/common/cmdline.c const char *header, const char *desc, header 140 lib/common/cmdline.c group = g_option_group_new(name, header, desc, NULL, NULL); header 259 lib/common/crmcommon_private.h bool pcmk__valid_ipc_header(const pcmk__ipc_header_t *header); header 966 lib/common/ipc_client.c pcmk__ipc_header_t *header = (pcmk__ipc_header_t *)(void*)client->buffer; header 968 lib/common/ipc_client.c if (header->size_compressed) { header 970 lib/common/ipc_client.c unsigned int size_u = 1 + header->size_uncompressed; header 976 lib/common/ipc_client.c header->size_compressed, size_u); header 979 lib/common/ipc_client.c client->buffer + sizeof(pcmk__ipc_header_t), header->size_compressed, 1, 0); header 996 lib/common/ipc_client.c CRM_ASSERT(size_u == header->size_uncompressed); header 999 lib/common/ipc_client.c header = (pcmk__ipc_header_t *)(void*)uncompressed; header 1006 lib/common/ipc_client.c CRM_ASSERT(client->buffer[sizeof(pcmk__ipc_header_t) + header->size_uncompressed - 1] == 0); header 1013 lib/common/ipc_client.c pcmk__ipc_header_t *header = NULL; header 1029 lib/common/ipc_client.c header = (pcmk__ipc_header_t *)(void*)client->buffer; header 1030 lib/common/ipc_client.c if (!pcmk__valid_ipc_header(header)) { header 1035 lib/common/ipc_client.c client->server_name, header->qb.id, header->qb.size, header 1048 lib/common/ipc_client.c if (header) { header 1050 lib/common/ipc_client.c return header->size_uncompressed; header 1065 lib/common/ipc_client.c pcmk__ipc_header_t *header = NULL; header 1072 lib/common/ipc_client.c header = (pcmk__ipc_header_t *)(void*)client->buffer; header 1073 lib/common/ipc_client.c return header->flags; header 1159 lib/common/ipc_client.c pcmk__ipc_header_t *header; header 1200 lib/common/ipc_client.c header = iov[0].iov_base; header 1201 lib/common/ipc_client.c pcmk__set_ipc_flags(header->flags, client->server_name, flags); header 1208 lib/common/ipc_client.c if(header->size_compressed) { header 1219 lib/common/ipc_client.c client->server_name, header->qb.id, header->qb.size, ms_timeout); header 1242 lib/common/ipc_client.c client->server_name, header->qb.id); header 1246 lib/common/ipc_client.c rc = internal_ipc_get_reply(client, header->qb.id, ms_timeout, &bytes); header 1271 lib/common/ipc_client.c rc, hdr->qb.id, client->server_name, header->qb.id, header 1280 lib/common/ipc_client.c client->server_name, header->qb.id, rc); header 1286 lib/common/ipc_client.c CRM_XS " rc=%d", client->server_name, header->qb.id, rc); header 1290 lib/common/ipc_client.c client->server_name, header->qb.id, pcmk_strerror(rc), header 1296 lib/common/ipc_client.c client->server_name, header->qb.id, header 81 lib/common/ipc_common.c pcmk__valid_ipc_header(const pcmk__ipc_header_t *header) header 83 lib/common/ipc_common.c if (header == NULL) { header 87 lib/common/ipc_common.c } else if (header->version > PCMK__IPC_VERSION) { header 89 lib/common/ipc_common.c header->version, PCMK__IPC_VERSION); header 398 lib/common/ipc_server.c pcmk__ipc_header_t *header = data; header 400 lib/common/ipc_server.c if (!pcmk__valid_ipc_header(header)) { header 408 lib/common/ipc_server.c *flags = header->flags; header 411 lib/common/ipc_server.c if (pcmk_is_set(header->flags, crm_ipc_proxied)) { header 419 lib/common/ipc_server.c if (header->size_compressed) { header 421 lib/common/ipc_server.c unsigned int size_u = 1 + header->size_uncompressed; header 425 lib/common/ipc_server.c header->size_compressed, size_u); header 427 lib/common/ipc_server.c rc = BZ2_bzBuffToBuffDecompress(uncompressed, &size_u, text, header->size_compressed, 1, 0); header 438 lib/common/ipc_server.c CRM_ASSERT(text[header->size_uncompressed - 1] == 0); header 504 lib/common/ipc_server.c pcmk__ipc_header_t *header = NULL; header 523 lib/common/ipc_server.c header = event[0].iov_base; header 524 lib/common/ipc_server.c if (header->size_compressed) { header 526 lib/common/ipc_server.c header->qb.id, c->ipcs, c->pid, (long long) qb_rc); header 529 lib/common/ipc_server.c header->qb.id, c->ipcs, c->pid, (long long) qb_rc, header 595 lib/common/ipc_server.c pcmk__ipc_header_t *header = NULL; header 601 lib/common/ipc_server.c header = calloc(1, sizeof(pcmk__ipc_header_t)); header 602 lib/common/ipc_server.c if (header == NULL) { header 616 lib/common/ipc_server.c iov[0].iov_base = header; header 618 lib/common/ipc_server.c header->version = PCMK__IPC_VERSION; header 619 lib/common/ipc_server.c header->size_uncompressed = 1 + strlen(buffer); header 620 lib/common/ipc_server.c total = iov[0].iov_len + header->size_uncompressed; header 624 lib/common/ipc_server.c iov[1].iov_len = header->size_uncompressed; header 629 lib/common/ipc_server.c if (pcmk__compress(buffer, (unsigned int) header->size_uncompressed, header 633 lib/common/ipc_server.c pcmk__set_ipc_flags(header->flags, "send data", crm_ipc_compressed); header 634 lib/common/ipc_server.c header->size_compressed = new_size; header 636 lib/common/ipc_server.c iov[1].iov_len = header->size_compressed; header 641 lib/common/ipc_server.c biggest = QB_MAX(header->size_compressed, biggest); header 645 lib/common/ipc_server.c biggest = QB_MAX(header->size_uncompressed, biggest); header 650 lib/common/ipc_server.c header->size_uncompressed, max_send_size, 4 * biggest); header 659 lib/common/ipc_server.c header->qb.size = iov[0].iov_len + iov[1].iov_len; header 660 lib/common/ipc_server.c header->qb.id = (int32_t)request; /* Replying to a specific request */ header 663 lib/common/ipc_server.c CRM_ASSERT(header->qb.size > 0); header 665 lib/common/ipc_server.c *bytes = header->qb.size; header 675 lib/common/ipc_server.c pcmk__ipc_header_t *header = iov[0].iov_base; header 689 lib/common/ipc_server.c pcmk__set_ipc_flags(header->flags, "server event", flags); header 691 lib/common/ipc_server.c header->qb.id = id++; /* We don't really use it, but doesn't hurt to set one */ header 715 lib/common/ipc_server.c CRM_LOG_ASSERT(header->qb.id != 0); /* Replying to a specific request */ header 718 lib/common/ipc_server.c if (qb_rc < header->qb.size) { header 724 lib/common/ipc_server.c header->qb.id, c->pid, pcmk_rc_str(rc), header 725 lib/common/ipc_server.c header->qb.size, (long long) qb_rc, c->ipcs); header 729 lib/common/ipc_server.c header->qb.id, (long long) qb_rc, c->ipcs, c->pid); header 100 lib/common/remote.c struct remote_header_v0 *header = (struct remote_header_v0 *)remote->buffer; header 104 lib/common/remote.c } else if(header->endian != ENDIAN_LOCAL) { header 105 lib/common/remote.c uint32_t endian = __swab32(header->endian); header 111 lib/common/remote.c ENDIAN_LOCAL, header->endian, endian); header 115 lib/common/remote.c header->id = __swab64(header->id); header 116 lib/common/remote.c header->flags = __swab64(header->flags); header 117 lib/common/remote.c header->endian = __swab32(header->endian); header 119 lib/common/remote.c header->version = __swab32(header->version); header 120 lib/common/remote.c header->size_total = __swab32(header->size_total); header 121 lib/common/remote.c header->payload_offset = __swab32(header->payload_offset); header 122 lib/common/remote.c header->payload_compressed = __swab32(header->payload_compressed); header 123 lib/common/remote.c header->payload_uncompressed = __swab32(header->payload_uncompressed); header 126 lib/common/remote.c return header; header 495 lib/common/remote.c struct remote_header_v0 *header; header 502 lib/common/remote.c header = calloc(1, sizeof(struct remote_header_v0)); header 503 lib/common/remote.c CRM_ASSERT(header != NULL); header 505 lib/common/remote.c iov[0].iov_base = header; header 512 lib/common/remote.c header->id = id; header 513 lib/common/remote.c header->endian = ENDIAN_LOCAL; header 514 lib/common/remote.c header->version = REMOTE_MSG_VERSION; header 515 lib/common/remote.c header->payload_offset = iov[0].iov_len; header 516 lib/common/remote.c header->payload_uncompressed = iov[1].iov_len; header 517 lib/common/remote.c header->size_total = iov[0].iov_len + iov[1].iov_len; header 543 lib/common/remote.c struct remote_header_v0 *header = localized_remote_header(remote); header 545 lib/common/remote.c if (header == NULL) { header 550 lib/common/remote.c if (header->payload_compressed) { header 552 lib/common/remote.c unsigned int size_u = 1 + header->payload_uncompressed; header 553 lib/common/remote.c char *uncompressed = calloc(1, header->payload_offset + size_u); header 556 lib/common/remote.c header->payload_compressed, size_u); header 558 lib/common/remote.c rc = BZ2_bzBuffToBuffDecompress(uncompressed + header->payload_offset, &size_u, header 559 lib/common/remote.c remote->buffer + header->payload_offset, header 560 lib/common/remote.c header->payload_compressed, 1, 0); header 562 lib/common/remote.c if (rc != BZ_OK && header->version > REMOTE_MSG_VERSION) { header 564 lib/common/remote.c header->version, REMOTE_MSG_VERSION); header 575 lib/common/remote.c CRM_ASSERT(size_u == header->payload_uncompressed); header 577 lib/common/remote.c memcpy(uncompressed, remote->buffer, header->payload_offset); /* Preserve the header */ header 578 lib/common/remote.c remote->buffer_size = header->payload_offset + size_u; header 582 lib/common/remote.c header = localized_remote_header(remote); header 588 lib/common/remote.c CRM_LOG_ASSERT(remote->buffer[sizeof(struct remote_header_v0) + header->payload_uncompressed - 1] == 0); header 590 lib/common/remote.c xml = string2xml(remote->buffer + header->payload_offset); header 591 lib/common/remote.c if (xml == NULL && header->version > REMOTE_MSG_VERSION) { header 593 lib/common/remote.c header->version, REMOTE_MSG_VERSION); header 596 lib/common/remote.c crm_err("Couldn't parse: '%.120s'", remote->buffer + header->payload_offset); header 689 lib/common/remote.c struct remote_header_v0 *header = localized_remote_header(remote); header 693 lib/common/remote.c if(header) { header 695 lib/common/remote.c read_len = header->size_total; header 764 lib/common/remote.c header = localized_remote_header(remote); header 765 lib/common/remote.c if(header) { header 766 lib/common/remote.c if(remote->buffer_offset < header->size_total) { header 769 lib/common/remote.c header->size_total); header 122 maint/gnulib/lib/alloca.c static header *last_alloca_header = NULL; /* -> last alloca header. */ header 146 maint/gnulib/lib/alloca.c register header *hp; /* Traverses linked list. */ header 156 maint/gnulib/lib/alloca.c register header *np = hp->h.next; header 179 maint/gnulib/lib/alloca.c register header *new; header 181 maint/gnulib/lib/alloca.c size_t combined_size = sizeof (header) + size; header 182 maint/gnulib/lib/alloca.c if (combined_size < sizeof (header)) header 395 maint/gnulib/lib/argp-help.c const char *header; header 514 maint/gnulib/lib/argp-help.c hol_add_cluster (struct hol *hol, int group, const char *header, int index, header 521 maint/gnulib/lib/argp-help.c cl->header = header; header 1038 maint/gnulib/lib/argp-help.c ((child->group || child->header) header 1040 maint/gnulib/lib/argp-help.c ? hol_add_cluster (hol, child->group, child->header, header 1200 maint/gnulib/lib/argp-help.c if (cl && cl->header && *cl->header header 1210 maint/gnulib/lib/argp-help.c print_header (cl->header, cl->argp, pest); header 296 maint/gnulib/lib/argp.h const char *header; header 205 maint/gnulib/lib/get_ppid_of.c union { char all[PSINFO_SIZE]; unsigned int header[11]; } buf; header 208 maint/gnulib/lib/get_ppid_of.c if (nread >= (ssize_t) sizeof (buf.header)) header 209 maint/gnulib/lib/get_ppid_of.c return buf.header[3]; header 600 maint/gnulib/lib/javacomp.c unsigned char header[8]; header 608 maint/gnulib/lib/javacomp.c if (safe_read (fd, header, 8) == 8) header 611 maint/gnulib/lib/javacomp.c if (header[0] == 0xCA && header[1] == 0xFE header 612 maint/gnulib/lib/javacomp.c && header[2] == 0xBA && header[3] == 0xBE) header 615 maint/gnulib/lib/javacomp.c return header[7]; header 35 maint/gnulib/lib/unicase/cased.h int header[1]; header 35 maint/gnulib/lib/unicase/ignorable.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_C.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Cc.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Cf.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Cn.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Co.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Cs.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_L.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_LC.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Ll.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Lm.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Lo.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Lt.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Lu.h int header[1]; header 27 maint/gnulib/lib/unictype/categ_M.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Mc.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Me.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Mn.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_N.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Nd.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Nl.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_No.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_P.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Pc.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Pd.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Pe.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Pf.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Pi.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Po.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Ps.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_S.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Sc.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Sk.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Sm.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_So.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Z.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Zl.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Zp.h int header[1]; header 35 maint/gnulib/lib/unictype/categ_Zs.h int header[1]; header 35 maint/gnulib/lib/unictype/ctype_alnum.h int header[1]; header 35 maint/gnulib/lib/unictype/ctype_alpha.h int header[1]; header 35 maint/gnulib/lib/unictype/ctype_blank.h int header[1]; header 35 maint/gnulib/lib/unictype/ctype_cntrl.h int header[1]; header 35 maint/gnulib/lib/unictype/ctype_digit.h int header[1]; header 35 maint/gnulib/lib/unictype/ctype_graph.h int header[1]; header 35 maint/gnulib/lib/unictype/ctype_lower.h int header[1]; header 35 maint/gnulib/lib/unictype/ctype_print.h int header[1]; header 35 maint/gnulib/lib/unictype/ctype_punct.h int header[1]; header 35 maint/gnulib/lib/unictype/ctype_space.h int header[1]; header 35 maint/gnulib/lib/unictype/ctype_upper.h int header[1]; header 35 maint/gnulib/lib/unictype/ctype_xdigit.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_alphabetic.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_ascii_hex_digit.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_arabic_digit.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_arabic_right_to_left.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_block_separator.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_boundary_neutral.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_common_separator.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_control.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_embedding_or_override.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_eur_num_separator.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_eur_num_terminator.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_european_digit.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_hebrew_right_to_left.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_left_to_right.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_non_spacing_mark.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_other_neutral.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_pdf.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_segment_separator.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_bidi_whitespace.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_case_ignorable.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_cased.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_changes_when_casefolded.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_changes_when_casemapped.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_changes_when_lowercased.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_changes_when_titlecased.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_changes_when_uppercased.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_combining.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_composite.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_currency_symbol.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_dash.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_decimal_digit.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_default_ignorable_code_point.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_deprecated.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_diacritic.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_extender.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_format_control.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_grapheme_base.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_grapheme_extend.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_grapheme_link.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_hex_digit.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_hyphen.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_id_continue.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_id_start.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_ideographic.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_ids_binary_operator.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_ids_trinary_operator.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_ignorable_control.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_iso_control.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_join_control.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_left_of_pair.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_line_separator.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_logical_order_exception.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_lowercase.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_math.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_non_break.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_not_a_character.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_numeric.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_other_alphabetic.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_other_default_ignorable_code_point.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_other_grapheme_extend.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_other_id_continue.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_other_id_start.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_other_lowercase.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_other_math.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_other_uppercase.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_paired_punctuation.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_paragraph_separator.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_pattern_syntax.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_pattern_white_space.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_private_use.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_punctuation.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_quotation_mark.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_radical.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_sentence_terminal.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_soft_dotted.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_space.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_terminal_punctuation.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_titlecase.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_unassigned_code_value.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_unified_ideograph.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_uppercase.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_variation_selector.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_white_space.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_xid_continue.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_xid_start.h int header[1]; header 35 maint/gnulib/lib/unictype/pr_zero_width.h int header[1]; header 35 maint/gnulib/lib/unictype/sy_c_whitespace.h int header[1]; header 35 maint/gnulib/lib/unictype/sy_java_whitespace.h int header[1]; header 102 maint/gnulib/tests/test-digest.h char header[4]; header 103 maint/gnulib/tests/test-digest.h if (fread (header, 1, sizeof (header), fp) != sizeof (header))