Searched refs:nstring (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c3826 bfd_byte * nstring;
3880 nstring = new_data;
3891 memcpy (nstring, astring, (alen + 1) * 2);
3892 nstring += (alen + 1) * 2;
3896 memcpy (nstring, bstring, (blen + 1) * 2);
3897 nstring += (blen + 1) * 2;
3901 * nstring++ = 0;
3902 * nstring++ = 0;
3909 BFD_ASSERT (nstring - new_data == (signed) (a->value.leaf->size + copy_needed));
3822 bfd_byte * nstring; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A DpeXXigen.c3787 bfd_byte * nstring;
3841 nstring = new_data;
3852 memcpy (nstring, astring, (alen + 1) * 2);
3853 nstring += (alen + 1) * 2;
3857 memcpy (nstring, bstring, (blen + 1) * 2);
3858 nstring += (blen + 1) * 2;
3862 * nstring++ = 0;
3863 * nstring++ = 0;
3870 BFD_ASSERT (nstring - new_data == (signed) (a->value.leaf->size + copy_needed));
3783 bfd_byte * nstring; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c3826 bfd_byte * nstring;
3880 nstring = new_data;
3891 memcpy (nstring, astring, (alen + 1) * 2);
3892 nstring += (alen + 1) * 2;
3896 memcpy (nstring, bstring, (blen + 1) * 2);
3897 nstring += (blen + 1) * 2;
3901 * nstring++ = 0;
3902 * nstring++ = 0;
3909 BFD_ASSERT (nstring - new_data == (signed) (a->value.leaf->size + copy_needed));
3822 bfd_byte * nstring; local
/netbsd-current/lib/libintl/
H A Dgettext.c754 free_sysdep_table(struct mosysdepstr_h **table, uint32_t nstring) argument
760 for (uint32_t i = 0; i < nstring; i++) {
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A DpeXXigen.c3832 bfd_byte * nstring;
3886 nstring = new_data;
3897 memcpy (nstring, astring, (alen + 1) * 2);
3898 nstring += (alen + 1) * 2;
3902 memcpy (nstring, bstring, (blen + 1) * 2);
3903 nstring += (blen + 1) * 2;
3907 * nstring++ = 0;
3908 * nstring++ = 0;
3915 BFD_ASSERT (nstring - new_data == (signed) (a->value.leaf->size + copy_needed));
3828 bfd_byte * nstring; local

Completed in 122 milliseconds