/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | process_docs.pl | 105 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 D | WinMsvc.cmake | 106 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 D | CrossCompile.cmake | 102 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 D | AddLLVM.cmake | 1962 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 D | hmaptool | 172 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 D | cmd_report_html.cpp | 234 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 D | SATestBenchmark.py | 40 output_path: str): 43 self.out = output_path
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | compilation.rst | 152 const char *output_path) 158 ``output_path``, and insteads uses the given
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | compilation.rst | 154 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 D | compilation.rst | 52 const char *output_path)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | compilation.rst | 52 const char *output_path)
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/perf-training/ |
H A D | perf-helper.py | 391 with open(opts.output_path, 'w') as f:
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.h | 384 const char *output_path);
|
H A D | libgccjit.c | 2771 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 D | libgccjit++.h | 108 const char *output_path); 618 const char *output_path) in compile_to_file() argument 622 output_path); in compile_to_file()
|
H A D | jit-playback.h | 350 const char *output_path);
|
H A D | jit-playback.c | 1964 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 D | libgccjit.h | 417 const char *output_path);
|
H A D | jit-playback.h | 394 const char *output_path);
|
H A D | libgccjit++.h | 109 const char *output_path); 679 const char *output_path) in compile_to_file() argument 683 output_path); in compile_to_file()
|
H A D | libgccjit.cc | 3648 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 D | jit-playback.cc | 2444 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 D | ltmain.sh | 4884 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 D | ltmain.sh | 5011 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 D | ltmain.sh | 5041 output_path=`dirname $output` 5042 cwrappersource="$output_path/$objdir/lt-$output_name.c" 5043 cwrapper="$output_path/$output_name.exe"
|