Searched refs:namecopy (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dparser-defs.h189 into a block of storage that namecopy points to.
191 namecopy is allocated once, guaranteed big enough, for each parsing. */
193 extern char *namecopy;
H A Dparse.c94 char *namecopy;
780 memcpy (namecopy, token.ptr, token.length);
781 namecopy[token.length] = 0;
782 return namecopy;
1058 namecopy = (char *) alloca (strlen (lexptr) + 1);
92 char *namecopy; variable
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dsunos.c928 char *namecopy;
1025 namecopy = bfd_alloc (abfd, (bfd_size_type) strlen (namebuf) + 1);
1026 if (namecopy == NULL)
1031 strcpy (namecopy, namebuf);
1033 needed->name = namecopy;
927 char *namecopy; local

Completed in 199 milliseconds