Searched refs:out_var (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | LLVMExternalProjectUtils.cmake | 3 # llvm_ExternalProject_BuildCmd(out_var target) 5 function(llvm_ExternalProject_BuildCmd out_var target bin_dir) 12 set(${out_var} "$(MAKE)" "-C" "${bin_dir}" "${target}" PARENT_SCOPE) 14 set(${out_var} ${CMAKE_COMMAND} --build ${bin_dir} --target ${target} 19 # is_msvc_triple(out_var triple) 21 function(is_msvc_triple out_var triple) 23 set(${out_var} TRUE PARENT_SCOPE) 25 set(${out_var} FALSE PARENT_SCOPE)
|
| H A D | LLVMCheckLinkerFlag.cmake | 12 function(llvm_check_linker_flag lang flag out_var) 15 check_cxx_compiler_flag("" ${out_var})
|
| H A D | AddLLVM.cmake | 2159 # If the sources at the given `path` are under version control, set `out_var` 2162 # file exists and one cannot be created, instead set `out_var` to the 2165 # If the sources are not under version control, do not define `out_var`. 2166 function(find_first_existing_vc_file path out_var) 2187 set(${out_var} "" PARENT_SCOPE) 2191 set(${out_var} "${git_dir}/logs/HEAD" PARENT_SCOPE)
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | partman.c | 601 int *out_var = NULL; in pm_raid_set_value() local 639 out_var = &(dev_ptr->numRow); in pm_raid_set_value() 644 out_var = &(dev_ptr->numCol); in pm_raid_set_value() 648 out_var = &(dev_ptr->numSpare); in pm_raid_set_value() 652 out_var = &(dev_ptr->sectPerSU); in pm_raid_set_value() 656 out_var = &(dev_ptr->SUsPerParityUnit); in pm_raid_set_value() 660 out_var = &(dev_ptr->SUsPerReconUnit); in pm_raid_set_value() 666 if (out_var == NULL || msg_to_show == NULL) in pm_raid_set_value() 668 snprintf(buf, SSTRSIZE, "%d", *out_var); in pm_raid_set_value() 671 *out_var = atoi(buf); in pm_raid_set_value() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/runtime/ |
| H A D | CMakeLists.txt | 15 function(get_ext_project_build_command out_var target) 18 set(${out_var} "$(MAKE)" "${target}" PARENT_SCOPE) 20 set(${out_var} ${CMAKE_COMMAND} --build . --target ${target}
|
| /netbsd-src/usr.bin/make/ |
| H A D | parse.c | 1728 Parse_IsVar(const char *p, VarAssign *out_var) in Parse_IsVar() 1784 *out_var = AdjustVarassignOp(nameStart, nameEnd, eq, p); in Parse_IsVar() 1727 Parse_IsVar(const char * p,VarAssign * out_var) Parse_IsVar() argument
|