Home
last modified time | relevance | path

Searched refs:output_path (Results 1 – 25 of 61) sorted by relevance

123

/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dprocess_docs.pl105 my $output_path = catfile($output_dir, $output_file);
151 print STDERR "DEBUG: Writing $output_path\n" if $options{debug};
153 open my $output_fh, '>', $output_path
154 or die "Trying to write to $output_path: $!\n";
160 print STDERR "DEBUG: Done writing $output_path\n" if $options{debug};
162 print STDERR "DEBUG: Removing $output_path\n" if $options{debug};
164 while (unlink $output_path) {}
167 print "$output_path\n";
180 print STDERR "DEBUG: Copying $output_path to link_path\n"
183 copy $output_path, $link_path;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/platforms/
H A DWinMsvc.cmake106 function(generate_winsdk_vfs_overlay winsdk_include_dir output_path)
115 file(WRITE "${output_path}" "version: 0\n")
116 file(APPEND "${output_path}" "case-sensitive: false\n")
117 file(APPEND "${output_path}" "roots:\n")
125 file(APPEND "${output_path}" " - name: \"${dir}\"\n")
126 file(APPEND "${output_path}" " type: directory\n")
127 file(APPEND "${output_path}" " contents:\n")
130 file(APPEND "${output_path}" " - name: \"${header}\"\n")
131 file(APPEND "${output_path}" " type: file\n")
132 file(APPEND "${output_path}" " external-contents: \"${dir}/${header}\"\n")
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DCrossCompile.cmake102 set(output_path "${${PROJECT_NAME}_NATIVE_BUILD}/Release/bin/${target}") variable
104 set(output_path "${${PROJECT_NAME}_NATIVE_BUILD}/bin/${target}") variable
109 add_custom_command(OUTPUT "${output_path}"
115 set(${output_path_var} "${output_path}" PARENT_SCOPE)
H A DAddLLVM.cmake1962 set(output_path "${ARG_OUTPUT_DIR}/${link_name}${CMAKE_EXECUTABLE_SUFFIX}") variable
1974 COMMAND ${CMAKE_COMMAND} -E ${LLVM_LINK_OR_COPY} "${dest_binary}" "${output_path}")
1976 add_custom_command(OUTPUT ${output_path}
1977 … COMMAND ${CMAKE_COMMAND} -E ${LLVM_LINK_OR_COPY} "${dest_binary}" "${output_path}"
1979 add_custom_target(${target_name} ALL DEPENDS ${target} ${output_path})
2019 set(output_path "-o=${LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR}/${output_name}") variable
2021 set(output_path "-o=${output_name}") variable
2035 COMMAND ${CMAKE_DSYMUTIL} ${output_path} $<TARGET_FILE:${name}>
/netbsd-src/external/apache2/llvm/dist/clang/utils/hmaptool/
H A Dhmaptool172 input_path,output_path = args
222 with open(output_path, 'wb') as f:
244 input_path,output_path = args
271 with open(output_path, 'w') as f:
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_report_html.cpp234 const fs::path output_path(_directory / output_name); in generate() local
236 _ui->out(F("Generating %s") % output_path); in generate()
237 text::instantiate(templates, template_file, output_path); in generate()
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestBenchmark.py40 output_path: str):
43 self.out = output_path
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dcompilation.rst152 const char *output_path)
158 ``output_path``, and insteads uses the given
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dcompilation.rst154 const char *output_path)
160 ``output_path``, and insteads uses the given
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dcompilation.rst52 const char *output_path)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dcompilation.rst52 const char *output_path)
/netbsd-src/external/apache2/llvm/dist/clang/utils/perf-training/
H A Dperf-helper.py391 with open(opts.output_path, 'w') as f:
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.h384 const char *output_path);
H A Dlibgccjit.c2771 const char *output_path) in gcc_jit_context_compile_to_file() argument
2781 RETURN_IF_FAIL (output_path, ctxt, NULL, "NULL output_path"); in gcc_jit_context_compile_to_file()
2785 ctxt->log ("output_path: %s", output_path); in gcc_jit_context_compile_to_file()
2787 ctxt->compile_to_file (output_kind, output_path); in gcc_jit_context_compile_to_file()
H A Dlibgccjit++.h108 const char *output_path);
618 const char *output_path) in compile_to_file() argument
622 output_path); in compile_to_file()
H A Djit-playback.h350 const char *output_path);
H A Djit-playback.c1964 const char *output_path) : in compile_to_file() argument
1967 m_output_path (output_path) in compile_to_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.h417 const char *output_path);
H A Djit-playback.h394 const char *output_path);
H A Dlibgccjit++.h109 const char *output_path);
679 const char *output_path) in compile_to_file() argument
683 output_path); in compile_to_file()
H A Dlibgccjit.cc3648 const char *output_path) in gcc_jit_context_compile_to_file() argument
3658 RETURN_IF_FAIL (output_path, ctxt, NULL, "NULL output_path"); in gcc_jit_context_compile_to_file()
3662 ctxt->log ("output_path: %s", output_path); in gcc_jit_context_compile_to_file()
3664 ctxt->compile_to_file (output_kind, output_path); in gcc_jit_context_compile_to_file()
H A Djit-playback.cc2444 const char *output_path) : in compile_to_file() argument
2447 m_output_path (output_path) in compile_to_file()
/netbsd-src/external/gpl2/gettext/dist/build-aux/
H A Dltmain.sh4884 output_path=`dirname $output`
4885 cwrappersource="$output_path/$objdir/lt-$output_name.c"
4886 cwrapper="$output_path/$output_name.exe"
/netbsd-src/external/bsd/libbind/dist/
H A Dltmain.sh5011 output_path=`dirname $output`
5012 cwrappersource="$output_path/$objdir/lt-$output_name.c"
5013 cwrapper="$output_path/$output_name.exe"
/netbsd-src/external/bsd/iscsi/dist/buildaux/
H A Dltmain.sh5041 output_path=`dirname $output`
5042 cwrappersource="$output_path/$objdir/lt-$output_name.c"
5043 cwrapper="$output_path/$output_name.exe"

123