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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20031201-2.c17 void *tmp_buf = 0; local
38 f ((unsigned char *) tmp_buf + dst_base_size * bg_seq_len);
/haiku-buildtools/gcc/gcc/java/
H A Dmangle_name.c222 char *tmp_buf = (char *)alloca ((LEN)+1); \
223 memcpy (tmp_buf, (NAME), (LEN)); \
224 tmp_buf[LEN]= '$'; \
225 (NAME) = tmp_buf; \
/haiku-buildtools/legacy/binutils/gas/
H A Dread.c1012 char *tmp_buf = 0;
1033 tmp_buf = xmalloc (tmp_len + 1);
1034 memcpy (tmp_buf, s, tmp_len);
1049 tmp_buf = xrealloc (tmp_buf, tmp_len + num);
1050 memcpy (tmp_buf + tmp_len, buffer, num);
1057 s = tmp_buf;
1091 if (tmp_buf)
1092 free (tmp_buf);
1009 char *tmp_buf = 0; local
/haiku-buildtools/binutils/gas/
H A Dread.c1253 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);
1250 char *tmp_buf = 0; local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c29448 char tmp_buf[512];
29464 strcpy (tmp_buf, "\n");
29465 strcat (tmp_buf, label);
29476 strcat (tmp_buf, ":\n\tmflr r0\n\tbl ");
29477 strcat (tmp_buf, name);
29478 strcat (tmp_buf, "\n");
29479 strcat (tmp_buf, label);
29480 strcat (tmp_buf, "_pic:\n\tmflr r11\n");
29484 strcat (tmp_buf, ":\n\tmflr r0\n\tbcl 20,31,");
29485 strcat (tmp_buf, labe
29395 char tmp_buf[512]; local
[all...]

Completed in 207 milliseconds