Home
last modified time | relevance | path

Searched refs:output_name (Results 1 – 25 of 235) sorted by relevance

12345678910

/openbsd/src/usr.sbin/rpki-client/
Doutput.c61 static char output_name[PATH_MAX]; variable
173 if (strlcpy(output_name, name, sizeof output_name) >= in output_createtmp()
174 sizeof output_name) in output_createtmp()
177 "%s.XXXXXXXXXXX", output_name); in output_createtmp()
195 if (rename(output_tmpname, output_name) == -1) in output_finish()
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/asan/
DBUILD.gn167 output_name = "clang_rt.asan_osx_dynamic"
169 output_name = "clang_rt.asan_dynamic$crt_current_target_suffix"
171 output_name = "clang_rt.asan$crt_current_target_suffix"
201 output_name = "clang_rt.asan$crt_current_target_suffix"
219 output_name = "clang_rt.asan_cxx$crt_current_target_suffix"
230 output_name = "clang_rt.asan_static$crt_current_target_suffix"
238 output_name = "clang_rt.asan-preinit$crt_current_target_suffix"
247 output_name = "clang_rt.asan_dll_thunk$crt_current_target_suffix"
265 output_name =
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/libunwind/src/
DBUILD.gn80 output_name = "unwind"
110 output_name = invoker.output_name
130 output_name = "unwind-exported"
134 output_name = "unwind"
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Headers/
DBUILD.gn8 output_name = "arm_neon.h"
15 output_name = "arm_fp16.h"
22 output_name = "arm_sve.h"
29 output_name = "arm_bf16.h"
36 output_name = "arm_mve.h"
43 output_name = "arm_cde.h"
50 output_name = "riscv_vector.h"
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/ubsan/
DBUILD.gn104 output_name = "clang_rt.ubsan_osx"
106 output_name = "clang_rt.ubsan_standalone$crt_current_target_suffix"
128 output_name = "clang_rt.ubsan_standalone_cxx$crt_current_target_suffix"
142 output_name = "clang_rt.ubsan_osx_dynamic"
144 output_name = "clang_rt.ubsan_standalone$crt_current_target_suffix"
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/
DBUILD.gn83 output_name = "clang_rt.$hwasan_name$crt_current_target_suffix"
95 output_name = "clang_rt.${hwasan_name}_cxx$crt_current_target_suffix"
107 output_name = "clang_rt.$hwasan_name$crt_current_target_suffix"
124 output_name = "clang_rt.${hwasan_name}_preinit$crt_current_target_suffix"
/openbsd/src/gnu/llvm/lldb/cmake/modules/
DAddLLDB.cmake265 get_target_property(output_name ${name} OUTPUT_NAME)
266 if(NOT output_name)
267 set(output_name ${name}) variable
274 set(bundle_subdir ${output_name}.framework/Versions/${LLDB_FRAMEWORK_VERSION}/)
285 set(output_name "lib${output_name}.dylib") variable
292 set(dsym_name ${output_name}.dSYM)
294 set(dsym_name ${output_name}.framework.dSYM)
301 set(buildtree_name ${buildtree_dir}/${bundle_subdir}${output_name})
311 set(installtree_name "\$ENV\{DESTDIR\}${install_prefix}/${bundle_subdir}${output_name}")
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/
DBUILD.gn2 output_name = "clangdXpcJsonConversions"
14 output_name = "clangdXpcTransport"
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/TableGen/
Dtablegen.gni8 # output_name (optional)
52 if (defined(invoker.output_name)) {
53 gen_output = "$target_gen_dir/" + invoker.output_name
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang/utils/TableGen/
Dclang_tablegen.gni8 # output_name (optional)
32 "output_name",
/openbsd/src/gnu/llvm/lldb/bindings/
DCMakeLists.txt32 function(create_relative_symlink swig_target dest_file output_dir output_name)
42 COMMAND ${CMAKE_COMMAND} -E ${LLVM_LINK_OR_COPY} ${rel_dest_file} ${output_name}
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/profile/
DBUILD.gn6 output_name = "clang_rt.profile_osx"
8 output_name = "clang_rt.profile$crt_current_target_suffix"
/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-propagate.c293 tree output_name = NULL_TREE; in simulate_stmt() local
303 output_name = PHI_RESULT (stmt); in simulate_stmt()
306 val = ssa_prop_visit_stmt (stmt, &taken_edge, &output_name); in simulate_stmt()
314 if (output_name) in simulate_stmt()
315 add_ssa_edge (output_name, true); in simulate_stmt()
332 if (output_name) in simulate_stmt()
333 add_ssa_edge (output_name, false); in simulate_stmt()
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dfini.c249 char *output_name; in main() local
276 output_name = argv[2]; in main()
285 out = fopen (output_name, "w"); in main()
289 fprintf (stderr, "Cannot open \"%s\"\n", output_name); in main()
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/libcxxabi/src/
DBUILD.gn84 output_name = "c++abi"
111 output_name = "c++abi"
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dobjcopy.c1544 char *output_name; in copy_archive() local
1552 output_name = concat (dir, "/", in copy_archive()
1556 if (stat (output_name, &buf) >= 0) in copy_archive()
1558 output_name = make_tempname (output_name, 1); in copy_archive()
1559 if (output_name == (char *) NULL) in copy_archive()
1564 l->name = output_name; in copy_archive()
1568 output_name = concat (output_name, "/", in copy_archive()
1572 output_bfd = bfd_openw (output_name, output_target); in copy_archive()
1583 l->name = output_name; in copy_archive()
1588 RETURN_NONFATAL (output_name); in copy_archive()
[all …]
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Bitstream/Reader/
DBUILD.gn2 output_name = "LLVMBitstreamReader"
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Extensions/
DBUILD.gn2 output_name = "LLVMExtensions"
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/TargetInfo/
DBUILD.gn2 output_name = "LLVMAMDGPUInfo"
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/TargetInfo/
DBUILD.gn2 output_name = "LLVMAArch64Info"
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/TargetInfo/
DBUILD.gn2 output_name = "LLVMARMInfo"
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/NVPTX/TargetInfo/
DBUILD.gn2 output_name = "LLVMNVPTXInfo"
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Sparc/TargetInfo/
DBUILD.gn2 output_name = "LLVMSparcInfo"
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/TargetInfo/
DBUILD.gn2 output_name = "LLVMX86Info"
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/TargetInfo/
DBUILD.gn2 output_name = "LLVMSystemZInfo"

12345678910