header            102 include/crm/common/cmdline_internal.h                          const char *header, const char *desc,
header             61 lib/cluster/cpg.c     struct qb_ipc_response_header header __attribute__ ((aligned(8)));
header            351 lib/cluster/cpg.c     int32_t payload_size = msg->header.size - sizeof(pcmk__cpg_msg_t);
header            359 lib/cluster/cpg.c                 (int) msg->header.size,
header            365 lib/cluster/cpg.c     if (msg->header.error != CS_OK) {
header            371 lib/cluster/cpg.c                 msg->header.error,
header            383 lib/cluster/cpg.c                 (int) msg->header.size, (int) msg_data_len(msg),
header            406 lib/cluster/cpg.c               (int) msg->header.size, (msg->is_compressed? "compressed " : ""),
header            484 lib/cluster/cpg.c         *kind = msg->header.id;
header            537 lib/cluster/cpg.c             msg->header.size, msg->size, msg->compressed_size);
header            993 lib/cluster/cpg.c     msg->header.id = crm_class_cluster;
header            994 lib/cluster/cpg.c     msg->header.error = CS_OK;
header           1026 lib/cluster/cpg.c     msg->header.size = sizeof(pcmk__cpg_msg_t) + msg->size;
header           1029 lib/cluster/cpg.c         msg = pcmk__realloc(msg, msg->header.size);
header           1039 lib/cluster/cpg.c             msg->header.size = sizeof(pcmk__cpg_msg_t) + new_size;
header           1040 lib/cluster/cpg.c             msg = pcmk__realloc(msg, msg->header.size);
header           1049 lib/cluster/cpg.c             msg = pcmk__realloc(msg, msg->header.size);
header           1058 lib/cluster/cpg.c     iov->iov_len = msg->header.size;
header            133 lib/common/cmdline.c                     const char *header, const char *desc,
header            138 lib/common/cmdline.c     group = g_option_group_new(name, header, desc, NULL, NULL);
header            290 lib/common/crmcommon_private.h bool pcmk__valid_ipc_header(const pcmk__ipc_header_t *header);
header           1119 lib/common/ipc_client.c     pcmk__ipc_header_t *header = (pcmk__ipc_header_t *)(void*)client->buffer;
header           1121 lib/common/ipc_client.c     if (header->size_compressed) {
header           1123 lib/common/ipc_client.c         unsigned int size_u = 1 + header->size_uncompressed;
header           1129 lib/common/ipc_client.c                  header->size_compressed, size_u);
header           1132 lib/common/ipc_client.c                                         client->buffer + sizeof(pcmk__ipc_header_t), header->size_compressed, 1, 0);
header           1142 lib/common/ipc_client.c         pcmk__assert(size_u == header->size_uncompressed);
header           1145 lib/common/ipc_client.c         header = (pcmk__ipc_header_t *)(void*)uncompressed;
header           1153 lib/common/ipc_client.c                                 + header->size_uncompressed - 1] == 0);
header           1160 lib/common/ipc_client.c     pcmk__ipc_header_t *header = NULL;
header           1175 lib/common/ipc_client.c         header = (pcmk__ipc_header_t *)(void*)client->buffer;
header           1176 lib/common/ipc_client.c         if (!pcmk__valid_ipc_header(header)) {
header           1181 lib/common/ipc_client.c                   client->server_name, header->qb.id, header->qb.size,
header           1198 lib/common/ipc_client.c     if (header) {
header           1200 lib/common/ipc_client.c         return header->size_uncompressed;
header           1215 lib/common/ipc_client.c     pcmk__ipc_header_t *header = NULL;
header           1222 lib/common/ipc_client.c     header = (pcmk__ipc_header_t *)(void*)client->buffer;
header           1223 lib/common/ipc_client.c     return header->flags;
header           1309 lib/common/ipc_client.c     pcmk__ipc_header_t *header;
header           1350 lib/common/ipc_client.c     header = iov[0].iov_base;
header           1351 lib/common/ipc_client.c     pcmk__set_ipc_flags(header->flags, client->server_name, flags);
header           1358 lib/common/ipc_client.c     if(header->size_compressed) {
header           1369 lib/common/ipc_client.c               client->server_name, header->qb.id, header->qb.size, ms_timeout);
header           1392 lib/common/ipc_client.c                       client->server_name, header->qb.id);
header           1396 lib/common/ipc_client.c         rc = internal_ipc_get_reply(client, header->qb.id, ms_timeout, &bytes);
header           1421 lib/common/ipc_client.c                   rc, hdr->qb.id, client->server_name, header->qb.id,
header           1430 lib/common/ipc_client.c                   client->server_name, header->qb.id, rc);
header           1436 lib/common/ipc_client.c                    CRM_XS " rc=%d", client->server_name, header->qb.id, rc);
header           1440 lib/common/ipc_client.c                  client->server_name, header->qb.id, pcmk_strerror(rc),
header           1446 lib/common/ipc_client.c                  client->server_name, header->qb.id,
header            107 lib/common/ipc_common.c pcmk__valid_ipc_header(const pcmk__ipc_header_t *header)
header            109 lib/common/ipc_common.c     if (header == NULL) {
header            113 lib/common/ipc_common.c     } else if (header->version > PCMK__IPC_VERSION) {
header            115 lib/common/ipc_common.c                 header->version, PCMK__IPC_VERSION);
header            404 lib/common/ipc_server.c     pcmk__ipc_header_t *header = data;
header            406 lib/common/ipc_server.c     if (!pcmk__valid_ipc_header(header)) {
header            414 lib/common/ipc_server.c         *flags = header->flags;
header            417 lib/common/ipc_server.c     if (pcmk_is_set(header->flags, crm_ipc_proxied)) {
header            425 lib/common/ipc_server.c     if (header->size_compressed) {
header            427 lib/common/ipc_server.c         unsigned int size_u = 1 + header->size_uncompressed;
header            431 lib/common/ipc_server.c                   header->size_compressed, size_u);
header            433 lib/common/ipc_server.c         rc = BZ2_bzBuffToBuffDecompress(uncompressed, &size_u, text, header->size_compressed, 1, 0);
header            446 lib/common/ipc_server.c     pcmk__assert(text[header->size_uncompressed - 1] == 0);
header            512 lib/common/ipc_server.c         pcmk__ipc_header_t *header = NULL;
header            531 lib/common/ipc_server.c         header = event[0].iov_base;
header            532 lib/common/ipc_server.c         if (header->size_compressed) {
header            534 lib/common/ipc_server.c                       header->qb.id, c->ipcs, c->pid, (long long) qb_rc);
header            537 lib/common/ipc_server.c                       header->qb.id, c->ipcs, c->pid, (long long) qb_rc,
header            601 lib/common/ipc_server.c     pcmk__ipc_header_t *header = NULL;
header            609 lib/common/ipc_server.c     header = calloc(1, sizeof(pcmk__ipc_header_t));
header            610 lib/common/ipc_server.c     if (header == NULL) {
header            626 lib/common/ipc_server.c     iov[0].iov_base = header;
header            628 lib/common/ipc_server.c     header->version = PCMK__IPC_VERSION;
header            629 lib/common/ipc_server.c     header->size_uncompressed = 1 + buffer->len;
header            630 lib/common/ipc_server.c     total = iov[0].iov_len + header->size_uncompressed;
header            634 lib/common/ipc_server.c         iov[1].iov_len = header->size_uncompressed;
header            643 lib/common/ipc_server.c                            (unsigned int) header->size_uncompressed,
header            647 lib/common/ipc_server.c             pcmk__set_ipc_flags(header->flags, "send data", crm_ipc_compressed);
header            648 lib/common/ipc_server.c             header->size_compressed = new_size;
header            650 lib/common/ipc_server.c             iov[1].iov_len = header->size_compressed;
header            653 lib/common/ipc_server.c             biggest = QB_MAX(header->size_compressed, biggest);
header            657 lib/common/ipc_server.c             biggest = QB_MAX(header->size_uncompressed, biggest);
header            662 lib/common/ipc_server.c                     header->size_uncompressed, max_send_size, 4 * biggest);
header            671 lib/common/ipc_server.c     header->qb.size = iov[0].iov_len + iov[1].iov_len;
header            672 lib/common/ipc_server.c     header->qb.id = (int32_t)request;    /* Replying to a specific request */
header            675 lib/common/ipc_server.c     pcmk__assert(header->qb.size > 0);
header            677 lib/common/ipc_server.c         *bytes = header->qb.size;
header            692 lib/common/ipc_server.c     pcmk__ipc_header_t *header = iov[0].iov_base;
header            706 lib/common/ipc_server.c     pcmk__set_ipc_flags(header->flags, "server event", flags);
header            708 lib/common/ipc_server.c         header->qb.id = id++;   /* We don't really use it, but doesn't hurt to set one */
header            732 lib/common/ipc_server.c         CRM_LOG_ASSERT(header->qb.id != 0);     /* Replying to a specific request */
header            735 lib/common/ipc_server.c         if (qb_rc < header->qb.size) {
header            741 lib/common/ipc_server.c                        header->qb.id, c->pid, pcmk_rc_str(rc),
header            742 lib/common/ipc_server.c                        header->qb.size, (long long) qb_rc, c->ipcs);
header            746 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            524 lib/common/remote.c     struct remote_header_v0 *header;
header            533 lib/common/remote.c     header = pcmk__assert_alloc(1, sizeof(struct remote_header_v0));
header            535 lib/common/remote.c     iov[0].iov_base = header;
header            542 lib/common/remote.c     header->id = id;
header            543 lib/common/remote.c     header->endian = ENDIAN_LOCAL;
header            544 lib/common/remote.c     header->version = REMOTE_MSG_VERSION;
header            545 lib/common/remote.c     header->payload_offset = iov[0].iov_len;
header            546 lib/common/remote.c     header->payload_uncompressed = iov[1].iov_len;
header            547 lib/common/remote.c     header->size_total = iov[0].iov_len + iov[1].iov_len;
header            573 lib/common/remote.c     struct remote_header_v0 *header = localized_remote_header(remote);
header            575 lib/common/remote.c     if (header == NULL) {
header            580 lib/common/remote.c     if (header->payload_compressed) {
header            582 lib/common/remote.c         unsigned int size_u = 1 + header->payload_uncompressed;
header            584 lib/common/remote.c             pcmk__assert_alloc(1, header->payload_offset + size_u);
header            587 lib/common/remote.c                  header->payload_compressed, size_u);
header            589 lib/common/remote.c         rc = BZ2_bzBuffToBuffDecompress(uncompressed + header->payload_offset, &size_u,
header            590 lib/common/remote.c                                         remote->buffer + header->payload_offset,
header            591 lib/common/remote.c                                         header->payload_compressed, 1, 0);
header            594 lib/common/remote.c         if (rc != pcmk_rc_ok && header->version > REMOTE_MSG_VERSION) {
header            596 lib/common/remote.c                      header->version, REMOTE_MSG_VERSION);
header            607 lib/common/remote.c         pcmk__assert(size_u == header->payload_uncompressed);
header            609 lib/common/remote.c         memcpy(uncompressed, remote->buffer, header->payload_offset);       /* Preserve the header */
header            610 lib/common/remote.c         remote->buffer_size = header->payload_offset + size_u;
header            614 lib/common/remote.c         header = localized_remote_header(remote);
header            620 lib/common/remote.c     CRM_LOG_ASSERT(remote->buffer[sizeof(struct remote_header_v0) + header->payload_uncompressed - 1] == 0);
header            622 lib/common/remote.c     xml = pcmk__xml_parse(remote->buffer + header->payload_offset);
header            623 lib/common/remote.c     if (xml == NULL && header->version > REMOTE_MSG_VERSION) {
header            625 lib/common/remote.c                  header->version, REMOTE_MSG_VERSION);
header            628 lib/common/remote.c         crm_err("Couldn't parse: '%.120s'", remote->buffer + header->payload_offset);
header            722 lib/common/remote.c     struct remote_header_v0 *header = localized_remote_header(remote);
header            726 lib/common/remote.c     if(header) {
header            728 lib/common/remote.c         read_len = header->size_total;
header            797 lib/common/remote.c     header = localized_remote_header(remote);
header            798 lib/common/remote.c     if(header) {
header            799 lib/common/remote.c         if(remote->buffer_offset < header->size_total) {
header            802 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            211 maint/gnulib/lib/get_ppid_of.c       union { char all[PSINFO_SIZE]; unsigned int header[11]; } buf;
header            214 maint/gnulib/lib/get_ppid_of.c       if (nread >= (ssize_t) sizeof (buf.header))
header            215 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))