Lines Matching refs:tmpbuf
7527 char *tmpbuf, *past_reloc; in lex_got() local
7558 tmpbuf = (char *) xmalloc (first + second + 2); in lex_got()
7559 memcpy (tmpbuf, input_line_pointer, first); in lex_got()
7563 tmpbuf[first++] = ' '; in lex_got()
7570 memcpy (tmpbuf + first, past_reloc, second); in lex_got()
7571 tmpbuf[first + second] = '\0'; in lex_got()
7574 return tmpbuf; in lex_got()
7639 char *tmpbuf, *past_reloc; in lex_got() local
7669 tmpbuf = (char *) xmalloc (first + second + 2); in lex_got()
7670 memcpy (tmpbuf, input_line_pointer, first); in lex_got()
7674 tmpbuf[first++] = ' '; in lex_got()
7675 memcpy (tmpbuf + first, past_reloc, second); in lex_got()
7676 tmpbuf[first + second] = '\0'; in lex_got()
7677 return tmpbuf; in lex_got()