Home
last modified time | relevance | path

Searched refs:new_header (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-po.c184 char *new_header; in extract() local
192 new_header = (char *) xmalloc (len1 + len2 + len3 + 1); in extract()
193 memcpy (new_header, header, len1); in extract()
194 memcpy (new_header + len1, header_charset, len2); in extract()
195 memcpy (new_header + len1 + len2, charsetstr + len, len3 + 1); in extract()
196 mp->msgstr = new_header; in extract()
H A Dmsgl-iconv.c200 char *new_header; in iconv_message_list() local
247 new_header = (char *) xmalloc (len1 + len2 + len3 + 1); in iconv_message_list()
248 memcpy (new_header, header, len1); in iconv_message_list()
249 memcpy (new_header + len1, canon_to_code, len2); in iconv_message_list()
250 memcpy (new_header + len1 + len2, charsetstr + len, len3 + 1); in iconv_message_list()
251 mlp->item[j]->msgstr = new_header; in iconv_message_list()
H A Dmsginit.c1326 char *new_header; in put_field() local
1342 new_header = (char *) xmalloc (strlen (old_header) in put_field()
1347 p = new_header; in put_field()
1356 return new_header; in put_field()
1366 new_header = (char *) xmalloc (strlen (old_header) + 1 in put_field()
1369 p = new_header; in put_field()
1372 if (p > new_header && p[-1] != '\n') in put_field()
1383 return new_header; in put_field()
/netbsd/external/gpl2/dtc/dist/tests/
H A Dmangle-layout.c34 static void new_header(struct bufstate *buf, int version, const void *fdt) in new_header() function
133 new_header(&buf, version, fdt); in main()
/netbsd/external/bsd/ipf/dist/iplang/
H A Diplang_y.y90 void *new_header __P((int));
674 void *new_header(type) in new_header() function
744 (void) new_header(-1); in new_data()
872 ip = (ip_t *)new_header(IPPROTO_IP); in new_packet()
1005 tcp = (tcphdr_t *)new_header(IPPROTO_TCP); in new_tcpheader()
1252 udp = (udphdr_t *)new_header(IPPROTO_UDP); in new_udpheader()
1502 icmp = (icmphdr_t *)new_header(IPPROTO_ICMP); in new_icmpheader()
1621 new_header(-2); in new_ipv4opt()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.c2365 basic_block new_header = split_block_before_cond_jump (exit->src); in transform_to_exit_first_loop_alt() local
2366 edge edge_at_split = single_pred_edge (new_header); in transform_to_exit_first_loop_alt()
2370 e = redirect_edge_and_branch (entry, new_header); in transform_to_exit_first_loop_alt()
2375 e = redirect_edge_and_branch (post_inc_edge, new_header); in transform_to_exit_first_loop_alt()
2405 gphi *nphi = create_phi_node (res_c, new_header); in transform_to_exit_first_loop_alt()
2408 replace_uses_in_bb_by (res_a, res_c, new_header); in transform_to_exit_first_loop_alt()
2488 loop->header = new_header; in transform_to_exit_first_loop_alt()
H A Dtree-parloops.cc2365 basic_block new_header = split_block_before_cond_jump (exit->src); in transform_to_exit_first_loop_alt() local
2366 edge edge_at_split = single_pred_edge (new_header); in transform_to_exit_first_loop_alt()
2370 e = redirect_edge_and_branch (entry, new_header); in transform_to_exit_first_loop_alt()
2375 e = redirect_edge_and_branch (post_inc_edge, new_header); in transform_to_exit_first_loop_alt()
2405 gphi *nphi = create_phi_node (res_c, new_header); in transform_to_exit_first_loop_alt()
2408 replace_uses_in_bb_by (res_a, res_c, new_header); in transform_to_exit_first_loop_alt()
2488 loop->header = new_header; in transform_to_exit_first_loop_alt()
H A Domp-expand.c2456 basic_block new_header; in expand_omp_for_ordered_loops() local
2489 new_header = e2->dest; in expand_omp_for_ordered_loops()
2492 new_header = cont_bb; in expand_omp_for_ordered_loops()
2493 gsi = gsi_after_labels (new_header); in expand_omp_for_ordered_loops()
2501 edge e3 = split_block (new_header, gsi_stmt (gsi)); in expand_omp_for_ordered_loops()
2504 make_edge (body_bb, new_header, EDGE_FALLTHRU); in expand_omp_for_ordered_loops()
2507 e1 = make_edge (new_header, new_body, EDGE_TRUE_VALUE); in expand_omp_for_ordered_loops()
2510 set_immediate_dominator (CDI_DOMINATORS, new_header, body_bb); in expand_omp_for_ordered_loops()
2511 set_immediate_dominator (CDI_DOMINATORS, new_body, new_header); in expand_omp_for_ordered_loops()
2516 loop->header = new_header; in expand_omp_for_ordered_loops()
H A Domp-expand.cc3638 basic_block new_header; in expand_omp_for_ordered_loops() local
3671 new_header = e2->dest; in expand_omp_for_ordered_loops()
3674 new_header = cont_bb; in expand_omp_for_ordered_loops()
3675 gsi = gsi_after_labels (new_header); in expand_omp_for_ordered_loops()
3683 edge e3 = split_block (new_header, gsi_stmt (gsi)); in expand_omp_for_ordered_loops()
3686 make_edge (body_bb, new_header, EDGE_FALLTHRU); in expand_omp_for_ordered_loops()
3689 e1 = make_edge (new_header, new_body, EDGE_TRUE_VALUE); in expand_omp_for_ordered_loops()
3692 set_immediate_dominator (CDI_DOMINATORS, new_header, body_bb); in expand_omp_for_ordered_loops()
3693 set_immediate_dominator (CDI_DOMINATORS, new_body, new_header); in expand_omp_for_ordered_loops()
3698 loop->header = new_header; in expand_omp_for_ordered_loops()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c2365 basic_block new_header = split_block_before_cond_jump (exit->src); in transform_to_exit_first_loop_alt() local
2366 edge edge_at_split = single_pred_edge (new_header); in transform_to_exit_first_loop_alt()
2370 e = redirect_edge_and_branch (entry, new_header); in transform_to_exit_first_loop_alt()
2375 e = redirect_edge_and_branch (post_inc_edge, new_header); in transform_to_exit_first_loop_alt()
2405 gphi *nphi = create_phi_node (res_c, new_header); in transform_to_exit_first_loop_alt()
2408 replace_uses_in_bb_by (res_a, res_c, new_header); in transform_to_exit_first_loop_alt()
2488 loop->header = new_header; in transform_to_exit_first_loop_alt()
H A Domp-expand.c2456 basic_block new_header; in expand_omp_for_ordered_loops() local
2489 new_header = e2->dest; in expand_omp_for_ordered_loops()
2492 new_header = cont_bb; in expand_omp_for_ordered_loops()
2493 gsi = gsi_after_labels (new_header); in expand_omp_for_ordered_loops()
2501 edge e3 = split_block (new_header, gsi_stmt (gsi)); in expand_omp_for_ordered_loops()
2504 make_edge (body_bb, new_header, EDGE_FALLTHRU); in expand_omp_for_ordered_loops()
2507 e1 = make_edge (new_header, new_body, EDGE_TRUE_VALUE); in expand_omp_for_ordered_loops()
2510 set_immediate_dominator (CDI_DOMINATORS, new_header, body_bb); in expand_omp_for_ordered_loops()
2511 set_immediate_dominator (CDI_DOMINATORS, new_body, new_header); in expand_omp_for_ordered_loops()
2516 loop->header = new_header; in expand_omp_for_ordered_loops()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A Ddoxygen.cfg.in1031 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1033 # and then modify the file new_header.html. See also section "Doxygen usage"
/netbsd/external/apache2/llvm/dist/clang/docs/
H A Ddoxygen.cfg.in1030 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1032 # and then modify the file new_header.html. See also section "Doxygen usage"
/netbsd/external/mit/libcbor/dist/
H A DDoxyfile1080 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1082 # and then modify the file new_header.html. See also section "Doxygen usage"
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/doc/doxygen/
H A Duser.cfg.in1294 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1296 # and then modify the file new_header.html. See also section "Doxygen usage"
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/doc/doxygen/
H A Duser.cfg.in1347 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1349 # and then modify the file new_header.html. See also section "Doxygen usage"