Searched refs:new_body (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/texinfo/makeinfo/
H A Dmacro.c300 char *new_body, *text;
305 new_body = xmalloc (1 + new_body_size);
314 new_body[new_body_index++] = body[i++];
368 new_body = xrealloc (new_body, new_body_size);
373 strcpy (new_body + new_body_index, text);
380 new_body[new_body_index] = 0;
381 return new_body;
298 char *new_body, *text; local
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dhttpread.c519 char *new_body; local
533 if ((new_body = os_realloc(h->body, new_alloc_nbytes))
537 h->body = new_body;
/freebsd-10.2-release/contrib/gcc/
H A Domp-low.c3595 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body;
3654 new_body = alloc_stmt_list ();
3655 append_to_statement_list (ilist, &new_body);
3656 append_to_statement_list (stmt, &new_body);
3657 append_to_statement_list (bind, &new_body);
3660 append_to_statement_list (t, &new_body);
3662 append_to_statement_list (olist, &new_body);
3663 append_to_statement_list (dlist, &new_body);
3665 maybe_catch_exception (&new_body);
3670 append_to_statement_list (t, &new_body);
3593 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body; local
4154 tree clauses, par_bind, par_body, new_body, bind; local
[all...]
H A Dreload1.c2949 rtx new_body;
3013 new_body = old_body;
3016 new_body = copy_insn (old_body);
3020 PATTERN (insn) = new_body;
3126 new_body = old_body;
3129 new_body = copy_insn (old_body);
3133 PATTERN (insn) = new_body;
3252 new_body = old_body;
3255 new_body = copy_insn (old_body);
3259 PATTERN (insn) = new_body;
2934 rtx new_body; local
[all...]

Completed in 193 milliseconds