Home
last modified time | relevance | path

Searched refs:newstrings (Results 1 – 25 of 39) sorted by relevance

12

/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DStringHash.cpp80 newstrings[i] = NULL; in SetSize()
97 newstrings[h] = strings[i]; in SetSize()
105 strings = newstrings; in SetSize()
278 newstrings[i] = NULL; in SetSize()
286 while (newstrings[h] != NULL && in SetSize()
291 newstrings[h] = strings[i]; in SetSize()
299 strings = newstrings; in SetSize()
449 newstrings[i] = NULL; in SetSize()
457 while (newstrings[h] != NULL && in SetSize()
462 newstrings[h] = strings[i]; in SetSize()
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_fieldset.c148 char** newstrings; in grib_fieldset_columns_resize() local
181 newstrings=(char**)grib_context_realloc(c,set->columns[i].string_values, in grib_fieldset_columns_resize()
183 if (!newstrings) { in grib_fieldset_columns_resize()
187 } else set->columns[i].string_values=newstrings; in grib_fieldset_columns_resize()
H A Dgrib_db.c141 char** newstrings; in grib_db_columns_resize() local
174 newstrings=(char**)grib_context_realloc(c,db->columns[i].string_values, in grib_db_columns_resize()
176 if (!newstrings) { in grib_db_columns_resize()
180 } else db->columns[i].string_values=newstrings; in grib_db_columns_resize()
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_fieldset.c161 char** newstrings; in grib_fieldset_columns_resize() local
199 newstrings = (char**)grib_context_realloc(c, set->columns[i].string_values, in grib_fieldset_columns_resize()
201 if (!newstrings) { in grib_fieldset_columns_resize()
207 set->columns[i].string_values = newstrings; in grib_fieldset_columns_resize()
H A Dgrib_db.c155 char** newstrings; in grib_db_columns_resize() local
193 newstrings = (char**)grib_context_realloc(c, db->columns[i].string_values, in grib_db_columns_resize()
195 if (!newstrings) { in grib_db_columns_resize()
201 db->columns[i].string_values = newstrings; in grib_db_columns_resize()
/dports/devel/binutils/binutils-2.37/bfd/
H A Dcoff64-rs6000.c609 char *newstrings; in _bfd_xcoff64_put_ldsymbol_name() local
617 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff64_put_ldsymbol_name()
618 if (newstrings == NULL) in _bfd_xcoff64_put_ldsymbol_name()
624 ldinfo->strings = newstrings; in _bfd_xcoff64_put_ldsymbol_name()
H A Dcoff-rs6000.c3822 char *newstrings; in _bfd_xcoff_put_ldsymbol_name() local
3830 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff_put_ldsymbol_name()
3831 if (newstrings == NULL) in _bfd_xcoff_put_ldsymbol_name()
3837 ldinfo->strings = newstrings; in _bfd_xcoff_put_ldsymbol_name()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dcoff64-rs6000.c609 char *newstrings; in _bfd_xcoff64_put_ldsymbol_name() local
617 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff64_put_ldsymbol_name()
618 if (newstrings == NULL) in _bfd_xcoff64_put_ldsymbol_name()
624 ldinfo->strings = newstrings; in _bfd_xcoff64_put_ldsymbol_name()
H A Dcoff-rs6000.c3822 char *newstrings; in _bfd_xcoff_put_ldsymbol_name() local
3830 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff_put_ldsymbol_name()
3831 if (newstrings == NULL) in _bfd_xcoff_put_ldsymbol_name()
3837 ldinfo->strings = newstrings; in _bfd_xcoff_put_ldsymbol_name()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Dcoff64-rs6000.c609 char *newstrings; in _bfd_xcoff64_put_ldsymbol_name() local
617 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff64_put_ldsymbol_name()
618 if (newstrings == NULL) in _bfd_xcoff64_put_ldsymbol_name()
624 ldinfo->strings = newstrings; in _bfd_xcoff64_put_ldsymbol_name()
/dports/devel/gdb/gdb-11.1/bfd/
H A Dcoff64-rs6000.c609 char *newstrings; in _bfd_xcoff64_put_ldsymbol_name() local
617 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff64_put_ldsymbol_name()
618 if (newstrings == NULL) in _bfd_xcoff64_put_ldsymbol_name()
624 ldinfo->strings = newstrings; in _bfd_xcoff64_put_ldsymbol_name()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dcoff64-rs6000.c554 char *newstrings; in _bfd_xcoff64_put_ldsymbol_name() local
562 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff64_put_ldsymbol_name()
563 if (newstrings == NULL) in _bfd_xcoff64_put_ldsymbol_name()
569 ldinfo->strings = newstrings; in _bfd_xcoff64_put_ldsymbol_name()
H A Dcoff-rs6000.c3492 char *newstrings; in _bfd_xcoff_put_ldsymbol_name() local
3500 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff_put_ldsymbol_name()
3501 if (newstrings == NULL) in _bfd_xcoff_put_ldsymbol_name()
3507 ldinfo->strings = newstrings; in _bfd_xcoff_put_ldsymbol_name()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/kdb/
H A Dkdb5.c2093 krb5_string_attr *strings = NULL, *newstrings; in krb5_dbe_get_strings() local
2104 newstrings = realloc(strings, (count + 1) * sizeof(*strings)); in krb5_dbe_get_strings()
2105 if (newstrings == NULL) in krb5_dbe_get_strings()
2107 strings = newstrings; in krb5_dbe_get_strings()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dcoff64-rs6000.c554 char *newstrings; in _bfd_xcoff64_put_ldsymbol_name() local
562 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff64_put_ldsymbol_name()
563 if (newstrings == NULL) in _bfd_xcoff64_put_ldsymbol_name()
569 ldinfo->strings = newstrings; in _bfd_xcoff64_put_ldsymbol_name()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dcoff64-rs6000.c582 char *newstrings; local
590 newstrings = bfd_realloc (ldinfo->strings, newalc);
591 if (newstrings == NULL)
597 ldinfo->strings = newstrings;
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dcoff64-rs6000.c557 char *newstrings; in _bfd_xcoff64_put_ldsymbol_name() local
565 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff64_put_ldsymbol_name()
566 if (newstrings == NULL) in _bfd_xcoff64_put_ldsymbol_name()
572 ldinfo->strings = newstrings; in _bfd_xcoff64_put_ldsymbol_name()
/dports/security/krb5/krb5-1.19.2/src/lib/kdb/
H A Dkdb5.c2093 krb5_string_attr *strings = NULL, *newstrings; in krb5_dbe_get_strings() local
2104 newstrings = realloc(strings, (count + 1) * sizeof(*strings)); in krb5_dbe_get_strings()
2105 if (newstrings == NULL) in krb5_dbe_get_strings()
2107 strings = newstrings; in krb5_dbe_get_strings()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dcoff64-rs6000.c554 char *newstrings; in _bfd_xcoff64_put_ldsymbol_name() local
562 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff64_put_ldsymbol_name()
563 if (newstrings == NULL) in _bfd_xcoff64_put_ldsymbol_name()
569 ldinfo->strings = newstrings; in _bfd_xcoff64_put_ldsymbol_name()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Dcoff64-rs6000.c567 char *newstrings; local
575 newstrings = bfd_realloc (ldinfo->strings, newalc);
576 if (newstrings == NULL)
582 ldinfo->strings = newstrings;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dcoff64-rs6000.c567 bfd_byte *newstrings; local
575 newstrings = ((bfd_byte *)
577 if (newstrings == NULL)
583 ldinfo->strings = newstrings;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dcoff64-rs6000.c567 bfd_byte *newstrings; local
575 newstrings = ((bfd_byte *)
577 if (newstrings == NULL)
583 ldinfo->strings = newstrings;
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Dcoff64-rs6000.c567 char *newstrings; local
575 newstrings = bfd_realloc (ldinfo->strings, newalc);
576 if (newstrings == NULL)
582 ldinfo->strings = newstrings;
/dports/cad/electric/electric-7.00/src/net/
H A Dnetwork.cpp6537 REGISTER CHAR **newstrings, *lastone; in net_insertstring() local
6543 if (newstrings == 0) return; in net_insertstring()
6545 newstrings[i] = (*mystrings)[i]; in net_insertstring()
6551 *mystrings = newstrings; in net_insertstring()
6566 REGISTER CHAR **newstrings; in net_addstring() local
6572 if (newstrings == 0) return; in net_addstring()
6574 newstrings[i] = (*mystrings)[i]; in net_addstring()
6580 *mystrings = newstrings; in net_addstring()
8827 if (newstrings == 0) return; in net_recacheunifystrings()
8829 newstrings[i] = net_unifystrings[i]; in net_recacheunifystrings()
[all …]
/dports/cad/electric/electric-7.00/src/io/
H A Dio.c3682 REGISTER CHAR **newstrings; in io_fixtechlayers() local
3767 newstrings = (CHAR **)emalloc(tech->layercount * (sizeof (CHAR *)), in io_fixtechlayers()
3770 newstrings[k] = io_techlayervariables[i].defaultstring; in io_fixtechlayers()
3772 newstrings[io_techlayerfixes[j].arrangement[k]] = in io_fixtechlayers()
3775 (INTBIG)newstrings, (var->type&VTYPE)|VISARRAY|(tech->layercount<<VLENGTHSH)); in io_fixtechlayers()
3776 efree((CHAR *)newstrings); in io_fixtechlayers()

12