Home | History | Annotate | Download | only in gas

Lines Matching defs:tmp_buf

1253 	      char *tmp_buf = 0;
1277 tmp_buf = XNEWVEC (char, tmp_len + 1);
1278 memcpy (tmp_buf, s, tmp_len);
1293 tmp_buf = XRESIZEVEC (char, tmp_buf, tmp_len + num);
1294 memcpy (tmp_buf + tmp_len, buffer, num);
1301 s = tmp_buf;
1335 if (tmp_buf)
1336 free (tmp_buf);