Searched refs:concat2 (Results 1 – 3 of 3) sorted by relevance
/external/bison/src/ |
D | files.c | 91 concat2 (char const *str1, char const *str2) in concat2() function 284 all_but_ext = concat2 (all_but_tab_ext, TAB_EXT); in compute_file_name_parts() 312 : concat2 (all_but_ext, src_extension)); in compute_output_file_names() 317 spec_defines_file = concat2 (all_but_ext, header_extension); in compute_output_file_names() 323 spec_graph_file = concat2 (all_but_tab_ext, ".dot"); in compute_output_file_names() 330 spec_xml_file = concat2 (all_but_tab_ext, ".xml"); in compute_output_file_names() 337 spec_verbose_file = concat2 (all_but_tab_ext, OUTPUT_EXT); in compute_output_file_names()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 1195 let concat2 sep arr = function 1218 let s = "{ " ^ (concat2 ", " ( 1229 " (" ^ (concat2 ", " (
|
/external/bison/ |
D | ChangeLog-2012 | 13940 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N) 14141 (concat2): Renamed from stringappend. Now static.
|