Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 3007) sorted by relevance

12345678910>>...121

/openbsd/src/usr.bin/dig/lib/dns/
Drdata.c49 isc_buffer_t *target
53 unsigned int options, isc_buffer_t *target
56 isc_buffer_t *target
59 void *source, isc_buffer_t *target
61 #define ARGS_TOSTRUCT const dns_rdata_t *rdata, void *target
86 txt_totext(isc_region_t *source, int quote, isc_buffer_t *target);
89 txt_fromwire(isc_buffer_t *source, isc_buffer_t *target);
92 multitxt_totext(isc_region_t *source, isc_buffer_t *target);
95 name_prefix(dns_name_t *name, dns_name_t *origin, dns_name_t *target);
101 inet_totext(int af, isc_region_t *src, isc_buffer_t *target);
[all …]
Dname.c555 dns_name_t *target) in dns_name_getlabelsequence() argument
568 REQUIRE(BINDABLE(target)); in dns_name_getlabelsequence()
582 target->ndata = &source->ndata[firstoffset]; in dns_name_getlabelsequence()
583 target->length = endoffset - firstoffset; in dns_name_getlabelsequence()
587 target->attributes |= DNS_NAMEATTR_ABSOLUTE; in dns_name_getlabelsequence()
589 target->attributes &= ~DNS_NAMEATTR_ABSOLUTE; in dns_name_getlabelsequence()
591 target->labels = n; in dns_name_getlabelsequence()
598 if (target->offsets != NULL && in dns_name_getlabelsequence()
599 (target != source || first != 0)) in dns_name_getlabelsequence()
600 set_offsets(target, target->offsets, NULL); in dns_name_getlabelsequence()
[all …]
Dmasterdump.c96 isc_buffer_t *target) in indent() argument
113 isc_buffer_availableregion(target, &r); in indent()
127 isc_buffer_add(target, ntabs); in indent()
134 isc_buffer_availableregion(target, &r); in indent()
148 isc_buffer_add(target, nspaces); in indent()
225 ctx->style.tab_width, target)) \
242 isc_buffer_t *target) in rdataset_totext() argument
264 RETERR(isc_str_tobuffer(";", target)); in rdataset_totext()
273 unsigned int name_start = target->used; in rdataset_totext()
276 target)); in rdataset_totext()
[all …]
/openbsd/src/gnu/llvm/clang/cmake/caches/
DFuchsia-stage2.cmake73 set(target "x86_64-pc-windows-msvc") variable
75 list(APPEND BUILTIN_TARGETS "${target}")
76 set(BUILTINS_${target}_CMAKE_SYSTEM_NAME Windows CACHE STRING "")
77 set(BUILTINS_${target}_CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "")
79 list(APPEND RUNTIME_TARGETS "${target}")
80 set(RUNTIMES_${target}_CMAKE_SYSTEM_NAME Windows CACHE STRING "")
81 set(RUNTIMES_${target}_CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "")
82 set(RUNTIMES_${target}_LIBCXX_ABI_VERSION 2 CACHE STRING "")
83 set(RUNTIMES_${target}_LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "")
84 set(RUNTIMES_${target}_LIBCXX_ENABLE_ABI_LINKER_SCRIPT OFF CACHE BOOL "")
[all …]
DAndroid-stage2.cmake15 foreach(target i686;x86_64;aarch64;armv7)
16 set(BUILTINS_${target}-linux-android_ANDROID 1 CACHE STRING "")
17 …set(BUILTINS_${target}-linux-android_CMAKE_BUILD_TYPE ${ANDROID_BUILTINS_BUILD_TYPE} CACHE STRING …
18 set(BUILTINS_${target}-linux-android_CMAKE_ASM_FLAGS ${ANDROID_${target}_C_FLAGS} CACHE PATH "")
19 set(BUILTINS_${target}-linux-android_CMAKE_C_FLAGS ${ANDROID_${target}_C_FLAGS} CACHE PATH "")
20 set(BUILTINS_${target}-linux-android_CMAKE_SYSROOT ${ANDROID_${target}_SYSROOT} CACHE PATH "")
21 …set(BUILTINS_${target}-linux-android_CMAKE_EXE_LINKER_FLAGS ${ANDROID_${target}_LINKER_FLAGS} CACH…
22 …set(BUILTINS_${target}-linux-android_CMAKE_SHARED_LINKER_FLAGS ${ANDROID_${target}_LINKER_FLAGS} C…
23 …set(BUILTINS_${target}-linux-android_CMAKE_MOUDLE_LINKER_FLAGS ${ANDROID_${target}_LINKER_FLAGS} C…
28 foreach(target i686;x86_64;aarch64;armv7)
[all …]
/openbsd/src/usr.bin/dig/lib/dns/rdata/generic/
Dkeydata_65533.c56 return (unknown_totext(rdata, tctx, target)); in totext_keydata()
63 RETERR(dns_time32_totext(refresh, target)); in totext_keydata()
64 RETERR(isc_str_tobuffer(" ", target)); in totext_keydata()
69 RETERR(dns_time32_totext(add, target)); in totext_keydata()
70 RETERR(isc_str_tobuffer(" ", target)); in totext_keydata()
75 RETERR(dns_time32_totext(deltime, target)); in totext_keydata()
76 RETERR(isc_str_tobuffer(" ", target)); in totext_keydata()
82 RETERR(isc_str_tobuffer(buf, target)); in totext_keydata()
83 RETERR(isc_str_tobuffer(" ", target)); in totext_keydata()
95 RETERR(isc_str_tobuffer(buf, target)); in totext_keydata()
[all …]
Drrsig_46.c48 RETERR(dns_rdatatype_totext(covered, target)); in totext_rrsig()
49 RETERR(isc_str_tobuffer(" ", target)); in totext_rrsig()
56 RETERR(isc_str_tobuffer(buf, target)); in totext_rrsig()
57 RETERR(isc_str_tobuffer(" ", target)); in totext_rrsig()
64 RETERR(isc_str_tobuffer(buf, target)); in totext_rrsig()
65 RETERR(isc_str_tobuffer(" ", target)); in totext_rrsig()
73 RETERR(isc_str_tobuffer(buf, target)); in totext_rrsig()
76 RETERR(isc_str_tobuffer(" (", target)); in totext_rrsig()
77 RETERR(isc_str_tobuffer(tctx->linebreak, target)); in totext_rrsig()
84 RETERR(dns_time32_totext(exp, target)); in totext_rrsig()
[all …]
Dsig_24.c50 RETERR(dns_rdatatype_totext(covered, target)); in totext_sig()
51 RETERR(isc_str_tobuffer(" ", target)); in totext_sig()
58 RETERR(isc_str_tobuffer(buf, target)); in totext_sig()
59 RETERR(isc_str_tobuffer(" ", target)); in totext_sig()
66 RETERR(isc_str_tobuffer(buf, target)); in totext_sig()
67 RETERR(isc_str_tobuffer(" ", target)); in totext_sig()
75 RETERR(isc_str_tobuffer(buf, target)); in totext_sig()
76 RETERR(isc_str_tobuffer(" ", target)); in totext_sig()
83 RETERR(dns_time32_totext(exp, target)); in totext_sig()
86 RETERR(isc_str_tobuffer(" (", target)); in totext_sig()
[all …]
Dtkey_249.c49 RETERR(dns_name_totext(&prefix, sub, target)); in totext_tkey()
50 RETERR(isc_str_tobuffer(" ", target)); in totext_tkey()
59 RETERR(isc_str_tobuffer(buf, target)); in totext_tkey()
67 RETERR(isc_str_tobuffer(buf, target)); in totext_tkey()
75 RETERR(isc_str_tobuffer(buf, target)); in totext_tkey()
82 if (dns_tsigrcode_totext((dns_rcode_t)n, target) == ISC_R_SUCCESS) in totext_tkey()
83 RETERR(isc_str_tobuffer(" ", target)); in totext_tkey()
86 RETERR(isc_str_tobuffer(buf, target)); in totext_tkey()
95 RETERR(isc_str_tobuffer(buf, target)); in totext_tkey()
104 RETERR(isc_str_tobuffer(" (", target)); in totext_tkey()
[all …]
Dkey_25.c48 RETERR(isc_str_tobuffer(buf, target)); in generic_totext_key()
49 RETERR(isc_str_tobuffer(" ", target)); in generic_totext_key()
61 RETERR(isc_str_tobuffer(buf, target)); in generic_totext_key()
62 RETERR(isc_str_tobuffer(" ", target)); in generic_totext_key()
68 RETERR(isc_str_tobuffer(buf, target)); in generic_totext_key()
87 RETERR(isc_str_tobuffer(" (", target)); in generic_totext_key()
88 RETERR(isc_str_tobuffer(tctx->linebreak, target)); in generic_totext_key()
92 RETERR(isc_base64_totext(&sr, 60, "", target)); in generic_totext_key()
95 tctx->linebreak, target)); in generic_totext_key()
100 RETERR(isc_str_tobuffer(buf, target)); in generic_totext_key()
[all …]
/openbsd/src/usr.bin/dig/lib/dns/rdata/in_1/
Dsvcb_64.c81 RETERR(isc_str_tobuffer(buf, target)); in totext_in_svcb_https()
82 RETERR(isc_str_tobuffer(" ", target)); in totext_in_svcb_https()
90 RETERR(dns_name_totext(&prefix, sub, target)); in totext_in_svcb_https()
96 RETERR(isc_str_tobuffer(" ", target)); in totext_in_svcb_https()
105 target)); in totext_in_svcb_https()
115 RETERR(isc_str_tobuffer("=", target)); in totext_in_svcb_https()
120 man_key), target)); in totext_in_svcb_https()
122 RETERR(isc_str_tobuffer(",", target)); in totext_in_svcb_https()
126 RETERR(isc_str_tobuffer("=\"", target)); in totext_in_svcb_https()
128 txt_totext(&val_region, 0, target); in totext_in_svcb_https()
[all …]
/openbsd/src/lib/libc/net/
Dbase64.c124 b64_ntop(unsigned char const *src, size_t srclength, char *target, in b64_ntop() argument
145 target[datalength++] = Base64[output[0]]; in b64_ntop()
146 target[datalength++] = Base64[output[1]]; in b64_ntop()
147 target[datalength++] = Base64[output[2]]; in b64_ntop()
148 target[datalength++] = Base64[output[3]]; in b64_ntop()
164 target[datalength++] = Base64[output[0]]; in b64_ntop()
165 target[datalength++] = Base64[output[1]]; in b64_ntop()
167 target[datalength++] = Pad64; in b64_ntop()
169 target[datalength++] = Base64[output[2]]; in b64_ntop()
170 target[datalength++] = Pad64; in b64_ntop()
[all …]
/openbsd/src/usr.bin/rdistd/
Dserver.c52 char target[PATH_MAX]; /* target/source directory name */ variable
88 if (strlen(string) + strlen(target) + 2 > sizeof(target)) { in cattarget()
97 (void) snprintf(ptarget, sizeof(target) - (ptarget - target), in cattarget()
137 target, gid, SYSERR); in setownership()
140 target, uid, gid, SYSERR); in setownership()
168 message(MT_NOTICE, "%s: chmod failed: %s", target, SYSERR); in setfilemode()
195 target, owner); in fchog()
201 target, owner); in fchog()
229 target, group); in fchog()
234 target, group); in fchog()
[all …]
/openbsd/src/sys/dev/pci/drm/amd/amdkfd/
Dkfd_debug.c323 static int kfd_dbg_set_workaround(struct kfd_process *target, bool enable) in kfd_dbg_set_workaround() argument
325 struct process_queue_manager *pqm = &target->pqm; in kfd_dbg_set_workaround()
342 target->runtime_info.runtime_state = r == -EBUSY ? in kfd_dbg_set_workaround()
504 static void kfd_dbg_clear_process_address_watch(struct kfd_process *target) in kfd_dbg_clear_process_address_watch() argument
508 for (i = 0; i < target->n_pdds; i++) in kfd_dbg_clear_process_address_watch()
510 kfd_dbg_trap_clear_dev_address_watch(target->pdds[i], j); in kfd_dbg_clear_process_address_watch()
513 int kfd_dbg_trap_set_flags(struct kfd_process *target, uint32_t *flags) in kfd_dbg_trap_set_flags() argument
515 uint32_t prev_flags = target->dbg_flags; in kfd_dbg_trap_set_flags()
518 for (i = 0; i < target->n_pdds; i++) { in kfd_dbg_trap_set_flags()
520 kfd_topology_device_by_id(target->pdds[i]->dev->id); in kfd_dbg_trap_set_flags()
[all …]
/openbsd/src/gnu/llvm/lldb/examples/python/
Dlldbtk.py115 summary = self.process.target.executable.fullpath
132 def __init__(self, target): argument
133 self.target = target
136 value = str(self.target.triple)
137 summary = self.target.executable.fullpath
146 image_item_delegate = TargetImagesTreeItemDelegate(self.target)
153 def __init__(self, target): argument
154 self.target = target
157 value = str(self.target.triple)
158 summary = self.target.executable.fullpath
[all …]
Dsymbolication.py43 def __init__(self, target, load_addr): argument
44 self.target = target
68 self.so_addr = self.target.ResolveLoadAddress(self.load_addr)
78 self.sym_ctx = self.target.ResolveSymbolContextForAddress(
89 return function.GetInstructions(self.target)
90 return sym_ctx.GetSymbol().GetInstructions(self.target)
125 self.target)
127 … function_start_load_addr = function.GetStartAddress().GetLoadAddress(self.target)
130 … function_start_load_addr = symbol.GetStartAddress().GetLoadAddress(self.target)
171 def InitWithSBTargetAndSBSection(cls, target, section): argument
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Support/
DConvertUTF.cpp165 UTF16* target = *targetStart; in ConvertUTF32toUTF16() local
168 if (target >= targetEnd) { in ConvertUTF32toUTF16()
180 *target++ = UNI_REPLACEMENT_CHAR; in ConvertUTF32toUTF16()
183 *target++ = (UTF16)ch; /* normal case */ in ConvertUTF32toUTF16()
189 *target++ = UNI_REPLACEMENT_CHAR; in ConvertUTF32toUTF16()
193 if (target + 1 >= targetEnd) { in ConvertUTF32toUTF16()
198 *target++ = (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START); in ConvertUTF32toUTF16()
199 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF32toUTF16()
203 *targetStart = target; in ConvertUTF32toUTF16()
214 UTF32* target = *targetStart; in ConvertUTF16toUTF32() local
[all …]
/openbsd/src/sys/dev/usb/
Duoak_subr.c108 uoak_get_device_name(struct uoak_softc *sc, enum uoak_target target) in uoak_get_device_name() argument
111 sc->sc_rcmd.target = target; in uoak_get_device_name()
118 strlcpy(sc->sc_config[target].devname, sc->sc_buf+1, in uoak_get_device_name()
119 sizeof(sc->sc_config[target].devname)); in uoak_get_device_name()
124 uoak_get_report_mode(struct uoak_softc *sc, enum uoak_target target) in uoak_get_report_mode() argument
127 sc->sc_rcmd.target = target; in uoak_get_report_mode()
134 sc->sc_config[target].report_mode = sc->sc_buf[1]; in uoak_get_report_mode()
139 uoak_get_report_rate(struct uoak_softc *sc, enum uoak_target target) in uoak_get_report_rate() argument
143 sc->sc_rcmd.target = target; in uoak_get_report_rate()
151 sc->sc_config[target].report_rate = result; in uoak_get_report_rate()
[all …]
/openbsd/src/lib/libcurses/base/
Dlib_screen.c63 #define CUR_SLIMIT _nc_SLIMIT(limit - (size_t) (target - base))
213 decode_attr(char *source, attr_t *target, int *color) in decode_attr() argument
239 *target &= ~A_COLOR; in decode_attr()
243 *target |= pair; in decode_attr()
252 *target |= scr_attrs[n].attr; in decode_attr()
254 *target = A_NORMAL; in decode_attr()
269 decode_char(char *source, int *target) in decode_char() argument
276 *target = ' '; in decode_char()
283 *target = MARKER; in decode_char()
287 *target = ' '; in decode_char()
[all …]
/openbsd/src/usr.sbin/unbound/testcode/
Dunitldns.c240 char target[128]; in b64_test() local
244 memset(target, 0, sizeof(target)); in b64_test()
245 result = sldns_b64_pton(p1, (uint8_t*)target, tarsize); in b64_test()
246 unit_assert(result == (int)strlen("hello") && strcmp(target, "hello") == 0); in b64_test()
247 memset(target, 0, sizeof(target)); in b64_test()
248 result = sldns_b64_pton(p2, (uint8_t*)target, tarsize); in b64_test()
249 unit_assert(result == (int)strlen("hello>") && strcmp(target, "hello>") == 0); in b64_test()
250 memset(target, 0, sizeof(target)); in b64_test()
251 result = sldns_b64_pton(p3, (uint8_t*)target, tarsize); in b64_test()
252 unit_assert(result == (int)strlen("hello?!") && strcmp(target, "hello?!") == 0); in b64_test()
[all …]
/openbsd/src/lib/libcurses/tinfo/
Dobsolete.c107 _nc_conv_to_utf8(unsigned char *target, unsigned source, unsigned limit) in _nc_conv_to_utf8() argument
129 if (target != 0) { in _nc_conv_to_utf8()
132 target[0] = CH(0); in _nc_conv_to_utf8()
136 target[1] = UChar(0x80 | (CH(0) & 0x3f)); in _nc_conv_to_utf8()
137 target[0] = UChar(0xc0 | (CH(0) >> 6) | ((CH(1) & 0x07) << 2)); in _nc_conv_to_utf8()
141 target[2] = UChar(0x80 | (CH(0) & 0x3f)); in _nc_conv_to_utf8()
142 target[1] = UChar(0x80 | (CH(0) >> 6) | ((CH(1) & 0x0f) << 2)); in _nc_conv_to_utf8()
143 target[0] = UChar(0xe0 | ((int) (CH(1) & 0xf0) >> 4)); in _nc_conv_to_utf8()
147 target[3] = UChar(0x80 | (CH(0) & 0x3f)); in _nc_conv_to_utf8()
148 target[2] = UChar(0x80 | (CH(0) >> 6) | ((CH(1) & 0x0f) << 2)); in _nc_conv_to_utf8()
[all …]
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/
Dtargets.gni4 # The target archs LLVM should support. Defaults to the host arch.
68 foreach(target, llvm_targets_to_build) {
69 if (target == native_target) {
72 if (target == "AArch64") {
74 } else if (target == "AMDGPU") {
76 } else if (target == "ARM") {
78 } else if (target == "BPF") {
80 } else if (target == "LoongArch") {
82 } else if (target == "Mips") {
84 } else if (target == "PowerPC") {
[all …]
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DFuncUnwinders.cpp60 UnwindPlanSP FuncUnwinders::GetUnwindPlanAtCallSite(Target &target, in GetUnwindPlanAtCallSite() argument
64 if (UnwindPlanSP plan_sp = GetObjectFileUnwindPlan(target)) in GetUnwindPlanAtCallSite()
68 if (UnwindPlanSP plan_sp = GetDebugFrameUnwindPlan(target)) in GetUnwindPlanAtCallSite()
70 if (UnwindPlanSP plan_sp = GetEHFrameUnwindPlan(target)) in GetUnwindPlanAtCallSite()
72 if (UnwindPlanSP plan_sp = GetCompactUnwindUnwindPlan(target)) in GetUnwindPlanAtCallSite()
74 if (UnwindPlanSP plan_sp = GetArmUnwindUnwindPlan(target)) in GetUnwindPlanAtCallSite()
80 UnwindPlanSP FuncUnwinders::GetCompactUnwindUnwindPlan(Target &target) { in GetCompactUnwindUnwindPlan() argument
94 if (compact_unwind->GetUnwindPlan(target, current_pc, *unwind_plan_sp)) { in GetCompactUnwindUnwindPlan()
105 lldb::UnwindPlanSP FuncUnwinders::GetObjectFileUnwindPlan(Target &target) { in GetObjectFileUnwindPlan() argument
125 UnwindPlanSP FuncUnwinders::GetEHFrameUnwindPlan(Target &target) { in GetEHFrameUnwindPlan() argument
[all …]
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdb_mbuild.sh166 echo "${target}: ${msg}"
206 dir=${builddir}/${target}
213 echo forcing ${target} ...
217 echo "${target}"
220 echo ${target} ...
228 echo ... removing partially configured ${target}
232 echo "${target}: unable to remove directory ${dir}"
250 __target="--target=${target}"
274 echo ... ${make} ${keepgoing} ${makejobs} ${target}
282 echo ... run ${target}
[all …]
/openbsd/src/usr.bin/dig/lib/dns/rdata/any_255/
Dtsig_250.c48 RETERR(dns_name_totext(&prefix, sub, target)); in totext_any_tsig()
49 RETERR(isc_str_tobuffer(" ", target)); in totext_any_tsig()
70 RETERR(isc_str_tobuffer(bufp, target)); in totext_any_tsig()
78 RETERR(isc_str_tobuffer(buf, target)); in totext_any_tsig()
86 RETERR(isc_str_tobuffer(buf, target)); in totext_any_tsig()
95 RETERR(isc_str_tobuffer(" (", target)); in totext_any_tsig()
96 RETERR(isc_str_tobuffer(tctx->linebreak, target)); in totext_any_tsig()
98 RETERR(isc_base64_totext(&sigr, 60, "", target)); in totext_any_tsig()
101 tctx->linebreak, target)); in totext_any_tsig()
103 RETERR(isc_str_tobuffer(" ) ", target)); in totext_any_tsig()
[all …]

12345678910>>...121