Home
last modified time | relevance | path

Searched refs:concat2 (Results 1 – 3 of 3) sorted by relevance

/external/bison/src/
Dfiles.c91 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/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml1194 let concat2 sep arr = function
1217 let s = "{ " ^ (concat2 ", " (
1228 " (" ^ (concat2 ", " (
/external/bison/
DChangeLog-201213940 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
14141 (concat2): Renamed from stringappend. Now static.