size              221 daemons/attrd/pacemaker-attrd.c attrd_ipc_dispatch(qb_ipcs_connection_t * c, void *data, size_t size)
size               60 daemons/based/based_callbacks.c gboolean cib_common_callback(qb_ipcs_connection_t * c, void *data, size_t size,
size               85 daemons/based/based_callbacks.c cib_ipc_dispatch_rw(qb_ipcs_connection_t * c, void *data, size_t size)
size               90 daemons/based/based_callbacks.c     return cib_common_callback(c, data, size, TRUE);
size               94 daemons/based/based_callbacks.c cib_ipc_dispatch_ro(qb_ipcs_connection_t * c, void *data, size_t size)
size               99 daemons/based/based_callbacks.c     return cib_common_callback(c, data, size, FALSE);
size              207 daemons/based/based_callbacks.c cib_common_callback(qb_ipcs_connection_t * c, void *data, size_t size, gboolean privileged)
size              379 daemons/controld/controld_control.c dispatch_controller_ipc(qb_ipcs_connection_t * c, void *data, size_t size)
size              105 daemons/execd/pacemaker-execd.c lrmd_ipc_dispatch(qb_ipcs_connection_t * c, void *data, size_t size)
size              222 daemons/execd/remoted_proxy.c ipc_proxy_dispatch(qb_ipcs_connection_t * c, void *data, size_t size)
size               91 daemons/fenced/pacemaker-fenced.c st_ipc_dispatch(qb_ipcs_connection_t * qbc, void *data, size_t size)
size              151 daemons/pacemakerd/pcmkd_messages.c pcmk_ipc_dispatch(qb_ipcs_connection_t * qbc, void *data, size_t size)
size              219 daemons/schedulerd/schedulerd_messages.c pe_ipc_dispatch(qb_ipcs_connection_t * qbc, void *data, size_t size)
size              320 include/crm/common/internal.h pcmk__realloc(void *ptr, size_t size)
size              325 include/crm/common/internal.h     CRM_ASSERT(size > 0);
size              327 include/crm/common/internal.h     new_ptr = realloc(ptr, size);
size               51 lib/cluster/cpg.c     uint32_t size;
size               65 lib/cluster/cpg.c     uint32_t size;
size               76 lib/cluster/cpg.c #define msg_data_len(msg) (msg->is_compressed?msg->compressed_size:msg->size)
size              304 lib/cluster/cpg.c     } else if (host->size > 0) {
size              362 lib/cluster/cpg.c     int32_t payload_size = msg->header.size - sizeof(pcmk__cpg_msg_t);
size              370 lib/cluster/cpg.c                 (int) msg->header.size,
size              394 lib/cluster/cpg.c                 (int) msg->header.size, (int) msg_data_len(msg),
size              404 lib/cluster/cpg.c         (((msg->size > 1) && (msg->data[msg->size - 2] == '\0'))
size              405 lib/cluster/cpg.c          || (msg->data[msg->size - 1] != '\0'))) {
size              410 lib/cluster/cpg.c                 (unsigned long long) msg->size,
size              417 lib/cluster/cpg.c               (int) msg->header.size, (msg->is_compressed? "compressed " : ""),
size              460 lib/cluster/cpg.c         } else if (msg->host.size != 0 && !pcmk__str_eq(msg->host.uname, local_name, pcmk__str_casei)) {
size              467 lib/cluster/cpg.c         if (msg->sender.size == 0) {
size              478 lib/cluster/cpg.c                 msg->sender.size = strlen(peer->uname);
size              480 lib/cluster/cpg.c                 memcpy(msg->sender.uname, peer->uname, msg->sender.size);
size              487 lib/cluster/cpg.c               msg_data_len(msg), msg->size, msg->compressed_size);
size              496 lib/cluster/cpg.c     if (msg->is_compressed && msg->size > 0) {
size              499 lib/cluster/cpg.c         unsigned int new_size = msg->size + 1;
size              517 lib/cluster/cpg.c         CRM_ASSERT(new_size == msg->size);
size              540 lib/cluster/cpg.c             msg->header.size, msg->size, msg->compressed_size);
size              971 lib/cluster/cpg.c             msg->host.size = strlen(node->uname);
size              973 lib/cluster/cpg.c             memcpy(msg->host.uname, node->uname, msg->host.size);
size              985 lib/cluster/cpg.c     msg->sender.size = local_name_len;
size              987 lib/cluster/cpg.c     if ((local_name != NULL) && (msg->sender.size != 0)) {
size              988 lib/cluster/cpg.c         memcpy(msg->sender.uname, local_name, msg->sender.size);
size              991 lib/cluster/cpg.c     msg->size = 1 + strlen(data);
size              992 lib/cluster/cpg.c     msg->header.size = sizeof(pcmk__cpg_msg_t) + msg->size;
size              994 lib/cluster/cpg.c     if (msg->size < CRM_BZ2_THRESHOLD) {
size              995 lib/cluster/cpg.c         msg = pcmk__realloc(msg, msg->header.size);
size              996 lib/cluster/cpg.c         memcpy(msg->data, data, msg->size);
size             1003 lib/cluster/cpg.c         if (pcmk__compress(uncompressed, (unsigned int) msg->size, 0,
size             1006 lib/cluster/cpg.c             msg->header.size = sizeof(pcmk__cpg_msg_t) + new_size;
size             1007 lib/cluster/cpg.c             msg = pcmk__realloc(msg, msg->header.size);
size             1016 lib/cluster/cpg.c             msg = pcmk__realloc(msg, msg->header.size);
size             1017 lib/cluster/cpg.c             memcpy(msg->data, data, msg->size);
size             1026 lib/cluster/cpg.c     iov->iov_len = msg->header.size;
size             1035 lib/cluster/cpg.c                   msg->size, data);
size             1090 lib/common/ipc_client.c                   client->server_name, header->qb.id, header->qb.size,
size             1278 lib/common/ipc_client.c               client->server_name, header->qb.id, header->qb.size, ms_timeout);
size              659 lib/common/ipc_server.c     header->qb.size = iov[0].iov_len + iov[1].iov_len;
size              663 lib/common/ipc_server.c     CRM_ASSERT(header->qb.size > 0);
size              665 lib/common/ipc_server.c         *bytes = header->qb.size;
size              718 lib/common/ipc_server.c         if (qb_rc < header->qb.size) {
size              725 lib/common/ipc_server.c                        header->qb.size, (long long) qb_rc, c->ipcs);
size              117 lib/common/md5.c   size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
size              125 lib/common/md5.c   ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3);
size              126 lib/common/md5.c   ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
size              128 lib/common/md5.c   memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes);
size              131 lib/common/md5.c   md5_process_block (ctx->buffer, size * 4, ctx);
size               58 lib/common/mock.c __wrap_calloc(size_t nmemb, size_t size) {
size               59 lib/common/mock.c     return __real_calloc(nmemb, size);
size               20 lib/common/mock_private.h void *__real_calloc(size_t nmemb, size_t size);
size               21 lib/common/mock_private.h void *__wrap_calloc(size_t nmemb, size_t size);
size               22 lib/common/tests/utils/crm_user_lookup_test.c __wrap_calloc(size_t nmemb, size_t size)
size               29 lib/common/tests/utils/crm_user_lookup_test.c         return __real_calloc(nmemb, size);
size              117 lib/gnu/md5.c    size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
size              125 lib/gnu/md5.c    ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3);
size              126 lib/gnu/md5.c    ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
size              128 lib/gnu/md5.c    memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes);
size              131 lib/gnu/md5.c    md5_process_block (ctx->buffer, size * 4, ctx);
size             1057 lib/lrmd/lrmd_client.c     dest->data = gnutls_malloc(source->size);
size             1060 lib/lrmd/lrmd_client.c     memcpy(dest->data, source->data, source->size);
size             1061 lib/lrmd/lrmd_client.c     dest->size = source->size;
size             1069 lib/lrmd/lrmd_client.c     datum->size = 0;
size             1091 lib/lrmd/lrmd_client.c     key->size = 0;
size             1102 lib/lrmd/lrmd_client.c         if (key->size == buf_len) {
size             1103 lib/lrmd/lrmd_client.c             buf_len = key->size + KEY_READ_LEN;
size             1107 lib/lrmd/lrmd_client.c         key->data[key->size++] = (unsigned char) next;
size             1111 lib/lrmd/lrmd_client.c     if (key->size == 0) {
size               82 maint/gnulib/lib/af_alg.c       ssize_t size = (len > BLOCKSIZE ? BLOCKSIZE : len);
size               83 maint/gnulib/lib/af_alg.c       if (send (ofd, buffer, size, MSG_MORE) != size)
size               88 maint/gnulib/lib/af_alg.c       buffer += size;
size               89 maint/gnulib/lib/af_alg.c       len -= size;
size              163 maint/gnulib/lib/af_alg.c           ssize_t size = fread (buf, 1, blocksize, stream);
size              164 maint/gnulib/lib/af_alg.c           if (size == 0)
size              173 maint/gnulib/lib/af_alg.c           nseek -= size;
size              174 maint/gnulib/lib/af_alg.c           if (send (ofd, buf, size, MSG_MORE) != size)
size               77 maint/gnulib/lib/aligned-malloc.h aligned_malloc (size_t size)
size               79 maint/gnulib/lib/aligned-malloc.h   return malloc (size);
size               92 maint/gnulib/lib/aligned-malloc.h aligned_malloc (size_t size)
size               95 maint/gnulib/lib/aligned-malloc.h   int ret = posix_memalign (&p, (ALIGNMENT), size);
size              108 maint/gnulib/lib/aligned-malloc.h aligned_malloc (size_t size)
size              112 maint/gnulib/lib/aligned-malloc.h   size += (ALIGNMENT) - 1;
size              113 maint/gnulib/lib/aligned-malloc.h   if (size >= (ALIGNMENT) - 1) /* no overflow? */
size              115 maint/gnulib/lib/aligned-malloc.h       size &= ~(size_t)((ALIGNMENT) - 1);
size              116 maint/gnulib/lib/aligned-malloc.h       return aligned_alloc ((ALIGNMENT), size);
size              127 maint/gnulib/lib/aligned-malloc.h aligned_malloc (size_t size)
size              129 maint/gnulib/lib/aligned-malloc.h   return memalign ((ALIGNMENT), size);
size              160 maint/gnulib/lib/aligned-malloc.h aligned_malloc (size_t size)
size              162 maint/gnulib/lib/aligned-malloc.h   size += (ALIGNMENT);
size              163 maint/gnulib/lib/aligned-malloc.h   if (size >= (ALIGNMENT)) /* no overflow? */
size              165 maint/gnulib/lib/aligned-malloc.h       void *p = malloc (size);
size               23 maint/gnulib/lib/aligned_alloc.c aligned_alloc (size_t alignment, size_t size)
size               27 maint/gnulib/lib/aligned_alloc.c     return aligned_alloc (alignment, size);
size               29 maint/gnulib/lib/aligned_alloc.c     return malloc (size);
size              132 maint/gnulib/lib/alloca.c alloca (size_t size)
size              139 maint/gnulib/lib/alloca.c     STACK_DIR = find_stack_direction (NULL, (size & 1) + 20);
size              172 maint/gnulib/lib/alloca.c   if (size == 0)
size              181 maint/gnulib/lib/alloca.c     size_t combined_size = sizeof (header) + size;
size               53 maint/gnulib/lib/areadlink-with-size.c areadlink_with_size (char const *file, size_t size)
size               67 maint/gnulib/lib/areadlink-with-size.c   size_t buf_size = (size == 0 ? stackbuf_size
size               68 maint/gnulib/lib/areadlink-with-size.c                      : size < initial_limit ? size + 1 : initial_limit);
size               78 maint/gnulib/lib/areadlink-with-size.c       if (! (size == 0 && buf_size == stackbuf_size))
size               58 maint/gnulib/lib/areadlinkat-with-size.c areadlinkat_with_size (int fd, char const *file, size_t size)
size               72 maint/gnulib/lib/areadlinkat-with-size.c   size_t buf_size = (size == 0 ? stackbuf_size
size               73 maint/gnulib/lib/areadlinkat-with-size.c                      : size < initial_limit ? size + 1 : initial_limit);
size               83 maint/gnulib/lib/areadlinkat-with-size.c       if (! (size == 0 && buf_size == stackbuf_size))
size              142 maint/gnulib/lib/areadlinkat-with-size.c # define AT_FUNC_POST_FILE_PARAM_DECLS , size_t size
size              143 maint/gnulib/lib/areadlinkat-with-size.c # define AT_FUNC_POST_FILE_ARGS        , size
size              178 maint/gnulib/lib/argmatch.h     size_t size = argmatch_##Name##_size;                               \
size              194 maint/gnulib/lib/argmatch.h           else if (memcmp (&g->args[res].val, &g->args[i].val, size))   \
size              207 maint/gnulib/lib/argmatch.h     size_t size = argmatch_##Name##_size;                               \
size              209 maint/gnulib/lib/argmatch.h       if (!memcmp (val, &g->args[i].val, size))                         \
size              219 maint/gnulib/lib/argmatch.h     size_t size = argmatch_##Name##_size;                               \
size              226 maint/gnulib/lib/argmatch.h           || memcmp (&g->args[i-1].val, &g->args[i].val, size))         \
size              253 maint/gnulib/lib/argmatch.h     size_t size = argmatch_##Name##_size;                               \
size              265 maint/gnulib/lib/argmatch.h             if (! memcmp (&g->args[ival].val, &g->args[j].val, size))   \
size              277 maint/gnulib/lib/argmatch.h     size_t size = argmatch_##Name##_size;                               \
size              296 maint/gnulib/lib/argmatch.h             if (! memcmp (&g->args[ival].val, &g->args[j].val, size))   \
size               63 maint/gnulib/lib/bitset.h     bitset_windex size;                 /* Number of elements.  */
size               83 maint/gnulib/lib/bitset.h     bitset_windex size;                 /* Allocated size of array.  */
size               36 maint/gnulib/lib/bitset/array.c abitset_resize (bitset src, bitset_bindex size)
size               39 maint/gnulib/lib/bitset/array.c   if (BITSET_SIZE_ (src) != size)
size               42 maint/gnulib/lib/bitset/array.c   return size;
size               58 maint/gnulib/lib/bitset/array.c   bitset_windex size = BITSET_SIZE_ (src);
size               60 maint/gnulib/lib/bitset/array.c   if (bitno >= size)
size              178 maint/gnulib/lib/bitset/array.c   bitset_windex size = src->b.csize;
size              187 maint/gnulib/lib/bitset/array.c       for (windex = 0; windex < size && !srcp[windex]; windex++)
size              189 maint/gnulib/lib/bitset/array.c       if (windex >= size)
size              226 maint/gnulib/lib/bitset/array.c   for (; windex < size; windex++, bitoff += BITSET_WORD_BITS)
size              304 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              305 maint/gnulib/lib/bitset/array.c   memcpy (dstp, srcp, sizeof (bitset_word) * size);
size              314 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              316 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++)
size              327 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              329 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++)
size              341 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              343 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++, dstp++, srcp++)
size              355 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              357 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++)
size              370 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              372 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++)
size              384 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              386 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++, dstp++)
size              405 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              407 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++)
size              419 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              421 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++, dstp++)
size              440 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              442 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++)
size              454 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              456 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++, dstp++)
size              476 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              478 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++)
size              490 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              492 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++, dstp++)
size              513 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              515 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++)
size              528 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              530 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++, dstp++)
size              550 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              552 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++)
size              565 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              567 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++, dstp++)
size              587 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              589 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++)
size              602 maint/gnulib/lib/bitset/array.c   bitset_windex size = dst->b.csize;
size              604 maint/gnulib/lib/bitset/array.c   for (bitset_windex i = 0; i < size; i++, dstp++)
size              710 maint/gnulib/lib/bitset/array.c   bitset_windex size = ABITSET_N_WORDS (n_bits);
size              711 maint/gnulib/lib/bitset/array.c   size_t bytes = header_size + size * sizeof (bitset_word);
size              728 maint/gnulib/lib/bitset/array.c   bitset_windex size = ABITSET_N_WORDS (n_bits);
size              734 maint/gnulib/lib/bitset/array.c   bset->b.vtable = size == 1 ? &abitset_small_vtable : &abitset_vtable;
size              736 maint/gnulib/lib/bitset/array.c   bset->b.csize = size;
size              123 maint/gnulib/lib/bitset/base.h   bitset_bindex (*size) (bitset);
size              179 maint/gnulib/lib/bitset/base.h #define BITSET_SIZE_(SRC) (SRC)->b.vtable->size (SRC)
size              498 maint/gnulib/lib/bitset/list.c lbitset_resize (bitset src, bitset_bindex size)
size              500 maint/gnulib/lib/bitset/list.c   BITSET_NBITS_ (src) = size;
size              503 maint/gnulib/lib/bitset/list.c   return size;
size              378 maint/gnulib/lib/bitset/stats.c bitset_stats_resize (bitset src, bitset_bindex size)
size              380 maint/gnulib/lib/bitset/stats.c   return BITSET_RESIZE_ (src->s.bset, size);
size              591 maint/gnulib/lib/bitset/stats.c   bitset_bindex size = BITSET_SIZE_ (bset->s.bset);
size              595 maint/gnulib/lib/bitset/stats.c     for (i = 0, tmp = size; tmp; tmp >>= 1, i++)
size              604 maint/gnulib/lib/bitset/stats.c     bitset_bindex i = size ? (count * BITSET_DENSITY_BINS) / size : 0;
size               94 maint/gnulib/lib/bitset/table.c #define TBITSET_ASIZE(BSET) ((BSET)->e.size)
size              144 maint/gnulib/lib/bitset/table.c           bitset_windex size = oldsize == 0 ? newsize : newsize + newsize / 4;
size              146 maint/gnulib/lib/bitset/table.c             = xrealloc (TBITSET_ELTS (src), size * sizeof (tbitset_elt *));
size              147 maint/gnulib/lib/bitset/table.c           TBITSET_ASIZE (src) = size;
size              287 maint/gnulib/lib/bitset/table.c   bitset_windex size = TBITSET_SIZE (bset);
size              289 maint/gnulib/lib/bitset/table.c   if (eindex < size)
size              311 maint/gnulib/lib/bitset/table.c       if (eindex >= size)
size              535 maint/gnulib/lib/bitset/table.c   bitset_windex size = TBITSET_SIZE (bset);
size              536 maint/gnulib/lib/bitset/table.c   bitset_bindex n_bits = size * TBITSET_ELT_BITS;
size              608 maint/gnulib/lib/bitset/table.c   bitset_windex size = TBITSET_SIZE (bset);
size              645 maint/gnulib/lib/bitset/table.c   for (; eindex < size; eindex++)
size              878 maint/gnulib/lib/bitset/table.c   bitset_windex size = ssize1;
size              879 maint/gnulib/lib/bitset/table.c   if (size < ssize2)
size              880 maint/gnulib/lib/bitset/table.c     size = ssize2;
size              887 maint/gnulib/lib/bitset/table.c   for (j = 0; j < size; j++)
size               50 maint/gnulib/lib/bitset/vector.c #define VBITSET_ASIZE(X) ((X)->v.size)
size               77 maint/gnulib/lib/bitset/vector.c           bitset_windex size = oldsize == 0 ? newsize : newsize + newsize / 4;
size               79 maint/gnulib/lib/bitset/vector.c             = xrealloc (VBITSET_WORDS (src), size * sizeof (bitset_word));
size               80 maint/gnulib/lib/bitset/vector.c           VBITSET_ASIZE (src) = size;
size              207 maint/gnulib/lib/bitset/vector.c   bitset_windex size = VBITSET_SIZE (src);
size              218 maint/gnulib/lib/bitset/vector.c       for (windex = 0; windex < size && !srcp[windex]; windex++)
size              220 maint/gnulib/lib/bitset/vector.c       if (windex >= size)
size              260 maint/gnulib/lib/bitset/vector.c   for (; windex < size; windex++, bitoff += BITSET_WORD_BITS)
size              767 maint/gnulib/lib/bitset/vector.c   bitset_windex size = VBITSET_SIZE (dst);
size              769 maint/gnulib/lib/bitset/vector.c   for (unsigned i = 0; i < size; i++)
size              787 maint/gnulib/lib/bitset/vector.c   bitset_windex size = VBITSET_SIZE (dst);
size              790 maint/gnulib/lib/bitset/vector.c   for (unsigned i = 0; i < size; i++, dstp++)
size              820 maint/gnulib/lib/bitset/vector.c   bitset_windex size = VBITSET_SIZE (dst);
size              822 maint/gnulib/lib/bitset/vector.c   for (unsigned i = 0; i < size; i++)
size              840 maint/gnulib/lib/bitset/vector.c   bitset_windex size = VBITSET_SIZE (dst);
size              843 maint/gnulib/lib/bitset/vector.c   for (unsigned i = 0; i < size; i++, dstp++)
size              873 maint/gnulib/lib/bitset/vector.c   bitset_windex size = VBITSET_SIZE (dst);
size              875 maint/gnulib/lib/bitset/vector.c   for (unsigned i = 0; i < size; i++)
size              893 maint/gnulib/lib/bitset/vector.c   bitset_windex size = VBITSET_SIZE (dst);
size              897 maint/gnulib/lib/bitset/vector.c   for (i = 0; i < size; i++, dstp++)
size               41 maint/gnulib/lib/c-snprintf.c c_snprintf (char *str, size_t size, const char *format, ...)
size               45 maint/gnulib/lib/c-snprintf.c   size_t lenbuf = size;
size               58 maint/gnulib/lib/c-snprintf.c       if (size)
size               60 maint/gnulib/lib/c-snprintf.c           size_t pruned_len = (len < size ? len : size - 1);
size               30 maint/gnulib/lib/c-snprintf.h extern int c_snprintf (char *restrict str, size_t size,
size               43 maint/gnulib/lib/c-vsnprintf.c c_vsnprintf (char *str, size_t size, const char *format, va_list args)
size               47 maint/gnulib/lib/c-vsnprintf.c   size_t lenbuf = size;
size               57 maint/gnulib/lib/c-vsnprintf.c       if (size)
size               59 maint/gnulib/lib/c-vsnprintf.c           size_t pruned_len = (len < size ? len : size - 1);
size               33 maint/gnulib/lib/c-vsnprintf.h extern int c_vsnprintf (char *restrict str, size_t size,
size             2015 maint/gnulib/lib/dfa.c alloc_position_set (position_set *s, idx_t size)
size             2017 maint/gnulib/lib/dfa.c   s->elems = xnmalloc (size, sizeof *s->elems);
size             2018 maint/gnulib/lib/dfa.c   s->alloc = size;
size             4027 maint/gnulib/lib/dfa.c allocmust (must *mp, idx_t size)
size             4031 maint/gnulib/lib/dfa.c   new_mp->left = xizalloc (size);
size             4032 maint/gnulib/lib/dfa.c   new_mp->right = xizalloc (size);
size             4033 maint/gnulib/lib/dfa.c   new_mp->is = xizalloc (size);
size              102 maint/gnulib/lib/dynarray.h        DYNARRAY_PREFIX##size (const struct DYNARRAY_STRUCT *list);
size              151 maint/gnulib/lib/dynarray.h        DYNARRAY_PREFIX##resize (struct DYNARRAY_STRUCT *list, size_t size);
size               32 maint/gnulib/lib/execinfo.in.h backtrace (void **buffer, int size)
size               35 maint/gnulib/lib/execinfo.in.h   (void) size;
size               40 maint/gnulib/lib/execinfo.in.h backtrace_symbols (void *const *buffer, int size)
size               43 maint/gnulib/lib/execinfo.in.h   (void) size;
size               48 maint/gnulib/lib/execinfo.in.h backtrace_symbols_fd (void *const *buffer, int size, int fd)
size               51 maint/gnulib/lib/execinfo.in.h   (void) size;
size               50 maint/gnulib/lib/fileblocks.c st_blocks (off_t size)
size               52 maint/gnulib/lib/fileblocks.c   off_t datablks = size / 512 + (size % 512 != 0);
size              102 maint/gnulib/lib/fnmatch.c # define alloca_account(size, avar) ((avar) += (size), alloca (size))
size               32 maint/gnulib/lib/freadptr.c   size_t size;
size               39 maint/gnulib/lib/freadptr.c   size = fp->_IO_read_end - fp->_IO_read_ptr;
size               40 maint/gnulib/lib/freadptr.c   if (size == 0)
size               42 maint/gnulib/lib/freadptr.c   *sizep = size;
size               48 maint/gnulib/lib/freadptr.c   size = fp_->_r;
size               49 maint/gnulib/lib/freadptr.c   if (size == 0)
size               51 maint/gnulib/lib/freadptr.c   *sizep = size;
size               67 maint/gnulib/lib/freadptr.c   size = fp_->_count;
size               68 maint/gnulib/lib/freadptr.c   if (size == 0)
size               70 maint/gnulib/lib/freadptr.c   *sizep = size;
size               75 maint/gnulib/lib/freadptr.c   size = fp_->_cnt;
size               76 maint/gnulib/lib/freadptr.c   if (size == 0)
size               78 maint/gnulib/lib/freadptr.c   *sizep = size;
size               86 maint/gnulib/lib/freadptr.c   size = fp->__bufread - fp->__bufpos;
size               87 maint/gnulib/lib/freadptr.c   if (size == 0)
size               89 maint/gnulib/lib/freadptr.c   *sizep = size;
size               98 maint/gnulib/lib/freadptr.c   size = fp->_Rend - fp->_Next;
size               99 maint/gnulib/lib/freadptr.c   if (size == 0)
size              101 maint/gnulib/lib/freadptr.c   *sizep = size;
size              106 maint/gnulib/lib/freadptr.c   size = fp->__get_limit - fp->__bufp;
size              107 maint/gnulib/lib/freadptr.c   if (size == 0)
size              109 maint/gnulib/lib/freadptr.c   *sizep = size;
size               50 maint/gnulib/lib/ftruncate.c SetFileSize (HANDLE h, LONGLONG size)
size               57 maint/gnulib/lib/ftruncate.c   if (size != old_size.QuadPart)
size               72 maint/gnulib/lib/ftruncate.c       if (size < old_size.QuadPart)
size               75 maint/gnulib/lib/ftruncate.c           LONG size_hi = (LONG) (size >> 32);
size               76 maint/gnulib/lib/ftruncate.c           if (SetFilePointer (tmph, (LONG) size, &size_hi, FILE_BEGIN)
size              103 maint/gnulib/lib/ftruncate.c           while (pos < size)
size              106 maint/gnulib/lib/ftruncate.c               LONGLONG count = size - pos;
size              147 maint/gnulib/lib/fwriteerror.c       size_t size = sizes[i];
size              162 maint/gnulib/lib/fwriteerror.c           fwrite (dummy, size - 347, 1, stream);
size              199 maint/gnulib/lib/getaddrinfo.c   size_t size;
size              275 maint/gnulib/lib/getaddrinfo.c       size = sizeof (struct v6_pair);
size              281 maint/gnulib/lib/getaddrinfo.c       size = sizeof (struct v4_pair);
size              289 maint/gnulib/lib/getaddrinfo.c   storage = calloc (1, size);
size               46 maint/gnulib/lib/getcwd-lgpl.c rpl_getcwd (char *buf, size_t size)
size               54 maint/gnulib/lib/getcwd-lgpl.c       if (!size)
size               59 maint/gnulib/lib/getcwd-lgpl.c       return getcwd (buf, size);
size               62 maint/gnulib/lib/getcwd-lgpl.c   if (size)
size               64 maint/gnulib/lib/getcwd-lgpl.c       buf = malloc (size);
size               70 maint/gnulib/lib/getcwd-lgpl.c       result = getcwd (buf, size);
size               81 maint/gnulib/lib/getcwd-lgpl.c     size = sizeof tmp;
size               82 maint/gnulib/lib/getcwd-lgpl.c     ptr = getcwd (tmp, size);
size               97 maint/gnulib/lib/getcwd-lgpl.c       size <<= 1;
size               98 maint/gnulib/lib/getcwd-lgpl.c       ptr = realloc (buf, size);
size              106 maint/gnulib/lib/getcwd-lgpl.c       result = getcwd (buf, size);
size              117 maint/gnulib/lib/getcwd-lgpl.c       if (actual_size < size)
size              127 maint/gnulib/lib/getcwd.c getcwd_nothrow (char *buf, size_t size)
size              133 maint/gnulib/lib/getcwd.c       result = _getcwd (buf, size);
size              159 maint/gnulib/lib/getcwd.c __getcwd_generic (char *buf, size_t size)
size              188 maint/gnulib/lib/getcwd.c   size_t allocated = size;
size              207 maint/gnulib/lib/getcwd.c   dir = getcwd_system (buf, size);
size              208 maint/gnulib/lib/getcwd.c   if (dir || (size && errno == ERANGE))
size              215 maint/gnulib/lib/getcwd.c   if (errno == EINVAL && buf == NULL && size == 0)
size              230 maint/gnulib/lib/getcwd.c   if (size == 0)
size              412 maint/gnulib/lib/getcwd.c           if (size != 0)
size              460 maint/gnulib/lib/getcwd.c   if (size == 0)
size               44 maint/gnulib/lib/getlogin_r.c getlogin_r (char *name, size_t size)
size               54 maint/gnulib/lib/getlogin_r.c   if (size > 0x7fff)
size               55 maint/gnulib/lib/getlogin_r.c     size = 0x7fff;
size               56 maint/gnulib/lib/getlogin_r.c   sz = size;
size               69 maint/gnulib/lib/getlogin_r.c   int ret = getlogin_r (name, size);
size               73 maint/gnulib/lib/getlogin_r.c       const char *nul = memchr (name, '\0', size);
size               77 maint/gnulib/lib/getlogin_r.c       if (size > 0 && nul == name + size - 1)
size               81 maint/gnulib/lib/getlogin_r.c           char *room = (char *) malloca (size + 1);
size               84 maint/gnulib/lib/getlogin_r.c           ret = getlogin_r (room, size + 1);
size               86 maint/gnulib/lib/getlogin_r.c           if (ret == 0 && memcmp (name, room, size) != 0)
size              105 maint/gnulib/lib/getlogin_r.c   if (size <= nlen)
size               78 maint/gnulib/lib/getndelim2.c   size_t size = *linesize;
size               83 maint/gnulib/lib/getndelim2.c       size = nmax < MIN_CHUNK ? nmax : MIN_CHUNK;
size               84 maint/gnulib/lib/getndelim2.c       ptr = malloc (size);
size               89 maint/gnulib/lib/getndelim2.c   if (size < offset)
size               92 maint/gnulib/lib/getndelim2.c   nbytes_avail = size - offset;
size               95 maint/gnulib/lib/getndelim2.c   if (nbytes_avail == 0 && nmax <= size)
size              149 maint/gnulib/lib/getndelim2.c       if (nbytes_avail < buffer_len + 1 && size < nmax)
size              153 maint/gnulib/lib/getndelim2.c           size_t newsize = size < MIN_CHUNK ? size + MIN_CHUNK : 2 * size;
size              161 maint/gnulib/lib/getndelim2.c           if (! (size < newsize && newsize <= nmax))
size              167 maint/gnulib/lib/getndelim2.c               if (size == newsizemax)
size              177 maint/gnulib/lib/getndelim2.c           size = newsize;
size              178 maint/gnulib/lib/getndelim2.c           read_pos = size - nbytes_avail + ptr;
size              215 maint/gnulib/lib/getndelim2.c   *linesize = size;
size               54 maint/gnulib/lib/getopt.c # define __libc_use_alloca(size) 0
size               56 maint/gnulib/lib/getopt.c # define alloca(size) (abort (), (void *)0)
size              141 maint/gnulib/lib/getusershell.c readname (char **name, idx_t *size, FILE *stream)
size              152 maint/gnulib/lib/getusershell.c       if (*size <= name_index)
size              153 maint/gnulib/lib/getusershell.c         *name = xpalloc (*name, size, 1, -1, sizeof **name);
size              529 maint/gnulib/lib/gl_list.h   size_t (*size) (gl_list_t list);
size              633 maint/gnulib/lib/gl_list.h          ->size (list);
size              720 maint/gnulib/lib/gl_list.h   size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list);
size              722 maint/gnulib/lib/gl_list.h          ->search_from_to (list, 0, size, elt);
size              728 maint/gnulib/lib/gl_list.h   size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list);
size              730 maint/gnulib/lib/gl_list.h          ->search_from_to (list, start_index, size, elt);
size              744 maint/gnulib/lib/gl_list.h   size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list);
size              746 maint/gnulib/lib/gl_list.h          ->indexof_from_to (list, 0, size, elt);
size              752 maint/gnulib/lib/gl_list.h   size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list);
size              754 maint/gnulib/lib/gl_list.h          ->indexof_from_to (list, start_index, size, elt);
size              817 maint/gnulib/lib/gl_list.h   size_t size = gl_list_size (list);
size              818 maint/gnulib/lib/gl_list.h   if (size > 0)
size              827 maint/gnulib/lib/gl_list.h   size_t size = gl_list_size (list);
size              828 maint/gnulib/lib/gl_list.h   if (size > 0)
size              829 maint/gnulib/lib/gl_list.h     return gl_list_remove_at (list, size - 1);
size              237 maint/gnulib/lib/gl_map.h   size_t (*size) (gl_map_t map);
size              278 maint/gnulib/lib/gl_map.h   return ((const struct gl_map_impl_base *) map)->vtable->size (map);
size              243 maint/gnulib/lib/gl_omap.h   size_t (*size) (gl_omap_t map);
size              286 maint/gnulib/lib/gl_omap.h   return ((const struct gl_omap_impl_base *) map)->vtable->size (map);
size              219 maint/gnulib/lib/gl_oset.h   size_t (*size) (gl_oset_t set);
size              263 maint/gnulib/lib/gl_oset.h   return ((const struct gl_oset_impl_base *) set)->vtable->size (set);
size              194 maint/gnulib/lib/gl_set.h   size_t (*size) (gl_set_t set);
size              230 maint/gnulib/lib/gl_set.h   return ((const struct gl_set_impl_base *) set)->vtable->size (set);
size              239 maint/gnulib/lib/glob.c   size_t size;
size              240 maint/gnulib/lib/glob.c   return (!size_add_wrapv (alloca_used, len, &size)
size              241 maint/gnulib/lib/glob.c           && __libc_use_alloca (size));
size             1395 maint/gnulib/lib/glob.c                       size_t size = FLEXSIZEOF (struct globnames, name,
size             1400 maint/gnulib/lib/glob.c                       if (glob_use_alloca (alloca_used, size))
size             1402 maint/gnulib/lib/glob.c                           = alloca_account (size, alloca_used);
size             1403 maint/gnulib/lib/glob.c                       else if ((newnames = malloc (size))
size              157 maint/gnulib/lib/immutable.c alloc_pages (size_t size)
size              165 maint/gnulib/lib/immutable.c                        size >> 16 >> 16, size & 0xFFFFFFFFU, NULL);
size              175 maint/gnulib/lib/immutable.c   char *mem_w = (char *) MapViewOfFile (h, FILE_MAP_WRITE, 0, 0, size);
size              176 maint/gnulib/lib/immutable.c   char *mem_r = (char *) MapViewOfFile (h, FILE_MAP_READ,  0, 0, size);
size              198 maint/gnulib/lib/immutable.c   long new_file_length = file_length + size;
size              205 maint/gnulib/lib/immutable.c   char *mem_w = (char *) mmap (NULL, size, PROT_READ | PROT_WRITE,
size              207 maint/gnulib/lib/immutable.c   char *mem_r = (char *) mmap (NULL, size, PROT_READ,
size              212 maint/gnulib/lib/immutable.c         munmap (mem_w, size);
size              214 maint/gnulib/lib/immutable.c         munmap (mem_r, size);
size              228 maint/gnulib/lib/immutable.c free_pages (uintptr_t pages, size_t size)
size              241 maint/gnulib/lib/immutable.c   if (munmap (mem_w, size) < 0)
size              243 maint/gnulib/lib/immutable.c   if (munmap (mem_r, size) < 0)
size              271 maint/gnulib/lib/immutable.c immmalloc (size_t size)
size              280 maint/gnulib/lib/immutable.c   void *writable_pointer = (void *) allocate_block (size);
size              304 maint/gnulib/lib/immutable.c immmalloc (size_t size)
size              306 maint/gnulib/lib/immutable.c   void *p = malloc (size);
size              331 maint/gnulib/lib/immutable.c   size_t size = strlen (string) + 1;
size              332 maint/gnulib/lib/immutable.c   void *wp = immmalloc (size);
size              335 maint/gnulib/lib/immutable.c   memcpy (wp, string, size);
size               71 maint/gnulib/lib/immutable.h extern void * immmalloc (size_t size);
size               76 maint/gnulib/lib/inet_ntop.c static const char *inet_ntop4 (const unsigned char *src, char *dst, socklen_t size);
size               78 maint/gnulib/lib/inet_ntop.c static const char *inet_ntop6 (const unsigned char *src, char *dst, socklen_t size);
size              125 maint/gnulib/lib/inet_ntop.c inet_ntop4 (const unsigned char *src, char *dst, socklen_t size)
size              134 maint/gnulib/lib/inet_ntop.c   if (len > size)
size              152 maint/gnulib/lib/inet_ntop.c inet_ntop6 (const unsigned char *src, char *dst, socklen_t size)
size              249 maint/gnulib/lib/inet_ntop.c   if ((socklen_t) (tp - tmp) > size)
size               65 maint/gnulib/lib/linebuffer.c   char *end = buffer + linebuffer->size; /* Sentinel. */
size               83 maint/gnulib/lib/linebuffer.c           idx_t oldsize = linebuffer->size;
size               84 maint/gnulib/lib/linebuffer.c           buffer = xpalloc (buffer, &linebuffer->size, 1, -1, 1);
size               87 maint/gnulib/lib/linebuffer.c           end = buffer + linebuffer->size;
size               29 maint/gnulib/lib/linebuffer.h   idx_t size;                  /* Allocated. */
size             2673 maint/gnulib/lib/localename.c   size_t size;
size             2679 maint/gnulib/lib/localename.c   size = strlen (string) + 1;
size             2682 maint/gnulib/lib/localename.c     malloc (FLEXSIZEOF (struct struniq_hash_node, contents, size));
size             2686 maint/gnulib/lib/localename.c   memcpy (new_node->contents, string, size);
size               50 maint/gnulib/lib/malloc.in.h                   (size_t alignment, size_t size)
size               52 maint/gnulib/lib/malloc.in.h _GL_CXXALIAS_RPL (memalign, void *, (size_t alignment, size_t size));
size               58 maint/gnulib/lib/malloc.in.h                   (size_t alignment, size_t size)
size               61 maint/gnulib/lib/malloc.in.h _GL_CXXALIAS_SYS (memalign, void *, (size_t alignment, size_t size));
size               71 maint/gnulib/lib/malloc.in.h                   (size_t alignment, size_t size)
size              241 maint/gnulib/lib/malloc/dynarray-skeleton.c DYNARRAY_NAME (size) (const struct DYNARRAY_STRUCT *list)
size              252 maint/gnulib/lib/malloc/dynarray-skeleton.c   if (__glibc_unlikely (index >= DYNARRAY_NAME (size) (list)))
size              253 maint/gnulib/lib/malloc/dynarray-skeleton.c     __libc_dynarray_at_failure (DYNARRAY_NAME (size) (list), index);
size              378 maint/gnulib/lib/malloc/dynarray-skeleton.c DYNARRAY_NAME (resize) (struct DYNARRAY_STRUCT *list, size_t size)
size              380 maint/gnulib/lib/malloc/dynarray-skeleton.c   if (size > list->u.dynarray_header.used)
size              387 maint/gnulib/lib/malloc/dynarray-skeleton.c                                    size, DYNARRAY_SCRATCH (list),
size              390 maint/gnulib/lib/malloc/dynarray-skeleton.c         for (size_t i = old_size; i < size; ++i)
size              398 maint/gnulib/lib/malloc/dynarray-skeleton.c         (&list->u.dynarray_abstract, size,
size              402 maint/gnulib/lib/malloc/dynarray-skeleton.c                                     size, DYNARRAY_SCRATCH (list),
size              413 maint/gnulib/lib/malloc/dynarray-skeleton.c         (list->u.dynarray_header.array + size,
size              414 maint/gnulib/lib/malloc/dynarray-skeleton.c          list->u.dynarray_header.used - size);
size              415 maint/gnulib/lib/malloc/dynarray-skeleton.c       list->u.dynarray_header.used = size;
size              138 maint/gnulib/lib/malloc/dynarray.h bool __libc_dynarray_resize (struct dynarray_header *, size_t size,
size              143 maint/gnulib/lib/malloc/dynarray.h bool __libc_dynarray_resize_clear (struct dynarray_header *, size_t size,
size              168 maint/gnulib/lib/malloc/dynarray.h _Noreturn void __libc_dynarray_at_failure (size_t size, size_t index);
size               28 maint/gnulib/lib/malloc/dynarray_at_failure.c __libc_dynarray_at_failure (size_t size, size_t index)
size               34 maint/gnulib/lib/malloc/dynarray_at_failure.c               index, size);
size               30 maint/gnulib/lib/malloc/dynarray_resize.c __libc_dynarray_resize (struct dynarray_header *list, size_t size,
size               34 maint/gnulib/lib/malloc/dynarray_resize.c   if (size <= list->allocated)
size               36 maint/gnulib/lib/malloc/dynarray_resize.c       list->used = size;
size               45 maint/gnulib/lib/malloc/dynarray_resize.c   if (INT_MULTIPLY_WRAPV (size, element_size, &new_size_bytes))
size               64 maint/gnulib/lib/malloc/dynarray_resize.c   list->allocated = size;
size               65 maint/gnulib/lib/malloc/dynarray_resize.c   list->used = size;
size               27 maint/gnulib/lib/malloc/dynarray_resize_clear.c __libc_dynarray_resize_clear (struct dynarray_header *list, size_t size,
size               31 maint/gnulib/lib/malloc/dynarray_resize_clear.c   if (!__libc_dynarray_resize (list, size, scratch, element_size))
size               36 maint/gnulib/lib/malloc/dynarray_resize_clear.c           (size - old_size) * element_size);
size              123 maint/gnulib/lib/malloc/scratch_buffer.h 					   size_t nelem, size_t size);
size              129 maint/gnulib/lib/malloc/scratch_buffer.h 			       size_t nelem, size_t size)
size              132 maint/gnulib/lib/malloc/scratch_buffer.h 			 (buffer, nelem, size));
size              140 maint/gnulib/lib/malloc/scratch_buffer.h                                      size_t size);
size              145 maint/gnulib/lib/malloc/scratch_buffer.h scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size)
size              147 maint/gnulib/lib/malloc/scratch_buffer.h   void *r = __libc_scratch_buffer_dupfree (buffer, size);
size               27 maint/gnulib/lib/malloc/scratch_buffer_dupfree.c __libc_scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size)
size               32 maint/gnulib/lib/malloc/scratch_buffer_dupfree.c       void *copy = malloc (size);
size               33 maint/gnulib/lib/malloc/scratch_buffer_dupfree.c       return copy != NULL ? memcpy (copy, data, size) : NULL;
size               37 maint/gnulib/lib/malloc/scratch_buffer_dupfree.c       void *copy = realloc (data, size);
size               29 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c 				      size_t nelem, size_t size)
size               31 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c   size_t new_length = nelem * size;
size               34 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c   if ((nelem | size) >> (sizeof (size_t) * CHAR_BIT / 2) != 0
size               35 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c       && nelem != 0 && size != new_length / nelem)
size              108 maint/gnulib/lib/md5.c   size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
size              116 maint/gnulib/lib/md5.c   ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3);
size              117 maint/gnulib/lib/md5.c   ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
size              119 maint/gnulib/lib/md5.c   memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes);
size              122 maint/gnulib/lib/md5.c   md5_process_block (ctx->buffer, size * 4, ctx);
size               25 maint/gnulib/lib/memalign.c memalign (size_t alignment, size_t size)
size               32 maint/gnulib/lib/memalign.c     return malloc (size);
size               34 maint/gnulib/lib/memalign.c   return memalign (alignment, size);
size              287 maint/gnulib/lib/mini-gmp.c gmp_default_alloc (size_t size)
size              291 maint/gnulib/lib/mini-gmp.c   assert (size > 0);
size              293 maint/gnulib/lib/mini-gmp.c   p = malloc (size);
size              355 maint/gnulib/lib/mini-gmp.c #define gmp_alloc(size) ((*gmp_allocate_func)((size)))
size              356 maint/gnulib/lib/mini-gmp.c #define gmp_free(p, size) ((*gmp_free_func) ((p), (size)))
size              357 maint/gnulib/lib/mini-gmp.c #define gmp_realloc(ptr, old_size, size) ((*gmp_reallocate_func)(ptr, old_size, size))
size              360 maint/gnulib/lib/mini-gmp.c gmp_alloc_limbs (mp_size_t size)
size              362 maint/gnulib/lib/mini-gmp.c   return (mp_ptr) gmp_alloc (size * sizeof (mp_limb_t));
size              366 maint/gnulib/lib/mini-gmp.c gmp_realloc_limbs (mp_ptr old, mp_size_t old_size, mp_size_t size)
size              368 maint/gnulib/lib/mini-gmp.c   assert (size > 0);
size              369 maint/gnulib/lib/mini-gmp.c   return (mp_ptr) gmp_realloc (old, old_size * sizeof (mp_limb_t), size * sizeof (mp_limb_t));
size              373 maint/gnulib/lib/mini-gmp.c gmp_free_limbs (mp_ptr old, mp_size_t size)
size              375 maint/gnulib/lib/mini-gmp.c   gmp_free (old, size * sizeof (mp_limb_t));
size             1454 maint/gnulib/lib/mini-gmp.c mpz_realloc (mpz_t r, mp_size_t size)
size             1456 maint/gnulib/lib/mini-gmp.c   size = GMP_MAX (size, 1);
size             1459 maint/gnulib/lib/mini-gmp.c     r->_mp_d = gmp_realloc_limbs (r->_mp_d, r->_mp_alloc, size);
size             1461 maint/gnulib/lib/mini-gmp.c     r->_mp_d = gmp_alloc_limbs (size);
size             1462 maint/gnulib/lib/mini-gmp.c   r->_mp_alloc = size;
size             1464 maint/gnulib/lib/mini-gmp.c   if (GMP_ABS (r->_mp_size) > size)
size             4449 maint/gnulib/lib/mini-gmp.c mpz_import (mpz_t r, size_t count, int order, size_t size, int endian,
size             4476 maint/gnulib/lib/mini-gmp.c   word_step = (order != endian) ? 2 * size : 0;
size             4482 maint/gnulib/lib/mini-gmp.c       p += size * (count - 1);
size             4488 maint/gnulib/lib/mini-gmp.c     p += (size - 1);
size             4490 maint/gnulib/lib/mini-gmp.c   rn = (size * count + sizeof(mp_limb_t) - 1) / sizeof(mp_limb_t);
size             4496 maint/gnulib/lib/mini-gmp.c       for (j = 0; j < size; j++, p -= (ptrdiff_t) endian)
size             4517 maint/gnulib/lib/mini-gmp.c mpz_export (void *r, size_t *countp, int order, size_t size, int endian,
size             4528 maint/gnulib/lib/mini-gmp.c   assert (size > 0 || u->_mp_size == 0);
size             4560 maint/gnulib/lib/mini-gmp.c       count = (k + (un-1) * sizeof (mp_limb_t) + size - 1) / size;
size             4563 maint/gnulib/lib/mini-gmp.c 	r = gmp_alloc (count * size);
size             4570 maint/gnulib/lib/mini-gmp.c       word_step = (order != endian) ? 2 * size : 0;
size             4576 maint/gnulib/lib/mini-gmp.c 	  p += size * (count - 1);
size             4582 maint/gnulib/lib/mini-gmp.c 	p += (size - 1);
size             4587 maint/gnulib/lib/mini-gmp.c 	  for (j = 0; j < size; ++j, p -= (ptrdiff_t) endian)
size               83 maint/gnulib/lib/obstack.c call_chunkfun (struct obstack *h, size_t size)
size               86 maint/gnulib/lib/obstack.c     return h->chunkfun.extra (h->extra_arg, size);
size               88 maint/gnulib/lib/obstack.c     return h->chunkfun.plain (size);
size              109 maint/gnulib/lib/obstack.c                        _OBSTACK_SIZE_T size, _OBSTACK_SIZE_T alignment)
size              115 maint/gnulib/lib/obstack.c   if (size == 0)
size              129 maint/gnulib/lib/obstack.c       size = 4096 - extra;
size              132 maint/gnulib/lib/obstack.c   h->chunk_size = size;
size              150 maint/gnulib/lib/obstack.c                 _OBSTACK_SIZE_T size, _OBSTACK_SIZE_T alignment,
size              157 maint/gnulib/lib/obstack.c   return _obstack_begin_worker (h, size, alignment);
size              162 maint/gnulib/lib/obstack.c                   _OBSTACK_SIZE_T size, _OBSTACK_SIZE_T alignment,
size              171 maint/gnulib/lib/obstack.c   return _obstack_begin_worker (h, size, alignment);
size              258 maint/gnulib/lib/obstack.h #define obstack_begin(h, size)						      \
size              259 maint/gnulib/lib/obstack.h   _obstack_begin ((h), (size), 0,					      \
size              263 maint/gnulib/lib/obstack.h #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun)     \
size              264 maint/gnulib/lib/obstack.h   _obstack_begin ((h), (size), (alignment),				      \
size              268 maint/gnulib/lib/obstack.h #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
size              269 maint/gnulib/lib/obstack.h   _obstack_begin_1 ((h), (size), (alignment),				      \
size              118 maint/gnulib/lib/pagealign_alloc.c pagealign_alloc (size_t size)
size              140 maint/gnulib/lib/pagealign_alloc.c   ret = mmap (NULL, size, PROT_READ | PROT_WRITE, flags, fd, 0);
size              143 maint/gnulib/lib/pagealign_alloc.c   new_memnode (ret, size);
size              145 maint/gnulib/lib/pagealign_alloc.c   int status = posix_memalign (&ret, getpagesize (), size);
size              153 maint/gnulib/lib/pagealign_alloc.c   void *unaligned_ptr = malloc (size + pagesize - 1);
size              170 maint/gnulib/lib/pagealign_alloc.c pagealign_xalloc (size_t size)
size              174 maint/gnulib/lib/pagealign_alloc.c   ret = pagealign_alloc (size);
size               35 maint/gnulib/lib/pagealign_alloc.h extern void *pagealign_alloc (size_t size)
size               41 maint/gnulib/lib/pagealign_alloc.h extern void *pagealign_xalloc (size_t size)
size              532 maint/gnulib/lib/pipe-filter-gi.c                       const void *buf, size_t size)
size              541 maint/gnulib/lib/pipe-filter-gi.c   if (size > 0)
size              543 maint/gnulib/lib/pipe-filter-gi.c       filter_loop (filter, buf, size);
size              226 maint/gnulib/lib/pipe-filter.h                              const void *buf, size_t size);
size               25 maint/gnulib/lib/posix_memalign.c posix_memalign (void **memptr, size_t alignment, size_t size)
size               30 maint/gnulib/lib/posix_memalign.c   size += alignment - 1;
size               31 maint/gnulib/lib/posix_memalign.c   if (size >= alignment - 1) /* no overflow? */
size               32 maint/gnulib/lib/posix_memalign.c     return posix_memalign (memptr, alignment, size & ~(size_t)(alignment - 1));
size              183 maint/gnulib/lib/putenv.c       size_t size = ep - environ;
size              184 maint/gnulib/lib/putenv.c       char **new_environ = malloc ((size + 2) * sizeof *new_environ);
size              188 maint/gnulib/lib/putenv.c       memcpy (new_environ + 1, environ, (size + 1) * sizeof *new_environ);
size               38 maint/gnulib/lib/qsort.c #define SWAP(a, b, size)						      \
size               41 maint/gnulib/lib/qsort.c       size_t __size = (size);						      \
size               98 maint/gnulib/lib/qsort.c _quicksort (void *const pbase, size_t total_elems, size_t size,
size              103 maint/gnulib/lib/qsort.c   const size_t max_thresh = MAX_THRESH * size;
size              112 maint/gnulib/lib/qsort.c       char *hi = &lo[size * (total_elems - 1)];
size              129 maint/gnulib/lib/qsort.c 	  char *mid = lo + size * ((hi - lo) / size >> 1);
size              132 maint/gnulib/lib/qsort.c 	    SWAP (mid, lo, size);
size              134 maint/gnulib/lib/qsort.c 	    SWAP (mid, hi, size);
size              138 maint/gnulib/lib/qsort.c 	    SWAP (mid, lo, size);
size              141 maint/gnulib/lib/qsort.c 	  left_ptr  = lo + size;
size              142 maint/gnulib/lib/qsort.c 	  right_ptr = hi - size;
size              150 maint/gnulib/lib/qsort.c 		left_ptr += size;
size              153 maint/gnulib/lib/qsort.c 		right_ptr -= size;
size              157 maint/gnulib/lib/qsort.c 		  SWAP (left_ptr, right_ptr, size);
size              162 maint/gnulib/lib/qsort.c 		  left_ptr += size;
size              163 maint/gnulib/lib/qsort.c 		  right_ptr -= size;
size              167 maint/gnulib/lib/qsort.c 		  left_ptr += size;
size              168 maint/gnulib/lib/qsort.c 		  right_ptr -= size;
size              215 maint/gnulib/lib/qsort.c     char *const end_ptr = &base_ptr[size * (total_elems - 1)];
size              224 maint/gnulib/lib/qsort.c     for (run_ptr = tmp_ptr + size; run_ptr <= thresh; run_ptr += size)
size              229 maint/gnulib/lib/qsort.c       SWAP (tmp_ptr, base_ptr, size);
size              233 maint/gnulib/lib/qsort.c     run_ptr = base_ptr + size;
size              234 maint/gnulib/lib/qsort.c     while ((run_ptr += size) <= end_ptr)
size              236 maint/gnulib/lib/qsort.c 	tmp_ptr = run_ptr - size;
size              238 maint/gnulib/lib/qsort.c 	  tmp_ptr -= size;
size              240 maint/gnulib/lib/qsort.c 	tmp_ptr += size;
size              245 maint/gnulib/lib/qsort.c 	    trav = run_ptr + size;
size              251 maint/gnulib/lib/qsort.c                 for (hi = lo = trav; (lo -= size) >= tmp_ptr; hi = lo)
size               42 maint/gnulib/lib/qsort_r.c qsort_r (void *base, size_t nmemb, size_t size,
size               50 maint/gnulib/lib/qsort_r.c   qsort_r (base, nmemb, size, &thunk, thunk_cmp);
size              804 maint/gnulib/lib/quotearg.c quotearg_alloc_mem (char const *arg, size_t argsize, size_t *size,
size              810 maint/gnulib/lib/quotearg.c   int flags = p->flags | (size ? 0 : QA_ELIDE_NULL_BYTES);
size              820 maint/gnulib/lib/quotearg.c   if (size)
size              821 maint/gnulib/lib/quotearg.c     *size = bufsize - 1;
size              828 maint/gnulib/lib/quotearg.c   size_t size;
size              849 maint/gnulib/lib/quotearg.c       slotvec0.size = sizeof slot0;
size              895 maint/gnulib/lib/quotearg.c     size_t size = sv[n].size;
size              899 maint/gnulib/lib/quotearg.c     size_t qsize = quotearg_buffer_restyled (val, size, arg, argsize,
size              905 maint/gnulib/lib/quotearg.c     if (size <= qsize)
size              907 maint/gnulib/lib/quotearg.c         sv[n].size = size = qsize + 1;
size              910 maint/gnulib/lib/quotearg.c         sv[n].val = val = xcharalloc (size);
size              911 maint/gnulib/lib/quotearg.c         quotearg_buffer_restyled (val, size, arg, argsize, options->style,
size              347 maint/gnulib/lib/quotearg.h                           size_t *size, struct quoting_options const *o)
size               86 maint/gnulib/lib/read-file.c     size_t size = 0; /* number of bytes read so far */
size               93 maint/gnulib/lib/read-file.c         size_t requested = alloc - size;
size               94 maint/gnulib/lib/read-file.c         size_t count = fread (buf + size, 1, requested, stream);
size               95 maint/gnulib/lib/read-file.c         size += count;
size              104 maint/gnulib/lib/read-file.c             if (size < alloc - 1)
size              108 maint/gnulib/lib/read-file.c                     char *smaller_buf = malloc (size + 1);
size              110 maint/gnulib/lib/read-file.c                       explicit_bzero (buf + size, alloc - size);
size              113 maint/gnulib/lib/read-file.c                         memcpy (smaller_buf, buf, size);
size              121 maint/gnulib/lib/read-file.c                     char *smaller_buf = realloc (buf, size + 1);
size              127 maint/gnulib/lib/read-file.c             buf[size] = '\0';
size              128 maint/gnulib/lib/read-file.c             *length = size;
size               39 maint/gnulib/lib/readline.c   size_t size = 0;
size               47 maint/gnulib/lib/readline.c   if (getline (&out, &size, stdin) < 0)
size               46 maint/gnulib/lib/readtokens.c   tokenbuffer->size = 0;
size              103 maint/gnulib/lib/readtokens.c   idx_t n = tokenbuffer->size;
size              128 maint/gnulib/lib/readtokens.c   tokenbuffer->size = n;
size               30 maint/gnulib/lib/readtokens.h   size_t size;
size               28 maint/gnulib/lib/reallocarray.c reallocarray (void *ptr, size_t nmemb, size_t size)
size               31 maint/gnulib/lib/reallocarray.c   if (INT_MULTIPLY_WRAPV (nmemb, size, &nbytes))
size               51 maint/gnulib/lib/regex.c # define re_match(bufp, string, size, pos, regs) \
size               52 maint/gnulib/lib/regex.c 	__re_match (bufp, string, size, pos, regs)
size               53 maint/gnulib/lib/regex.c # define re_search(bufp, string, size, startpos, range, regs) \
size               54 maint/gnulib/lib/regex.c 	__re_search (bufp, string, size, startpos, range, regs)
size              935 maint/gnulib/lib/regex_internal.c re_node_set_alloc (re_node_set *set, Idx size)
size              937 maint/gnulib/lib/regex_internal.c   set->alloc = size;
size              939 maint/gnulib/lib/regex_internal.c   set->elems = re_malloc (Idx, size);
size              941 maint/gnulib/lib/regex_internal.c       && (MALLOC_0_IS_NONNULL || size != 0))
size              432 maint/gnulib/lib/relocatable.c                   size_t size;
size              436 maint/gnulib/lib/relocatable.c                   shared_library_fullname = NULL; size = 0;
size              437 maint/gnulib/lib/relocatable.c                   len = getline (&shared_library_fullname, &size, fp);
size               35 maint/gnulib/lib/safe-alloc.h safe_alloc_realloc_n (void *ptr, size_t count, size_t size)
size               37 maint/gnulib/lib/safe-alloc.h   if (count == 0 || size == 0)
size               38 maint/gnulib/lib/safe-alloc.h     count = size = 1;
size               39 maint/gnulib/lib/safe-alloc.h   return reallocarray (ptr, count, size);
size               98 maint/gnulib/lib/scratch_buffer.h                                            size_t nelem, size_t size);
size              107 maint/gnulib/lib/scratch_buffer.h                                      size_t size);
size               52 maint/gnulib/lib/search.in.h                    unsigned int size,
size               57 maint/gnulib/lib/search.in.h                    size_t size,
size               74 maint/gnulib/lib/search.in.h                    unsigned int size,
size               79 maint/gnulib/lib/search.in.h                    size_t size,
size              117 maint/gnulib/lib/setenv.c   size_t size;
size              127 maint/gnulib/lib/setenv.c   size = 0;
size              134 maint/gnulib/lib/setenv.c           ++size;
size              147 maint/gnulib/lib/setenv.c                    ? malloc ((size + 2) * sizeof (char *))
size              148 maint/gnulib/lib/setenv.c                    : realloc (last_environ, (size + 2) * sizeof (char *)));
size              162 maint/gnulib/lib/setenv.c         new_environ[size] = (char *) combined;
size              184 maint/gnulib/lib/setenv.c           new_environ[size] = KNOWN_VALUE (new_value);
size              185 maint/gnulib/lib/setenv.c           if (new_environ[size] == NULL)
size              188 maint/gnulib/lib/setenv.c               new_environ[size] = (char *) malloc (namelen + 1 + vallen);
size              189 maint/gnulib/lib/setenv.c               if (new_environ[size] == NULL)
size              200 maint/gnulib/lib/setenv.c               memcpy (new_environ[size], new_value, namelen + 1 + vallen);
size              202 maint/gnulib/lib/setenv.c               memcpy (new_environ[size], name, namelen);
size              203 maint/gnulib/lib/setenv.c               new_environ[size][namelen] = '=';
size              204 maint/gnulib/lib/setenv.c               memcpy (&new_environ[size][namelen + 1], value, vallen);
size              209 maint/gnulib/lib/setenv.c               STORE_VALUE (new_environ[size]);
size              218 maint/gnulib/lib/setenv.c                 size * sizeof (char *));
size              220 maint/gnulib/lib/setenv.c       new_environ[size + 1] = NULL;
size               97 maint/gnulib/lib/sha1.c   size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
size              105 maint/gnulib/lib/sha1.c   ctx->buffer[size - 2] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
size              106 maint/gnulib/lib/sha1.c   ctx->buffer[size - 1] = SWAP (ctx->total[0] << 3);
size              108 maint/gnulib/lib/sha1.c   memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes);
size              111 maint/gnulib/lib/sha1.c   sha1_process_block (ctx->buffer, size * 4, ctx);
size              128 maint/gnulib/lib/sha256.c   size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
size              138 maint/gnulib/lib/sha256.c   set_uint32 ((char *) &ctx->buffer[size - 2],
size              140 maint/gnulib/lib/sha256.c   set_uint32 ((char *) &ctx->buffer[size - 1],
size              143 maint/gnulib/lib/sha256.c   memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes);
size              146 maint/gnulib/lib/sha256.c   sha256_process_block (ctx->buffer, size * 4, ctx);
size              128 maint/gnulib/lib/sha512.c   size_t size = (bytes < 112) ? 128 / 8 : 128 * 2 / 8;
size              138 maint/gnulib/lib/sha512.c   set_uint64 ((char *) &ctx->buffer[size - 2],
size              141 maint/gnulib/lib/sha512.c   set_uint64 ((char *) &ctx->buffer[size - 1],
size              144 maint/gnulib/lib/sha512.c   memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 8 - bytes);
size              147 maint/gnulib/lib/sha512.c   sha512_process_block (ctx->buffer, size * 8, ctx);
size              113 maint/gnulib/lib/sm3.c   size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
size              123 maint/gnulib/lib/sm3.c   set_uint32 ((char *) &ctx->buffer[size - 2],
size              125 maint/gnulib/lib/sm3.c   set_uint32 ((char *) &ctx->buffer[size - 1],
size              128 maint/gnulib/lib/sm3.c   memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes);
size              131 maint/gnulib/lib/sm3.c   sm3_process_block (ctx->buffer, size * 4, ctx);
size               37 maint/gnulib/lib/snprintf.c snprintf (char *str, size_t size, const char *format, ...)
size               41 maint/gnulib/lib/snprintf.c   size_t lenbuf = size;
size               54 maint/gnulib/lib/snprintf.c       if (size)
size               56 maint/gnulib/lib/snprintf.c           size_t pruned_len = (len < size ? len : size - 1);
size               87 maint/gnulib/lib/ssfmalloc.h static uintptr_t allocate_block (size_t size);
size              188 maint/gnulib/lib/ssfmalloc.h   uintptr_t (*allocate_block_in_page) (size_t size, uintptr_t page);
size              404 maint/gnulib/lib/ssfmalloc.h allocate_small_block_in_page (size_t size, uintptr_t page)
size              409 maint/gnulib/lib/ssfmalloc.h   if (size == 0)
size              410 maint/gnulib/lib/ssfmalloc.h     size = 1;
size              413 maint/gnulib/lib/ssfmalloc.h   size_t c = (size + ALIGNMENT - 1) / ALIGNMENT;
size              553 maint/gnulib/lib/ssfmalloc.h allocate_medium_block_in_page (size_t size, uintptr_t page)
size              566 maint/gnulib/lib/ssfmalloc.h       if (length >= size)
size              580 maint/gnulib/lib/ssfmalloc.h   size_t aligned_size = (size + ALIGNMENT - 1) & -ALIGNMENT;
size              670 maint/gnulib/lib/ssfmalloc.h allocate_block_from_pool (size_t size, struct page_pool *pool)
size              678 maint/gnulib/lib/ssfmalloc.h       uintptr_t block = pool->allocate_block_in_page (size, page);
size              705 maint/gnulib/lib/ssfmalloc.h                                 (void *) (uintptr_t) size);
size              714 maint/gnulib/lib/ssfmalloc.h             uintptr_t block = pool->allocate_block_in_page (size, page);
size              752 maint/gnulib/lib/ssfmalloc.h       uintptr_t block = pool->allocate_block_in_page (size, page);
size              796 maint/gnulib/lib/ssfmalloc.h   uintptr_t block = pool->allocate_block_in_page (size, page);
size              879 maint/gnulib/lib/ssfmalloc.h allocate_block (size_t size)
size              883 maint/gnulib/lib/ssfmalloc.h   if (unlikely (size > MEDIUM_BLOCKS_PAGE_CAPACITY))
size              886 maint/gnulib/lib/ssfmalloc.h       size_t pages_size = (size + LARGE_BLOCK_OFFSET + PAGESIZE - 1) & -PAGESIZE;
size              903 maint/gnulib/lib/ssfmalloc.h         (size <= SMALL_BLOCK_MAX_SIZE ? &small_block_pages : &medium_block_pages);
size              904 maint/gnulib/lib/ssfmalloc.h       block = allocate_block_from_pool (size, pool);
size               80 maint/gnulib/lib/stack.h   size_t size;
size               89 maint/gnulib/lib/stack.h   stack->size = 0;
size              104 maint/gnulib/lib/stack.h   return stack->size == 0;
size              121 maint/gnulib/lib/stack.h   if (stack->size == stack->allocated)
size              124 maint/gnulib/lib/stack.h   stack->base [stack->size++] = item;
size              133 maint/gnulib/lib/stack.h   return stack->base [--stack->size];
size              142 maint/gnulib/lib/stack.h   --stack->size;
size              151 maint/gnulib/lib/stack.h   return stack->base [stack->size - 1];
size              156 maint/gnulib/lib/stack.h _GL_STACK_PREFIX (size) (const _GL_STACK_TYPE *stack)
size              158 maint/gnulib/lib/stack.h   return stack->size;
size              155 maint/gnulib/lib/stackvma.c   size_t size;
size              165 maint/gnulib/lib/stackvma.c   size = sizeof (rof->stack_allocated_buffer);
size              172 maint/gnulib/lib/stackvma.c       if (size > MIN_LEFTOVER)
size              174 maint/gnulib/lib/stackvma.c           int n = read (fd, rof->buffer, size);
size              184 maint/gnulib/lib/stackvma.c               if (n + MIN_LEFTOVER <= size)
size              193 maint/gnulib/lib/stackvma.c                       n = read (fd, rof->buffer + rof->filled, size - rof->filled);
size              199 maint/gnulib/lib/stackvma.c                       if (n + MIN_LEFTOVER > size - rof->filled)
size              221 maint/gnulib/lib/stackvma.c           size = pagesize;
size              222 maint/gnulib/lib/stackvma.c           while (size <= MIN_LEFTOVER)
size              223 maint/gnulib/lib/stackvma.c             size = 2 * size;
size              227 maint/gnulib/lib/stackvma.c           size = 2 * size;
size              228 maint/gnulib/lib/stackvma.c           if (size == 0)
size              234 maint/gnulib/lib/stackvma.c       rof->auxmap = (void *) mmap ((void *) 0, size, PROT_READ | PROT_WRITE,
size              241 maint/gnulib/lib/stackvma.c       rof->auxmap_length = size;
size              243 maint/gnulib/lib/stackvma.c       rof->auxmap_end = rof->auxmap_start + size;
size             1373 maint/gnulib/lib/stackvma.c   vm_size_t size;
size             1376 maint/gnulib/lib/stackvma.c   for (address = VM_MIN_ADDRESS; more; address += size)
size             1403 maint/gnulib/lib/stackvma.c       more = (vm_region_64 (task, &address, &size, VM_REGION_BASIC_INFO_64,
size             1410 maint/gnulib/lib/stackvma.c       more = (vm_region (task, &address, &size, VM_REGION_BASIC_INFO,
size             1417 maint/gnulib/lib/stackvma.c           size = 0;
size             1421 maint/gnulib/lib/stackvma.c         join_size += size;
size             1427 maint/gnulib/lib/stackvma.c           join_size = size;
size             1455 maint/gnulib/lib/stackvma.c   if (join_address <= req_address && join_address + size > req_address)
size             2036 maint/gnulib/lib/stackvma.c       end = start + info.size;
size             1312 maint/gnulib/lib/stdio.in.h                   (char *restrict str, size_t size,
size             1317 maint/gnulib/lib/stdio.in.h                   (char *restrict str, size_t size,
size             1322 maint/gnulib/lib/stdio.in.h                   (char *restrict str, size_t size,
size             1328 maint/gnulib/lib/stdio.in.h                   (char *restrict str, size_t size,
size             1645 maint/gnulib/lib/stdio.in.h                   (char *restrict str, size_t size,
size             1650 maint/gnulib/lib/stdio.in.h                   (char *restrict str, size_t size,
size             1655 maint/gnulib/lib/stdio.in.h                   (char *restrict str, size_t size,
size             1661 maint/gnulib/lib/stdio.in.h                   (char *restrict str, size_t size,
size              211 maint/gnulib/lib/stdlib.in.h                   (size_t alignment, size_t size)
size              213 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_RPL (aligned_alloc, void *, (size_t alignment, size_t size));
size              219 maint/gnulib/lib/stdlib.in.h                   (size_t alignment, size_t size)
size              222 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_SYS (aligned_alloc, void *, (size_t alignment, size_t size));
size              232 maint/gnulib/lib/stdlib.in.h                   (size_t alignment, size_t size)
size              269 maint/gnulib/lib/stdlib.in.h                   (size_t nmemb, size_t size)
size              271 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size));
size              276 maint/gnulib/lib/stdlib.in.h                   (size_t nmemb, size_t size)
size              279 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size));
size              288 maint/gnulib/lib/stdlib.in.h                   (size_t nmemb, size_t size)
size              484 maint/gnulib/lib/stdlib.in.h                   (size_t size)
size              486 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_RPL (malloc, void *, (size_t size));
size              491 maint/gnulib/lib/stdlib.in.h                   (size_t size)
size              494 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_SYS (malloc, void *, (size_t size));
size              503 maint/gnulib/lib/stdlib.in.h                   (size_t size)
size              700 maint/gnulib/lib/stdlib.in.h                   (void **memptr, size_t alignment, size_t size)
size              703 maint/gnulib/lib/stdlib.in.h                   (void **memptr, size_t alignment, size_t size));
size              707 maint/gnulib/lib/stdlib.in.h                   (void **memptr, size_t alignment, size_t size));
size              836 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_RPL (qsort_r, void, (void *base, size_t nmemb, size_t size,
size              840 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_RPL (qsort_r, void, (void *base, size_t nmemb, size_t size,
size              846 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_SYS (qsort_r, void, (void *base, size_t nmemb, size_t size,
size              851 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_SYS (qsort_r, void, (void *base, size_t nmemb, size_t size,
size             1110 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size)
size             1112 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size));
size             1116 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_SYS (realloc, void *, (void *ptr, size_t size)
size             1119 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_SYS (realloc, void *, (void *ptr, size_t size));
size             1127 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_SYS (realloc, void *, (void *ptr, size_t size)
size             1146 maint/gnulib/lib/stdlib.in.h                   (void *ptr, size_t nmemb, size_t size));
size             1148 maint/gnulib/lib/stdlib.in.h                   (void *ptr, size_t nmemb, size_t size));
size             1152 maint/gnulib/lib/stdlib.in.h                   (void *ptr, size_t nmemb, size_t size));
size             1155 maint/gnulib/lib/stdlib.in.h                   (void *ptr, size_t nmemb, size_t size));
size               86 maint/gnulib/lib/u64.h u64size (size_t size)
size               89 maint/gnulib/lib/u64.h   r.hi = size >> 31 >> 1;
size               90 maint/gnulib/lib/u64.h   r.lo = size;
size               52 maint/gnulib/lib/unicase/u8-casefold.c   int size = 0;
size               57 maint/gnulib/lib/unicase/u8-casefold.c       if (size + BUFSIZE > alloc)
size               60 maint/gnulib/lib/unicase/u8-casefold.c           if (alloc < size + BUFSIZE)
size               61 maint/gnulib/lib/unicase/u8-casefold.c             alloc = size + BUFSIZE;
size               69 maint/gnulib/lib/unicase/u8-casefold.c       count = fread (buf + size, 1, BUFSIZE, stream);
size               79 maint/gnulib/lib/unicase/u8-casefold.c         size += count;
size               81 maint/gnulib/lib/unicase/u8-casefold.c   buf = realloc (buf, size + 1);
size               87 maint/gnulib/lib/unicase/u8-casefold.c   buf[size] = '\0';
size               65 maint/gnulib/lib/unicase/u8-tolower.c   int size = 0;
size               70 maint/gnulib/lib/unicase/u8-tolower.c       if (size + BUFSIZE > alloc)
size               73 maint/gnulib/lib/unicase/u8-tolower.c           if (alloc < size + BUFSIZE)
size               74 maint/gnulib/lib/unicase/u8-tolower.c             alloc = size + BUFSIZE;
size               82 maint/gnulib/lib/unicase/u8-tolower.c       count = fread (buf + size, 1, BUFSIZE, stream);
size               92 maint/gnulib/lib/unicase/u8-tolower.c         size += count;
size               94 maint/gnulib/lib/unicase/u8-tolower.c   buf = realloc (buf, size + 1);
size              100 maint/gnulib/lib/unicase/u8-tolower.c   buf[size] = '\0';
size               52 maint/gnulib/lib/unicase/u8-totitle.c   int size = 0;
size               57 maint/gnulib/lib/unicase/u8-totitle.c       if (size + BUFSIZE > alloc)
size               60 maint/gnulib/lib/unicase/u8-totitle.c           if (alloc < size + BUFSIZE)
size               61 maint/gnulib/lib/unicase/u8-totitle.c             alloc = size + BUFSIZE;
size               69 maint/gnulib/lib/unicase/u8-totitle.c       count = fread (buf + size, 1, BUFSIZE, stream);
size               79 maint/gnulib/lib/unicase/u8-totitle.c         size += count;
size               81 maint/gnulib/lib/unicase/u8-totitle.c   buf = realloc (buf, size + 1);
size               87 maint/gnulib/lib/unicase/u8-totitle.c   buf[size] = '\0';
size               65 maint/gnulib/lib/unicase/u8-toupper.c   int size = 0;
size               70 maint/gnulib/lib/unicase/u8-toupper.c       if (size + BUFSIZE > alloc)
size               73 maint/gnulib/lib/unicase/u8-toupper.c           if (alloc < size + BUFSIZE)
size               74 maint/gnulib/lib/unicase/u8-toupper.c             alloc = size + BUFSIZE;
size               82 maint/gnulib/lib/unicase/u8-toupper.c       count = fread (buf + size, 1, BUFSIZE, stream);
size               92 maint/gnulib/lib/unicase/u8-toupper.c         size += count;
size               94 maint/gnulib/lib/unicase/u8-toupper.c   buf = realloc (buf, size + 1);
size              100 maint/gnulib/lib/unicase/u8-toupper.c   buf[size] = '\0';
size              192 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c   int size = 0;
size              197 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c       if (size + BUFSIZE > alloc)
size              200 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c           if (alloc < size + BUFSIZE)
size              201 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c             alloc = size + BUFSIZE;
size              209 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c       count = fread (buf + size, 1, BUFSIZE, stream);
size              219 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c         size += count;
size              221 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c   buf = realloc (buf, size + 1);
size              227 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c   buf[size] = '\0';
size              133 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c   int size = 0;
size              138 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c       if (size + BUFSIZE > alloc)
size              141 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c           if (alloc < size + BUFSIZE)
size              142 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c             alloc = size + BUFSIZE;
size              150 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c       count = fread (buf + size, 1, BUFSIZE, stream);
size              160 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c         size += count;
size              162 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c   buf = realloc (buf, size + 1);
size              168 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c   buf[size] = '\0';
size              141 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c   int size = 0;
size              146 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c       if (size + BUFSIZE > alloc)
size              149 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c           if (alloc < size + BUFSIZE)
size              150 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c             alloc = size + BUFSIZE;
size              158 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c       count = fread (buf + size, 1, BUFSIZE, stream);
size              168 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c         size += count;
size              170 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c   buf = realloc (buf, size + 1);
size              176 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c   buf[size] = '\0';
size              159 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c   int size = 0;
size              164 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c       if (size + BUFSIZE > alloc)
size              167 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c           if (alloc < size + BUFSIZE)
size              168 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c             alloc = size + BUFSIZE;
size              176 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c       count = fread (buf + size, 1, BUFSIZE, stream);
size              186 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c         size += count;
size              188 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c   buf = realloc (buf, size + 1);
size              194 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c   buf[size] = '\0';
size             1067 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size));
size             1068 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size));
size             1074 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (getcwd, char *, (char *buf, size_t size));
size             1078 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS_CAST (getcwd, char *, (char *buf, size_t size));
size             1098 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA_CAST (getcwd, char *, (char *buf, size_t size));
size             1100 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS_CAST (getcwd, char *, (char *buf, size_t size));
size             1298 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (getlogin_r, int, (char *name, size_t size)
size             1300 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (getlogin_r, int, (char *name, size_t size));
size             1303 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_SYS (getlogin_r, int, (char *name, size_t size)
size             1308 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS_CAST (getlogin_r, int, (char *name, size_t size));
size               75 maint/gnulib/lib/unistdio.in.h        ulc_snprintf (char *_UC_RESTRICT buf, size_t size,
size               87 maint/gnulib/lib/unistdio.in.h        ulc_vsnprintf (char *_UC_RESTRICT buf, size_t size,
size              101 maint/gnulib/lib/unistdio.in.h        u8_snprintf (uint8_t *buf, size_t size,
size              113 maint/gnulib/lib/unistdio.in.h        u8_vsnprintf (uint8_t *buf, size_t size,
size              127 maint/gnulib/lib/unistdio.in.h        u8_u8_snprintf (uint8_t *_UC_RESTRICT buf, size_t size,
size              139 maint/gnulib/lib/unistdio.in.h        u8_u8_vsnprintf (uint8_t *_UC_RESTRICT buf, size_t size,
size              153 maint/gnulib/lib/unistdio.in.h        u16_snprintf (uint16_t *buf, size_t size,
size              165 maint/gnulib/lib/unistdio.in.h        u16_vsnprintf (uint16_t *buf, size_t size,
size              179 maint/gnulib/lib/unistdio.in.h        u16_u16_snprintf (uint16_t *_UC_RESTRICT buf, size_t size,
size              191 maint/gnulib/lib/unistdio.in.h        u16_u16_vsnprintf (uint16_t *_UC_RESTRICT buf, size_t size,
size              205 maint/gnulib/lib/unistdio.in.h        u32_snprintf (uint32_t *buf, size_t size,
size              217 maint/gnulib/lib/unistdio.in.h        u32_vsnprintf (uint32_t *buf, size_t size,
size              231 maint/gnulib/lib/unistdio.in.h        u32_u32_snprintf (uint32_t *_UC_RESTRICT buf, size_t size,
size              243 maint/gnulib/lib/unistdio.in.h        u32_u32_vsnprintf (uint32_t *_UC_RESTRICT buf, size_t size,
size               27 maint/gnulib/lib/unistdio/u-snprintf.h SNPRINTF (DCHAR_T *buf, size_t size, const FCHAR_T *format, ...)
size               33 maint/gnulib/lib/unistdio/u-snprintf.h   result = VSNPRINTF (buf, size, format, args);
size               26 maint/gnulib/lib/unistdio/u-vsnprintf.h VSNPRINTF (DCHAR_T *buf, size_t size, const FCHAR_T *format, va_list args)
size               31 maint/gnulib/lib/unistdio/u-vsnprintf.h   if (size == 0)
size               34 maint/gnulib/lib/unistdio/u-vsnprintf.h     length = size;
size               41 maint/gnulib/lib/unistdio/u-vsnprintf.h       if (size != 0)
size               45 maint/gnulib/lib/unistdio/u-vsnprintf.h           size_t n = (length < size ? length : size - 1);
size               55 maint/gnulib/lib/uniwbrk/u8-wordbreaks.c   int size = 0;
size               60 maint/gnulib/lib/uniwbrk/u8-wordbreaks.c       if (size + BUFSIZE > alloc)
size               63 maint/gnulib/lib/uniwbrk/u8-wordbreaks.c           if (alloc < size + BUFSIZE)
size               64 maint/gnulib/lib/uniwbrk/u8-wordbreaks.c             alloc = size + BUFSIZE;
size               72 maint/gnulib/lib/uniwbrk/u8-wordbreaks.c       count = fread (buf + size, 1, BUFSIZE, stream);
size               82 maint/gnulib/lib/uniwbrk/u8-wordbreaks.c         size += count;
size               84 maint/gnulib/lib/uniwbrk/u8-wordbreaks.c   buf = realloc (buf, size + 1);
size               90 maint/gnulib/lib/uniwbrk/u8-wordbreaks.c   buf[size] = '\0';
size              132 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c   int size = 0;
size              137 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c       if (size + BUFSIZE > alloc)
size              140 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c           if (alloc < size + BUFSIZE)
size              141 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c             alloc = size + BUFSIZE;
size              149 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c       count = fread (buf + size, 1, BUFSIZE, stream);
size              159 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c         size += count;
size              161 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c   buf = realloc (buf, size + 1);
size              167 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c   buf[size] = '\0';
size              175 maint/gnulib/lib/vma-iter.c   size_t size;
size              185 maint/gnulib/lib/vma-iter.c   size = sizeof (rof->stack_allocated_buffer);
size              192 maint/gnulib/lib/vma-iter.c       if (size > MIN_LEFTOVER)
size              194 maint/gnulib/lib/vma-iter.c           int n = read (fd, rof->buffer, size);
size              204 maint/gnulib/lib/vma-iter.c               if (n + MIN_LEFTOVER <= size)
size              213 maint/gnulib/lib/vma-iter.c                       n = read (fd, rof->buffer + rof->filled, size - rof->filled);
size              219 maint/gnulib/lib/vma-iter.c                       if (n + MIN_LEFTOVER > size - rof->filled)
size              241 maint/gnulib/lib/vma-iter.c           size = pagesize;
size              242 maint/gnulib/lib/vma-iter.c           while (size <= MIN_LEFTOVER)
size              243 maint/gnulib/lib/vma-iter.c             size = 2 * size;
size              247 maint/gnulib/lib/vma-iter.c           size = 2 * size;
size              248 maint/gnulib/lib/vma-iter.c           if (size == 0)
size              254 maint/gnulib/lib/vma-iter.c       rof->auxmap = (void *) mmap ((void *) 0, size, PROT_READ | PROT_WRITE,
size              261 maint/gnulib/lib/vma-iter.c       rof->auxmap_length = size;
size              263 maint/gnulib/lib/vma-iter.c       rof->auxmap_end = rof->auxmap_start + size;
size             1309 maint/gnulib/lib/vma-iter.c   vm_size_t size;
size             1311 maint/gnulib/lib/vma-iter.c   for (address = VM_MIN_ADDRESS;; address += size)
size             1340 maint/gnulib/lib/vma-iter.c       more = (vm_region_64 (task, &address, &size, VM_REGION_BASIC_INFO_64,
size             1347 maint/gnulib/lib/vma-iter.c       more = (vm_region (task, &address, &size, VM_REGION_BASIC_INFO,
size             1362 maint/gnulib/lib/vma-iter.c       if (callback (data, address, address + size, flags))
size             1377 maint/gnulib/lib/vma-iter.c   vm_size_t size;
size             1379 maint/gnulib/lib/vma-iter.c   for (address = 0;; address += size)
size             1389 maint/gnulib/lib/vma-iter.c       if (!(vm_region (task, &address, &size, &protection, &max_protection,
size             1401 maint/gnulib/lib/vma-iter.c       if (callback (data, address, address + size, flags))
size             1471 maint/gnulib/lib/vma-iter.c       end = start + info.size;
size               39 maint/gnulib/lib/vsnprintf.c vsnprintf (char *str, size_t size, const char *format, va_list args)
size               43 maint/gnulib/lib/vsnprintf.c   size_t lenbuf = size;
size               53 maint/gnulib/lib/vsnprintf.c       if (size)
size               55 maint/gnulib/lib/vsnprintf.c           size_t pruned_len = (len < size ? len : size - 1);
size              234 maint/gnulib/lib/windows-spawn.c           size_t size = strlen (p) + 1;
size              235 maint/gnulib/lib/windows-spawn.c           memcpy (cp, p, size - 1);
size              236 maint/gnulib/lib/windows-spawn.c           cp += size;
size              275 maint/gnulib/lib/windows-spawn.c         size_t size = strlen (p) + 1;
size              276 maint/gnulib/lib/windows-spawn.c         if (envblock_used + size > envblock_size)
size              280 maint/gnulib/lib/windows-spawn.c             if (envblock_used + size > envblock_size)
size              281 maint/gnulib/lib/windows-spawn.c               envblock_size = envblock_used + size;
size              292 maint/gnulib/lib/windows-spawn.c         memcpy (envblock + envblock_used, p, size);
size              293 maint/gnulib/lib/windows-spawn.c         envblock_used += size;
size               35 maint/gnulib/lib/xgetaname-impl.h   idx_t size = sizeof buf;
size               44 maint/gnulib/lib/xgetaname-impl.h       idx_t size_1 = size - 1;
size               61 maint/gnulib/lib/xgetaname-impl.h       name = alloc = xpalloc (NULL, &size, 1, -1, 1);
size               40 maint/gnulib/tests/altstack-util.h       size_t size = SIGSTKSZ;
size               41 maint/gnulib/tests/altstack-util.h       printf ("SIGSTKSZ=%zu exceeds MYSTACK_SIZE=%d\n", size, MYSTACK_SIZE);
size               81 maint/gnulib/tests/bench-digest.h   size_t size = atol (argv[1]);
size               84 maint/gnulib/tests/bench-digest.h   char *memblock = (char *) malloc (size);
size               94 maint/gnulib/tests/bench-digest.h     for (i = 0; i < size; i++)
size              106 maint/gnulib/tests/bench-digest.h       FUNC (memblock, size, digest);
size               74 maint/gnulib/tests/test-aligned-malloc.c       size_t size = sizes[i];
size               76 maint/gnulib/tests/test-aligned-malloc.c       aligned4_blocks[i] = aligned4_malloc (size);
size               78 maint/gnulib/tests/test-aligned-malloc.c       memset (aligned4_blocks[i], 'w', size);
size               80 maint/gnulib/tests/test-aligned-malloc.c       aligned8_blocks[i] = aligned8_malloc (size);
size               82 maint/gnulib/tests/test-aligned-malloc.c       memset (aligned8_blocks[i], 'x', size);
size               84 maint/gnulib/tests/test-aligned-malloc.c       aligned16_blocks[i] = aligned16_malloc (size);
size               86 maint/gnulib/tests/test-aligned-malloc.c       memset (aligned16_blocks[i], 'y', size);
size               88 maint/gnulib/tests/test-aligned-malloc.c       aligned32_blocks[i] = aligned32_malloc (size);
size               90 maint/gnulib/tests/test-aligned-malloc.c       memset (aligned32_blocks[i], 'z', size);
size               49 maint/gnulib/tests/test-aligned_alloc.c       size_t size = sizes[i];
size               51 maint/gnulib/tests/test-aligned_alloc.c       aligned2_blocks[i] = aligned_alloc (2, ROUNDUP (size, 2));
size               54 maint/gnulib/tests/test-aligned_alloc.c       memset (aligned2_blocks[i], 'u', size);
size               56 maint/gnulib/tests/test-aligned_alloc.c       aligned4_blocks[i] = aligned_alloc (4, ROUNDUP (size, 4));
size               59 maint/gnulib/tests/test-aligned_alloc.c       memset (aligned4_blocks[i], 'v', size);
size               61 maint/gnulib/tests/test-aligned_alloc.c       aligned8_blocks[i] = aligned_alloc (8, ROUNDUP (size, 8));
size               64 maint/gnulib/tests/test-aligned_alloc.c       memset (aligned8_blocks[i], 'w', size);
size               66 maint/gnulib/tests/test-aligned_alloc.c       aligned16_blocks[i] = aligned_alloc (16, ROUNDUP (size, 16));
size               69 maint/gnulib/tests/test-aligned_alloc.c       memset (aligned16_blocks[i], 'x', size);
size               71 maint/gnulib/tests/test-aligned_alloc.c       aligned32_blocks[i] = aligned_alloc (32, ROUNDUP (size, 32));
size               74 maint/gnulib/tests/test-aligned_alloc.c       memset (aligned32_blocks[i], 'y', size);
size               76 maint/gnulib/tests/test-aligned_alloc.c       aligned64_blocks[i] = aligned_alloc (64, ROUNDUP (size, 64));
size               79 maint/gnulib/tests/test-aligned_alloc.c       memset (aligned64_blocks[i], 'z', size);
size               43 maint/gnulib/tests/test-areadlinkat-with-size.c do_areadlinkat_with_size (char const *name, size_t size)
size               45 maint/gnulib/tests/test-areadlinkat-with-size.c   return areadlinkat_with_size (dfd, name, size);
size              323 maint/gnulib/tests/test-bitset.c   const bitset_bindex size = bitset_size (bs);
size              329 maint/gnulib/tests/test-bitset.c   ASSERT (bitset_count (bs) == size);
size              333 maint/gnulib/tests/test-bitset.c   ASSERT (bitset_last (bs)  == size - 1);
size              342 maint/gnulib/tests/test-bitset.c     ASSERT (count == size);
size               31 maint/gnulib/tests/test-c-vsnprintf.c my_c_snprintf (char *buf, int size, const char *format, ...)
size               37 maint/gnulib/tests/test-c-vsnprintf.c   ret = c_vsnprintf (buf, size, format, args);
size               43 maint/gnulib/tests/test-freadptr.c       size_t size;
size               44 maint/gnulib/tests/test-freadptr.c       ASSERT (freadptr (stdin, &size) == NULL);
size               32 maint/gnulib/tests/test-freadptr2.c   size_t size = 0;
size               34 maint/gnulib/tests/test-freadptr2.c   freadptr (fp, &size);
size               35 maint/gnulib/tests/test-freadptr2.c   return size;
size               41 maint/gnulib/tests/test-list-c++.cc   ASSERT (list1.size () == 4);
size               47 maint/gnulib/tests/test-map-c++.cc   ASSERT (map1.size () == 5);
size               48 maint/gnulib/tests/test-memalign.c       size_t size = sizes[i];
size               50 maint/gnulib/tests/test-memalign.c       aligned2_blocks[i] = memalign (2, size);
size               53 maint/gnulib/tests/test-memalign.c       memset (aligned2_blocks[i], 'u', size);
size               55 maint/gnulib/tests/test-memalign.c       aligned4_blocks[i] = memalign (4, size);
size               58 maint/gnulib/tests/test-memalign.c       memset (aligned4_blocks[i], 'v', size);
size               60 maint/gnulib/tests/test-memalign.c       aligned8_blocks[i] = memalign (8, size);
size               63 maint/gnulib/tests/test-memalign.c       memset (aligned8_blocks[i], 'w', size);
size               65 maint/gnulib/tests/test-memalign.c       aligned16_blocks[i] = memalign (16, size);
size               68 maint/gnulib/tests/test-memalign.c       memset (aligned16_blocks[i], 'x', size);
size               70 maint/gnulib/tests/test-memalign.c       aligned32_blocks[i] = memalign (32, size);
size               73 maint/gnulib/tests/test-memalign.c       memset (aligned32_blocks[i], 'y', size);
size               75 maint/gnulib/tests/test-memalign.c       aligned64_blocks[i] = memalign (64, size);
size               78 maint/gnulib/tests/test-memalign.c       memset (aligned64_blocks[i], 'z', size);
size               41 maint/gnulib/tests/test-omap-c++.cc   ASSERT (map1.size () == 5);
size               57 maint/gnulib/tests/test-oset-c++.cc   ASSERT (set1.size () == 3);
size               35 maint/gnulib/tests/test-pipe-filter-ii1.c   size_t size;
size               45 maint/gnulib/tests/test-pipe-filter-ii1.c   if (l->nwritten < l->size)
size               47 maint/gnulib/tests/test-pipe-filter-ii1.c       *num_bytes_p = l->size - l->nwritten;
size              115 maint/gnulib/tests/test-pipe-filter-ii1.c     l.size = input_size;
size               36 maint/gnulib/tests/test-pipe-filter-ii2-main.c   size_t size;
size               46 maint/gnulib/tests/test-pipe-filter-ii2-main.c   if (l->nwritten < l->size)
size               48 maint/gnulib/tests/test-pipe-filter-ii2-main.c       *num_bytes_p = l->size - l->nwritten;
size              100 maint/gnulib/tests/test-pipe-filter-ii2-main.c     l.size = 1;
size              119 maint/gnulib/tests/test-pipe-filter-ii2-main.c     l.size = strlen (l.input);
size              138 maint/gnulib/tests/test-pipe-filter-ii2-main.c     l.size = strlen (l.input);
size               47 maint/gnulib/tests/test-posix_memalign.c       size_t size = sizes[i];
size               51 maint/gnulib/tests/test-posix_memalign.c           ASSERT (posix_memalign (&aligned2_blocks[i], 2, size) == 0);
size               54 maint/gnulib/tests/test-posix_memalign.c           memset (aligned2_blocks[i], 'u', size);
size               59 maint/gnulib/tests/test-posix_memalign.c           ASSERT (posix_memalign (&aligned4_blocks[i], 4, size) == 0);
size               62 maint/gnulib/tests/test-posix_memalign.c           memset (aligned4_blocks[i], 'v', size);
size               65 maint/gnulib/tests/test-posix_memalign.c       ASSERT (posix_memalign (&aligned8_blocks[i], 8, size) == 0);
size               68 maint/gnulib/tests/test-posix_memalign.c       memset (aligned8_blocks[i], 'w', size);
size               70 maint/gnulib/tests/test-posix_memalign.c       ASSERT (posix_memalign (&aligned16_blocks[i], 16, size) == 0);
size               73 maint/gnulib/tests/test-posix_memalign.c       memset (aligned16_blocks[i], 'x', size);
size               75 maint/gnulib/tests/test-posix_memalign.c       ASSERT (posix_memalign (&aligned32_blocks[i], 32, size) == 0);
size               78 maint/gnulib/tests/test-posix_memalign.c       memset (aligned32_blocks[i], 'y', size);
size               80 maint/gnulib/tests/test-posix_memalign.c       ASSERT (posix_memalign (&aligned64_blocks[i], 64, size) == 0);
size               83 maint/gnulib/tests/test-posix_memalign.c       memset (aligned64_blocks[i], 'z', size);
size              105 maint/gnulib/tests/test-quotearg.h   size_t size;
size              107 maint/gnulib/tests/test-quotearg.h   size = quotearg_buffer (buf, 100, str, *len, NULL);
size              108 maint/gnulib/tests/test-quotearg.h   *len = size;
size              109 maint/gnulib/tests/test-quotearg.h   ASSERT ((unsigned char) buf[size + 1] == 0xa5);
size               41 maint/gnulib/tests/test-scratch-buffer.c         size_t size = sizes[s];
size               48 maint/gnulib/tests/test-scratch-buffer.c         ok = scratch_buffer_set_array_size (&buf, size, 1);
size               51 maint/gnulib/tests/test-scratch-buffer.c         for (i = 0; i < size; i++)
size               55 maint/gnulib/tests/test-scratch-buffer.c         memset (buf.data, 'y', size);
size               67 maint/gnulib/tests/test-scratch-buffer.c         size_t size = sizes[s];
size               74 maint/gnulib/tests/test-scratch-buffer.c         while (buf.length < size)
size               80 maint/gnulib/tests/test-scratch-buffer.c         for (i = 0; i < size; i++)
size               84 maint/gnulib/tests/test-scratch-buffer.c         memset (buf.data, 'y', size);
size               95 maint/gnulib/tests/test-scratch-buffer.c     size_t size;
size              102 maint/gnulib/tests/test-scratch-buffer.c     size = sizes[s];
size              103 maint/gnulib/tests/test-scratch-buffer.c     ok = scratch_buffer_set_array_size (&buf, size, 1);
size              106 maint/gnulib/tests/test-scratch-buffer.c     for (i = 0; i < size; i++)
size              111 maint/gnulib/tests/test-scratch-buffer.c         size_t oldsize = size;
size              112 maint/gnulib/tests/test-scratch-buffer.c         size = sizes[s];
size              114 maint/gnulib/tests/test-scratch-buffer.c         while (buf.length < size)
size              122 maint/gnulib/tests/test-scratch-buffer.c         for (i = oldsize; i < size; i++)
size               41 maint/gnulib/tests/test-set-c++.cc   ASSERT (set1.size () == 3);
size               81 maint/gnulib/tests/test-snprintf-posix.h   int size;
size               86 maint/gnulib/tests/test-snprintf-posix.h   for (size = 0; size <= 8; size++)
size               91 maint/gnulib/tests/test-snprintf-posix.h       retval = my_snprintf (buf, size, "%d", 12345);
size               93 maint/gnulib/tests/test-snprintf-posix.h       if (size < 6)
size               95 maint/gnulib/tests/test-snprintf-posix.h           if (size > 0)
size               97 maint/gnulib/tests/test-snprintf-posix.h               ASSERT (memcmp (buf, "12345", size - 1) == 0);
size               98 maint/gnulib/tests/test-snprintf-posix.h               ASSERT (buf[size - 1] == '\0');
size              100 maint/gnulib/tests/test-snprintf-posix.h           ASSERT (memcmp (buf + size, &"DEADBEEF"[size], 8 - size) == 0);
size               34 maint/gnulib/tests/test-snprintf.c   int size;
size               40 maint/gnulib/tests/test-snprintf.c   for (size = 0; size <= 8; size++)
size               43 maint/gnulib/tests/test-snprintf.c       retval = snprintf (buf, size, "%d", 12345);
size               45 maint/gnulib/tests/test-snprintf.c       if (size < 6)
size               47 maint/gnulib/tests/test-snprintf.c           if (size > 0)
size               49 maint/gnulib/tests/test-snprintf.c               ASSERT (memcmp (buf, "12345", size - 1) == 0);
size               50 maint/gnulib/tests/test-snprintf.c               ASSERT (buf[size - 1] == '\0' || buf[size - 1] == '0' + size);
size               53 maint/gnulib/tests/test-snprintf.c           if (size > 0)
size               55 maint/gnulib/tests/test-snprintf.c             ASSERT (memcmp (buf + size, &"DEADBEEF"[size], 8 - size) == 0);
size               83 maint/gnulib/tests/test-ssfmalloc.c alloc_pages (size_t size)
size               89 maint/gnulib/tests/test-ssfmalloc.c   void *mem = VirtualAlloc (NULL, size, MEM_COMMIT, PAGE_READWRITE);
size               95 maint/gnulib/tests/test-ssfmalloc.c   void *mem = mmap (NULL, size, PROT_READ | PROT_WRITE,
size              106 maint/gnulib/tests/test-ssfmalloc.c free_pages (uintptr_t pages, size_t size)
size              116 maint/gnulib/tests/test-ssfmalloc.c   if (munmap ((void *) pages, size) < 0)
size              151 maint/gnulib/tests/test-ssfmalloc.c fill_block (uintptr_t block, size_t size)
size              153 maint/gnulib/tests/test-ssfmalloc.c   unsigned char code = (size % (UCHAR_MAX - 1)) + 1;
size              154 maint/gnulib/tests/test-ssfmalloc.c   memset ((char *) block, code, size);
size              160 maint/gnulib/tests/test-ssfmalloc.c verify_block (uintptr_t block, size_t size)
size              162 maint/gnulib/tests/test-ssfmalloc.c   unsigned char code = (size % (UCHAR_MAX - 1)) + 1;
size              164 maint/gnulib/tests/test-ssfmalloc.c   for (; size > 0; p++, size--)
size              315 maint/gnulib/tests/test-ssfmalloc.c               size_t size = block_sizes[i];
size              318 maint/gnulib/tests/test-ssfmalloc.c                   uintptr_t block = allocate_block (size);
size              321 maint/gnulib/tests/test-ssfmalloc.c                   fill_block (block, size);
size              329 maint/gnulib/tests/test-ssfmalloc.c               size_t size = block_sizes[i];
size              333 maint/gnulib/tests/test-ssfmalloc.c                   verify_block (block, size);
size              350 maint/gnulib/tests/test-ssfmalloc.c             size_t size = block_sizes[i];
size              351 maint/gnulib/tests/test-ssfmalloc.c             verify_block (block, size);
size               72 maint/gnulib/tests/test-times.c       size_t size = atoi (argv[1]);
size               76 maint/gnulib/tests/test-times.c       base = malloc (size * sizeof (double));
size               78 maint/gnulib/tests/test-times.c       for (i = 0; i < size; i++)
size               81 maint/gnulib/tests/test-times.c       qsort (base, size, sizeof (double), doublecmp);
size               94 maint/gnulib/tests/test-vasnprintf-posix.c   int size;
size               98 maint/gnulib/tests/test-vasnprintf-posix.c   for (size = 0; size <= 8; size++)
size              100 maint/gnulib/tests/test-vasnprintf-posix.c       size_t length = size;
size              108 maint/gnulib/tests/test-vasnprintf-posix.c   for (size = 0; size <= 8; size++)
size              114 maint/gnulib/tests/test-vasnprintf-posix.c       length = size;
size              119 maint/gnulib/tests/test-vasnprintf-posix.c       if (size < 6)
size              121 maint/gnulib/tests/test-vasnprintf-posix.c       ASSERT (memcmp (buf + size, &"DEADBEEF"[size], 8 - size) == 0);
size               33 maint/gnulib/tests/test-vasnprintf.c   int size;
size               35 maint/gnulib/tests/test-vasnprintf.c   for (size = 0; size <= 8; size++)
size               37 maint/gnulib/tests/test-vasnprintf.c       size_t length = size;
size               45 maint/gnulib/tests/test-vasnprintf.c   for (size = 0; size <= 8; size++)
size               51 maint/gnulib/tests/test-vasnprintf.c       length = size;
size               56 maint/gnulib/tests/test-vasnprintf.c       if (size < 5 + 1)
size               58 maint/gnulib/tests/test-vasnprintf.c       ASSERT (memcmp (buf + size, &"DEADBEEF"[size], 8 - size) == 0);
size               64 maint/gnulib/tests/test-vasnprintf.c   for (size = 0; size <= 8; size++)
size               70 maint/gnulib/tests/test-vasnprintf.c       length = size;
size               83 maint/gnulib/tests/test-vasnprintf.c       if (size < 126 + 1)
size               85 maint/gnulib/tests/test-vasnprintf.c       ASSERT (memcmp (buf + size, &"DEADBEEF"[size], 8 - size) == 0);
size               35 maint/gnulib/tests/test-vsnprintf-posix.c my_snprintf (char *str, size_t size, const char *format, ...)
size               41 maint/gnulib/tests/test-vsnprintf-posix.c   ret = vsnprintf (str, size, format, args);
size               32 maint/gnulib/tests/test-vsnprintf.c my_snprintf (char *buf, int size, const char *format, ...)
size               38 maint/gnulib/tests/test-vsnprintf.c   ret = vsnprintf (buf, size, format, args);
size               47 maint/gnulib/tests/test-vsnprintf.c   int size;
size               53 maint/gnulib/tests/test-vsnprintf.c   for (size = 0; size <= 8; size++)
size               56 maint/gnulib/tests/test-vsnprintf.c       retval = my_snprintf (buf, size, "%d", 12345);
size               58 maint/gnulib/tests/test-vsnprintf.c       if (size < 6)
size               60 maint/gnulib/tests/test-vsnprintf.c           if (size > 0)
size               62 maint/gnulib/tests/test-vsnprintf.c               ASSERT (memcmp (buf, "12345", size - 1) == 0);
size               63 maint/gnulib/tests/test-vsnprintf.c               ASSERT (buf[size - 1] == '\0' || buf[size - 1] == '0' + size);
size               66 maint/gnulib/tests/test-vsnprintf.c           if (size > 0)
size               68 maint/gnulib/tests/test-vsnprintf.c             ASSERT (memcmp (buf + size, &"DEADBEEF"[size], 8 - size) == 0);
size               23 maint/gnulib/tests/unistdio/test-u16-asnprintf1.h   int size;
size               27 maint/gnulib/tests/unistdio/test-u16-asnprintf1.h   for (size = 0; size <= 8; size++)
size               29 maint/gnulib/tests/unistdio/test-u16-asnprintf1.h       size_t length = size;
size               39 maint/gnulib/tests/unistdio/test-u16-asnprintf1.h   for (size = 0; size <= 8; size++)
size               49 maint/gnulib/tests/unistdio/test-u16-asnprintf1.h       length = size;
size               54 maint/gnulib/tests/unistdio/test-u16-asnprintf1.h       if (size < 6)
size               56 maint/gnulib/tests/unistdio/test-u16-asnprintf1.h       ASSERT (u16_cmp (buf + size, initializer + size, 8 - size) == 0);
size               23 maint/gnulib/tests/unistdio/test-u32-asnprintf1.h   int size;
size               27 maint/gnulib/tests/unistdio/test-u32-asnprintf1.h   for (size = 0; size <= 8; size++)
size               29 maint/gnulib/tests/unistdio/test-u32-asnprintf1.h       size_t length = size;
size               39 maint/gnulib/tests/unistdio/test-u32-asnprintf1.h   for (size = 0; size <= 8; size++)
size               49 maint/gnulib/tests/unistdio/test-u32-asnprintf1.h       length = size;
size               54 maint/gnulib/tests/unistdio/test-u32-asnprintf1.h       if (size < 6)
size               56 maint/gnulib/tests/unistdio/test-u32-asnprintf1.h       ASSERT (u32_cmp (buf + size, initializer + size, 8 - size) == 0);
size               23 maint/gnulib/tests/unistdio/test-u8-asnprintf1.h   int size;
size               27 maint/gnulib/tests/unistdio/test-u8-asnprintf1.h   for (size = 0; size <= 8; size++)
size               29 maint/gnulib/tests/unistdio/test-u8-asnprintf1.h       size_t length = size;
size               38 maint/gnulib/tests/unistdio/test-u8-asnprintf1.h   for (size = 0; size <= 8; size++)
size               46 maint/gnulib/tests/unistdio/test-u8-asnprintf1.h       length = size;
size               51 maint/gnulib/tests/unistdio/test-u8-asnprintf1.h       if (size < 6)
size               53 maint/gnulib/tests/unistdio/test-u8-asnprintf1.h       ASSERT (u8_cmp (buf + size, initializer + size, 8 - size) == 0);
size               23 maint/gnulib/tests/unistdio/test-ulc-asnprintf1.h   int size;
size               27 maint/gnulib/tests/unistdio/test-ulc-asnprintf1.h   for (size = 0; size <= 8; size++)
size               29 maint/gnulib/tests/unistdio/test-ulc-asnprintf1.h       size_t length = size;
size               37 maint/gnulib/tests/unistdio/test-ulc-asnprintf1.h   for (size = 0; size <= 8; size++)
size               43 maint/gnulib/tests/unistdio/test-ulc-asnprintf1.h       length = size;
size               48 maint/gnulib/tests/unistdio/test-ulc-asnprintf1.h       if (size < 6)
size               50 maint/gnulib/tests/unistdio/test-ulc-asnprintf1.h       ASSERT (memcmp (buf + size, &"DEADBEEF"[size], 8 - size) == 0);
size               22 maint/gnulib/tests/unistr/test-chr.h   size_t size = 0x100000;
size               26 maint/gnulib/tests/unistr/test-chr.h   uint32_t *input32 = (uint32_t *) malloc (size * sizeof (uint32_t));
size               32 maint/gnulib/tests/unistr/test-chr.h   for (i = 1026; i < size - 2; i += 63)
size               34 maint/gnulib/tests/unistr/test-chr.h       size_t last = i + 63 < size - 2 ? i + 63 : size - 2;
size               41 maint/gnulib/tests/unistr/test-chr.h   input32[size - 2] = 'e';
size               42 maint/gnulib/tests/unistr/test-chr.h   input32[size - 1] = 'a';
size               44 maint/gnulib/tests/unistr/test-chr.h   input = U32_TO_U (input32, size, NULL, &length);
size               62 maint/gnulib/tests/unistr/test-chr.h     for (i = 1026; i < size - 2; i += 63)
size               23 maint/gnulib/tests/unistr/test-strchr.h   size_t size = 0x100000;
size               27 maint/gnulib/tests/unistr/test-strchr.h   uint32_t *input32 = (uint32_t *) malloc ((size + 1) * sizeof (uint32_t));
size               33 maint/gnulib/tests/unistr/test-strchr.h   for (i = 1026; i < size - 2; i += 63)
size               35 maint/gnulib/tests/unistr/test-strchr.h       size_t last = i + 63 < size - 2 ? i + 63 : size - 2;
size               41 maint/gnulib/tests/unistr/test-strchr.h   input32[size - 2] = 'e';
size               42 maint/gnulib/tests/unistr/test-strchr.h   input32[size - 1] = 'a';
size               43 maint/gnulib/tests/unistr/test-strchr.h   input32[size] = 0;
size               45 maint/gnulib/tests/unistr/test-strchr.h   input = U32_TO_U (input32, size + 1, NULL, &length);
size               57 maint/gnulib/tests/unistr/test-strchr.h     for (i = 1026; i < size - 2; i += 63)