Home | History | Annotate | Download | only in gas

Lines Matching defs:tmp_buf

1171 	      char *tmp_buf = 0;
1195 tmp_buf = (char *) xmalloc (tmp_len + 1);
1196 memcpy (tmp_buf, s, tmp_len);
1211 tmp_buf = (char *) xrealloc (tmp_buf, tmp_len + num);
1212 memcpy (tmp_buf + tmp_len, buffer, num);
1219 s = tmp_buf;
1253 if (tmp_buf)
1254 free (tmp_buf);