| /src/external/bsd/libbind/dist/bsd/ |
| setenv.c | 64 static int alloced; /*%< if allocated space before */ local 83 if (alloced) { /*%< just increase size */ 90 alloced = 1; /*%< copy old entries into it */
|
| /src/external/bsd/nvi/dist/clib/ |
| env.c | 93 static int alloced; /* if allocated space before */ local 112 if (alloced) { /* just increase size */ 119 alloced = 1; /* copy old entries into it */
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| pv_manip.c | 256 uint32_t start_pe, alloced; local 264 alloced = 0; 296 alloced += peg->len; 307 if (alloced != pv->pe_alloc_count) { 309 "%u != %u", alloced, pv->pe_alloc_count); 314 free_count += (start_pe - alloced);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-strtab.c | 52 /* Number of array entries alloced. */ 53 size_t alloced; member in struct:elf_strtab_hash 113 table->alloced = 64; 116 bfd_malloc (table->alloced * amt)); 167 if (tab->size == tab->alloced) 170 tab->alloced *= 2; 172 bfd_realloc_or_free (tab->array, tab->alloced * amt);
|
| elf32-bfin.c | 3937 bfinfdpic_got_section (info)->alloced = 1; 3957 bfinfdpic_gotrel_section (info)->alloced = 1; 3970 bfinfdpic_gotfixup_section (info)->alloced = 1; 3985 bfinfdpic_pltrel_section (info)->alloced = 1; 4031 bfinfdpic_plt_section (info)->alloced = 1; 4062 s->alloced = 1; 5160 s->alloced = 1; 5248 s->alloced = 1; 5330 relsec->alloced = 1;
|
| elf32-cr16.c | 2405 s->alloced = 1; 2486 s->alloced = 1; 2696 relsec->alloced = 1;
|
| elf32-lm32.c | 1934 s->alloced = 1; 2060 s->alloced = 1; 2189 lm32fdpic_fixup32_section (info)->alloced = 1;
|
| compress.c | 701 sec->alloced = 1;
|
| elf32-xstormy16.c | 730 splt->alloced = 1;
|
| linker.c | 2660 bfd_byte *alloced = NULL; 2779 alloced = new_contents; 2791 free (alloced); 2795 free (alloced); 2654 bfd_byte *alloced = NULL; local
|
| wasm-module.c | 471 bfdsec->alloced = 1;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-strtab.c | 52 /* Number of array entries alloced. */ 53 size_t alloced; member in struct:elf_strtab_hash 113 table->alloced = 64; 116 bfd_malloc (table->alloced * amt)); 167 if (tab->size == tab->alloced) 170 tab->alloced *= 2; 172 bfd_realloc_or_free (tab->array, tab->alloced * amt);
|
| elf32-bfin.c | 3936 bfinfdpic_got_section (info)->alloced = 1; 3956 bfinfdpic_gotrel_section (info)->alloced = 1; 3969 bfinfdpic_gotfixup_section (info)->alloced = 1; 3984 bfinfdpic_pltrel_section (info)->alloced = 1; 4030 bfinfdpic_plt_section (info)->alloced = 1; 4061 s->alloced = 1; 5154 s->alloced = 1; 5242 s->alloced = 1; 5324 relsec->alloced = 1;
|
| elf32-lm32.c | 1932 s->alloced = 1; 2058 s->alloced = 1; 2187 lm32fdpic_fixup32_section (info)->alloced = 1;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| darwin-crt3.c | 482 struct one_atexit_routine *alloced; local 489 alloced = malloc (sizeof (struct one_atexit_routine)); 490 if (! alloced) 492 *alloced = *r; 493 return cxa_atexit (cxa_atexit_wrapper, alloced, dso);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_internal.c | 49 bool alloced = false, prepared = false; local 87 alloced = true; 102 if (alloced)
|
| /src/external/gpl3/binutils.old/dist/libsframe/ |
| sframe.c | 32 unsigned int alloced; member in struct:sf_fde_tbl 39 unsigned int alloced; member in struct:sf_fre_tbl 1567 fre_tbl->alloced = number_of_entries; 1569 else if (fre_tbl->count == fre_tbl->alloced) 1572 + ((fre_tbl->alloced + number_of_entries) 1581 memset (&fre_tbl->entry[fre_tbl->alloced], 0, 1583 fre_tbl->alloced += number_of_entries; 1657 fd_info->alloced = number_of_entries; 1659 else if (fd_info->count == fd_info->alloced) 1662 + ((fd_info->alloced + number_of_entries [all...] |
| /src/external/gpl2/rcs/dist/src/ |
| rcsutil.c | 240 static struct alloclist *alloced; variable in typeref:struct:alloclist 273 /* Remember PTR in 'alloced' so that it can be freed later. Yield PTR. */ 276 q->nextalloc = alloced; 277 alloced = q; 284 /* Allocate a block, putting it in 'alloced' so it can be freed later. */ 294 for (p = alloced; p; p = q) { 299 alloced = 0; 307 register struct alloclist *p, **a = &alloced;
|
| /src/external/gpl3/binutils/dist/libsframe/ |
| sframe.c | 44 unsigned int alloced; member in struct:sf_fde_tbl 51 unsigned int alloced; member in struct:sf_fre_tbl 134 (*fde_tbl)->alloced = num_fdes; 961 new_tbl->alloced = grow_count; 963 else if (fre_tbl->count + count >= fre_tbl->alloced) 965 uint32_t new_len = fre_tbl->alloced + grow_count; 976 memset (&new_tbl->entry[new_tbl->alloced], 0, 978 new_tbl->alloced += grow_count; 2139 if (fre_tbl == NULL || fre_tbl->count == fre_tbl->alloced) 2216 if (fre_tbl == NULL || fre_tbl->count + num_fres >= fre_tbl->alloced) [all...] |
| /src/sys/dev/ic/ |
| pckbc.c | 247 int alloced = 0; local 254 alloced++; 259 if (child == NULL && alloced) {
|
| /src/sys/dev/pckbport/ |
| pckbport.c | 140 int alloced = 0; local 151 alloced++; 161 if (found == NULL && alloced) {
|
| /src/external/bsd/unbound/dist/dnstap/ |
| dnstap.c | 75 sbuf.alloced = DNSTAP_INITIAL_BUF_SIZE; 76 sbuf.data = malloc(sbuf.alloced);
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_cmdbuf.c | 1257 int error, nseg, alloced = 0, mapped = 0, loaded = 0; local 1269 alloced = 1; 1286 if (alloced)
|
| /src/external/bsd/nsd/dist/dnstap/ |
| dnstap.c | 83 sbuf.alloced = DNSTAP_INITIAL_BUF_SIZE; 84 sbuf.data = malloc(sbuf.alloced);
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| lex.cc | 4392 unsigned int alloced = 120 + out; 4393 unsigned char *result = (unsigned char *) xmalloc (alloced); 4409 if (out + len > alloced) 4411 alloced *= 2; 4412 if (out + len > alloced) 4413 alloced = out + len; 4414 result = (unsigned char *) xrealloc (result, alloced); 4391 unsigned int alloced = 120 + out; local
|