Home
last modified time | relevance | path

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

12345678910>>...109

/openbsd/usr.bin/dig/lib/dns/
H A Drdata.c49 isc_buffer_t *target
381 st = *target; in dns_rdata_fromwire()
421 *target = st; in dns_rdata_fromwire()
446 st = *target; in dns_rdata_towire()
459 *target = st; in dns_rdata_towire()
500 target); in unknown_totext()
605 st = *target; in dns_rdata_fromstruct_soa()
618 *target = st; in dns_rdata_fromstruct_soa()
638 st = *target; in dns_rdata_fromstruct_tsig()
651 *target = st; in dns_rdata_fromstruct_tsig()
[all …]
H A Dname.c600 set_offsets(target, target->offsets, NULL); in dns_name_getlabelsequence()
623 set_offsets(target, target->offsets, NULL); in dns_name_clone()
1117 if (nlen > (target->length - target->used)) { in dns_name_downcase()
1421 if (target->length - target->used < gp.length) in dns_name_towire()
1430 if (target->length - target->used < 2) in dns_name_towire()
1436 if (target->length - target->used < name->length) in dns_name_towire()
1489 nrem = target->length - target->used; in dns_name_concatenate()
1578 set_offsets(target, target->offsets, NULL); in dns_name_dup()
1614 target->offsets = target->ndata + source->length; in dns_name_dupwithoffsets()
1618 set_offsets(target, target->offsets, NULL); in dns_name_dupwithoffsets()
[all …]
H A Dmasterdump.c96 isc_buffer_t *target) in indent() argument
242 isc_buffer_t *target) in rdataset_totext() argument
276 target)); in rdataset_totext()
324 target); in rdataset_totext()
374 target)); in rdataset_totext()
414 isc_buffer_t *target) in question_totext() argument
430 target)); in question_totext()
502 isc_buffer_t *target) in dns_master_rdatasettotext() argument
514 0, target)); in dns_master_rdatasettotext()
521 isc_buffer_t *target) in dns_master_questiontotext() argument
[all …]
/openbsd/gnu/llvm/clang/cmake/caches/
H A DFuchsia-stage2.cmake95 set(BUILTINS_${target}_CMAKE_C_FLAGS "--target=${target}" CACHE STRING "")
96 set(BUILTINS_${target}_CMAKE_CXX_FLAGS "--target=${target}" CACHE STRING "")
97 set(BUILTINS_${target}_CMAKE_ASM_FLAGS "--target=${target}" CACHE STRING "")
98 set(BUILTINS_${target}_CMAKE_SYSROOT ${LINUX_${target}_SYSROOT} CACHE STRING "")
107 set(RUNTIMES_${target}_CMAKE_C_FLAGS "--target=${target}" CACHE STRING "")
108 set(RUNTIMES_${target}_CMAKE_CXX_FLAGS "--target=${target}" CACHE STRING "")
109 set(RUNTIMES_${target}_CMAKE_ASM_FLAGS "--target=${target}" CACHE STRING "")
110 set(RUNTIMES_${target}_CMAKE_SYSROOT ${LINUX_${target}_SYSROOT} CACHE STRING "")
147 …set(FUCHSIA_${target}_COMPILER_FLAGS "--target=${target} -I${FUCHSIA_SDK}/pkg/sync/include -I${FUC…
163 set(BUILTINS_${target}_CMAKE_SYSROOT ${FUCHSIA_${target}_SYSROOT} CACHE PATH "")
[all …]
H A DAndroid-stage2.cmake15 foreach(target i686;x86_64;aarch64;armv7)
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…
30 set(RUNTIMES_${target}-linux-android_CMAKE_ASM_FLAGS ${ANDROID_${target}_C_FLAGS} CACHE PATH "")
32 set(RUNTIMES_${target}-linux-android_CMAKE_C_FLAGS ${ANDROID_${target}_C_FLAGS} CACHE PATH "")
33 set(RUNTIMES_${target}-linux-android_CMAKE_CXX_FLAGS ${ANDROID_${target}_CXX_FLAGS} CACHE PATH "")
34 set(RUNTIMES_${target}-linux-android_CMAKE_SYSROOT ${ANDROID_${target}_SYSROOT} CACHE PATH "")
[all …]
/openbsd/usr.bin/dig/lib/dns/rdata/generic/
H A Dkeydata_65533.c64 RETERR(isc_str_tobuffer(" ", target)); in totext_keydata()
70 RETERR(isc_str_tobuffer(" ", 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()
96 RETERR(isc_str_tobuffer(" ", target)); in totext_keydata()
116 tctx->linebreak, target)); in totext_keydata()
166 target)); in totext_keydata()
169 target)); in totext_keydata()
[all …]
H A Drrsig_46.c49 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()
85 RETERR(isc_str_tobuffer(" ", target)); in totext_rrsig()
93 RETERR(isc_str_tobuffer(" ", target)); in totext_rrsig()
101 RETERR(isc_str_tobuffer(buf, target)); in totext_rrsig()
102 RETERR(isc_str_tobuffer(" ", target)); in totext_rrsig()
[all …]
H A Dsig_24.c51 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()
95 RETERR(isc_str_tobuffer(" ", target)); in totext_sig()
103 RETERR(isc_str_tobuffer(buf, target)); in totext_sig()
104 RETERR(isc_str_tobuffer(" ", target)); in totext_sig()
[all …]
H A Dtkey_249.c50 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()
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()
110 tctx->linebreak, target)); in totext_tkey()
114 RETERR(isc_str_tobuffer(" ", target)); in totext_tkey()
123 RETERR(isc_str_tobuffer(buf, target)); in totext_tkey()
[all …]
H A 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()
95 tctx->linebreak, target)); in generic_totext_key()
100 RETERR(isc_str_tobuffer(buf, target)); in generic_totext_key()
106 RETERR(isc_str_tobuffer(" ", target)); in generic_totext_key()
109 RETERR(isc_str_tobuffer(")", target)); in generic_totext_key()
124 RETERR(isc_str_tobuffer(buf, target)); in generic_totext_key()
[all …]
/openbsd/lib/libc/net/
H A Dbase64.c167 target[datalength++] = Pad64; in b64_ntop()
170 target[datalength++] = Pad64; in b64_ntop()
207 if (target) { in b64_pton()
215 if (target) { in b64_pton()
221 target[tarindex+1] = nextbyte; in b64_pton()
229 if (target) { in b64_pton()
235 target[tarindex+1] = nextbyte; in b64_pton()
243 if (target) { in b64_pton()
246 target[tarindex] |= (pos - Base64); in b64_pton()
293 if (target && tarindex < targsize && in b64_pton()
[all …]
/openbsd/usr.bin/dig/lib/dns/rdata/in_1/
H A 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()
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()
128 txt_totext(&val_region, 0, target); in totext_in_svcb_https()
139 RETERR(isc_str_tobuffer("=", target)); in totext_in_svcb_https()
143 RETERR(isc_str_tobuffer(buf, target)); in totext_in_svcb_https()
147 RETERR(isc_str_tobuffer("=", target)); in totext_in_svcb_https()
[all …]
/openbsd/usr.bin/rdistd/
H A Dserver.c88 if (strlen(string) + strlen(target) + 2 > sizeof(target)) { in cattarget()
97 (void) snprintf(ptarget, sizeof(target) - (ptarget - target), in cattarget()
443 target); in doclean()
841 target); in recvfile()
881 ptarget = &target[strlen(target)]; in recvfile()
969 target); in recvdir()
989 target, in recvdir()
996 target, in recvdir()
1049 target, in recvdir()
1140 target); in recvlink()
[all …]
/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_debug.c623 pqm = &target->pqm; in kfd_dbg_clean_exception_status()
631 target->exception_status = 0; in kfd_dbg_clean_exception_status()
648 fput(target->dbg_ev_file); in kfd_dbg_trap_disable()
649 target->dbg_ev_file = NULL; in kfd_dbg_trap_disable()
658 kfd_unref_process(target); in kfd_dbg_trap_disable()
768 target->dbg_ev_file = f; in kfd_dbg_trap_enable()
777 kref_get(&target->ref); in kfd_dbg_trap_enable()
780 if (target->debugger_process) in kfd_dbg_trap_enable()
906 if (!target) in kfd_dbg_trap_query_exception_info()
949 pdd = target->pdds[i]; in kfd_dbg_trap_query_exception_info()
[all …]
/openbsd/gnu/llvm/lldb/examples/python/
H A Dlldbtk.py133 self.target = target
154 self.target = target
179 self.target = target
212 self.target = target
238 self.target = target
268 self.target = target
294 self.target = target
318 self.target = target
346 self.target = target
374 self.target = target
[all …]
H A Dsymbolication.py44 self.target = target
332 if target:
369 if target:
423 if target:
447 self.target = target
454 obj = cls(target=target)
475 if self.target:
505 if self.target:
524 if self.target:
571 target, argument
[all …]
/openbsd/gnu/llvm/llvm/lib/Support/
H A DConvertUTF.cpp203 *targetStart = target; in ConvertUTF32toUTF16()
251 *target++ = ch; in ConvertUTF16toUTF32()
254 *targetStart = target; in ConvertUTF16toUTF32()
313 target += bytesToWrite; in ConvertUTF16toUTF8()
324 target += bytesToWrite; in ConvertUTF16toUTF8()
327 *targetStart = target; in ConvertUTF16toUTF8()
366 target += bytesToWrite; in ConvertUTF32toUTF8()
377 target += bytesToWrite; in ConvertUTF32toUTF8()
380 *targetStart = target; in ConvertUTF32toUTF8()
634 *targetStart = target; in ConvertUTF8toUTF16()
[all …]
/openbsd/sys/dev/usb/
H A Duoak_subr.c114 sc->sc_rcmd.target = target; in uoak_get_device_name()
130 sc->sc_rcmd.target = target; in uoak_get_report_mode()
146 sc->sc_rcmd.target = target; in uoak_get_report_rate()
164 sc->sc_rcmd.target = target; in uoak_get_sample_rate()
181 sc->sc_rcmd.target = target; in uoak_set_sample_rate()
205 sc->sc_rcmd.target = target; in uoak_led_status()
221 sc->sc_rcmd.target = target; in uoak_led_ctrl()
241 (void)uoak_get_device_name(sc, target); in uoak_get_setting()
244 (void)uoak_get_report_mode(sc, target); in uoak_get_setting()
245 (void)uoak_get_sample_rate(sc, target); in uoak_get_setting()
[all …]
/openbsd/lib/libcurses/base/
H A Dlib_screen.c307 *target = 0; in decode_char()
457 target[n] = target[0]; in read_row()
467 ++target; in read_row()
687 target += strlen(target); in encode_attr()
694 target += strlen(target); in encode_attr()
698 *target = '\0'; in encode_attr()
721 target += strlen(target); in encode_cell()
753 --target; in encode_cell()
758 target += strlen(target); in encode_cell()
771 target += strlen(target); in encode_cell()
[all …]
/openbsd/lib/libcurses/tinfo/
H A Dobsolete.c129 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()
149 target[1] = UChar(0x80 | in _nc_conv_to_utf8()
158 target[2] = UChar(0x80 | in _nc_conv_to_utf8()
161 target[1] = UChar(0x80 | (CH(2) >> 2)); in _nc_conv_to_utf8()
169 target[2] = UChar(0x80 | (CH(2) >> 2)); in _nc_conv_to_utf8()
183 #define CH(n) UChar((*target) >> ((n) * 8)) in _nc_conv_to_utf32()
228 if (target != 0) { in _nc_conv_to_utf32()
230 *target = 0; in _nc_conv_to_utf32()
[all …]
/openbsd/usr.sbin/unbound/testcode/
H A 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()
247 memset(target, 0, sizeof(target)); in b64_test()
248 result = sldns_b64_pton(p2, (uint8_t*)target, tarsize); in b64_test()
250 memset(target, 0, sizeof(target)); in b64_test()
253 memset(target, 0, sizeof(target)); in b64_test()
259 memset(target, 0, sizeof(target)); in b64_test()
262 memset(target, 0, sizeof(target)); in b64_test()
265 memset(target, 0, sizeof(target)); in b64_test()
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/
H A Dtargets.gni69 if (target == native_target) {
72 if (target == "AArch64") {
74 } else if (target == "AMDGPU") {
76 } else if (target == "ARM") {
78 } else if (target == "BPF") {
82 } else if (target == "Mips") {
84 } else if (target == "PowerPC") {
90 } else if (target == "X86") {
92 } else if (target == "AVR" || target == "Hexagon" || target == "Lanai" ||
93 target == "NVPTX" || target == "RISCV" || target == "Sparc" ||
[all …]
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DFuncUnwinders.cpp64 if (UnwindPlanSP plan_sp = GetObjectFileUnwindPlan(target)) in GetUnwindPlanAtCallSite()
70 if (UnwindPlanSP plan_sp = GetEHFrameUnwindPlan(target)) in GetUnwindPlanAtCallSite()
74 if (UnwindPlanSP plan_sp = GetArmUnwindUnwindPlan(target)) in GetUnwindPlanAtCallSite()
387 eh_frame_sp = GetDebugFrameUnwindPlan(target); in GetUnwindPlanAtNonCallSite()
389 eh_frame_sp = GetObjectFileUnwindPlan(target); in GetUnwindPlanAtNonCallSite()
524 arch.MergeFrom(target.GetArchitecture()); in GetUnwindAssemblyProfiler()
530 Address FuncUnwinders::GetLSDAAddress(Target &target) { in GetLSDAAddress() argument
535 unwind_plan_sp = GetCompactUnwindUnwindPlan(target); in GetLSDAAddress()
538 unwind_plan_sp = GetObjectFileUnwindPlan(target); in GetLSDAAddress()
551 unwind_plan_sp = GetCompactUnwindUnwindPlan(target); in GetPersonalityRoutinePtrAddress()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdb_mbuild.sh166 echo "${target}: ${msg}"
206 dir=${builddir}/${target}
213 echo forcing ${target} ...
217 echo "${target}"
220 echo ${target} ...
250 __target="--target=${target}"
282 echo ... run ${target}
322 rm -f ${target}.tmp
323 mv ${target}/Mbuild.log ${target}.tmp
324 rm -rf ${target}
[all …]
/openbsd/usr.bin/dig/lib/dns/rdata/any_255/
H A Dtsig_250.c49 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()
101 tctx->linebreak, target)); in totext_any_tsig()
105 RETERR(isc_str_tobuffer(" ", target)); in totext_any_tsig()
114 RETERR(isc_str_tobuffer(buf, target)); in totext_any_tsig()
129 RETERR(isc_str_tobuffer(buf, target)); in totext_any_tsig()
249 target)); in fromstruct_any_tsig()
[all …]

12345678910>>...109