Searched refs:target (Results 176 - 200 of 1432) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcmdline.c61 const char *target,
70 SVN_ERR(svn_opt_parse_path(&opt_rev, &truepath, target, pool));
79 /* It is OK if the given target does not exist, it just means
83 * If the target itself is a URL to a repository that does not exist,
171 /* Step 2: process each target. */
188 const char *target;
191 * This is needed so that the target can be properly canonicalized,
234 this is the last target of a 2-element target list, and
276 /* If the target ha
58 check_root_url_of_target(const char **root_url, const char *target, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
186 const char *target; local
331 const char *target = APR_ARRAY_IDX(output_targets, i, local
[all...]
H A Dmerge_elements.c90 /* Assign EIDs (in memory) to the source-left, source-right and target
99 merge_target_t *target,
138 apply_merge_result_to_wc(merge_target_t *target, argument
156 merge_target_t *target,
177 /* assign EIDs (in memory) to the source-left, source-right and target
180 src_left, src_right, target, ra_session,
204 SVN_ERR(apply_merge_result_to_wc(target, merge_result,
216 merge_target_t *target,
240 target, ra_session,
94 assign_eids_to_trees(svn_element__tree_t **tree_left_p, svn_element__tree_t **tree_right_p, svn_element__tree_t **tree_target_p, const svn_client__pathrev_t *src_left, const svn_client__pathrev_t *src_right, merge_target_t *target, svn_ra_session_t *ra_session, element_matching_info_t *element_matching_info, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
153 merge_elements_one_source(svn_boolean_t *use_sleep, const svn_client__pathrev_t *src_left, const svn_client__pathrev_t *src_right, merge_target_t *target, svn_ra_session_t *ra_session, element_matching_info_t *element_matching_info, svn_boolean_t diff_ignore_ancestry, svn_boolean_t force_delete, svn_boolean_t dry_run, const apr_array_header_t *merge_options, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
214 svn_client__merge_elements(svn_boolean_t *use_sleep, apr_array_header_t *merge_sources, merge_target_t *target, svn_ra_session_t *ra_session, svn_boolean_t diff_ignore_ancestry, svn_boolean_t force_delete, svn_boolean_t dry_run, const apr_array_header_t *merge_options, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcskeep.c276 getval(fp, target, optional)
278 struct buf *target;
282 * Does not modify target if it is 0.
288 return get0val(c, fp, target, optional);
292 get0val(c, fp, target, optional)
295 struct buf *target;
304 if (target) {
305 bufalloc(target, 1);
306 tp = target->string;
307 tlim = tp + target
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldemul.c247 ldemul_choose_mode (char *target) argument
251 if (target[0] == 'g' && target[1] == 'l' && target[2] == 'd')
252 target += 3;
255 if (strcmp (target, (*eptr)->emulation_name) == 0)
261 einfo (_("%P: unrecognised emulation mode: %s\n"), target);
/freebsd-11-stable/sbin/mount_unionfs/
H A Dmount_unionfs.c133 char source [MAXPATHLEN], target[MAXPATHLEN], errmsg[255]; local
177 /* resolve both target and source with realpath(3) */
178 if (checkpath(argv[0], target) != 0)
179 err(EX_USAGE, "%s", target);
183 if (subdir(target, source) || subdir(source, target))
185 argv[0], target, argv[1], source);
189 build_iovec(&iov, &iovlen, "from", target, (size_t)-1);
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h142 ck_pr_fas_##S(M *target, T v) \
145 : "+m" (*(C *)target), \
175 ck_pr_md_load_##S(const M *target) \
180 : "m" (*(const C *)target) \
204 ck_pr_load_64_2(const uint64_t target[2], uint64_t v[2]) argument
211 : "m" (*(const uint64_t *)target)
247 ck_pr_md_store_##S(M *target, T v) \
250 : "=m" (*(C *)target) \
258 ck_pr_md_store_##S(M *target, T v) \
261 : "=m" (*(C *)target) \
488 ck_pr_cas_64_2(uint64_t target[2], uint64_t compare[2], uint64_t set[2]) argument
513 ck_pr_cas_64_2_value(uint64_t target[2], uint64_t compare[2], uint64_t set[2], uint64_t v[2]) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h198 Target *target);
265 lldb::addr_t GetLoadAddress(Target *target) const;
273 /// target) that are required when changing the program counter to setting a
279 lldb::addr_t GetCallableLoadAddress(Target *target,
288 /// ARM target) that are required for changing the program counter
298 Target *target,
370 /// The address will attempt to find a loaded section within \a target that
378 /// \param[in] target
379 /// The target to use when trying resolve the address into
393 bool SetLoadAddress(lldb::addr_t load_addr, Target *target,
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm64.cpp144 const lld::Atom **target,
155 const lld::Atom **target,
382 const lld::Atom **target, Reference::Addend *addend) {
388 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
395 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
402 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
409 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
416 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
423 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
430 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
377 getReferenceInfo( const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool isBig, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
472 getPairReferenceInfo( const normalized::Relocation &reloc1, const normalized::Relocation &reloc2, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool swap, bool scatterable, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
565 const Atom *target = ref->target(); local
[all...]
H A DArchHandler_arm.cpp89 const lld::Atom **target,
100 const lld::Atom **target,
189 static uint32_t clearThumbBit(uint32_t value, const Atom *target);
198 bool useExternalRelocationTo(const Atom &target);
338 /// Trace references from stub atom to lazy pointer to target and get its name.
342 if (const DefinedAtom* lp = dyn_cast<DefinedAtom>(ref->target())) {
348 return ref2->target()->name();
414 // a 2-byte aligned blx can branch to a 4-byte aligned ARM target is that
510 uint32_t ArchHandler_arm::clearThumbBit(uint32_t value, const Atom *target) { argument
514 if (isa<DefinedAtom>(target)) {
524 getReferenceInfo( const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool isBig, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
636 getPairReferenceInfo(const normalized::Relocation &reloc1, const normalized::Relocation &reloc2, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool isBig, bool scatterable, FindAtomBySectionAndAddress atomFromAddr, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
1025 const Atom *target = ref->target(); local
1045 useExternalRelocationTo(const Atom &target) argument
1416 Thumb2ToArmShimAtom(MachOFile &file, StringRef targetName, const DefinedAtom &target) argument
1463 ArmToThumbShimAtom(MachOFile &file, StringRef targetName, const DefinedAtom &target) argument
1506 createShim(MachOFile &file, bool thumbToArm, const DefinedAtom &target) argument
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dobj.mk16 .if !target(__${.PARSEFILE:S,bsd.,,}__)
62 .if !target(_SUBDIRUSE)
68 .if !target(objwarn)
77 .if !target(objlink)
94 .if !target(print-objdir)
99 .if !target(whereobj)
104 .if !target(destroy)
/freebsd-11-stable/release/picobsd/tinyware/view/
H A Dview.c194 VGLBitmap target; local
205 target.Bitmap=(byte *)calloc(pic->Xsize*pic->Ysize*e->zoom*e->zoom,1);
207 target.Xsize=pic->Ysize*e->zoom;
208 target.Ysize=pic->Xsize*e->zoom;
210 target.Xsize=pic->Xsize*e->zoom;
211 target.Ysize=pic->Ysize*e->zoom;
213 target.Type=pic->Type;
219 VGLSetXY(&target,target.Xsize-(e->zoom*y+i),e->zoom*x+j,VGLGetXY(pic,x,y));
221 VGLSetXY(&target,
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd.c45 . {* A pointer to the target jump table. *}
57 . {* Marks whether there was a default target specified when the
292 N_("Invalid bfd target"),
795 o <<bfd_error_wrong_format>> - The target bfd was not of object format.
796 o <<bfd_error_invalid_operation>> - The target bfd was open for reading.
887 Indicates if the target architecture "naturally" sign extends
895 Returns <<1>> if the target architecture is known to sign
896 extend addresses, <<0>> if the target architecture is known to
1397 value, but really we want to display the address in the target's
1399 to tell us this, we take a guess, based on the target'
1599 const bfd_target *target; local
1611 bfd_elf_set_pagesize(const bfd_target *target, bfd_vma size, int offset, const bfd_target *orig_target) argument
1644 const bfd_target *target; local
1671 const bfd_target *target; local
1698 const bfd_target *target; local
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js99 ;function QTip(target, options, id, attr) {
102 this.target = target;
104 this.elements = elements = { target: target };
115 target: $(),
142 // Add ARIA attributes to target
143 $.attr(this.target[0], 'aria-describedby', this._id);
151 'tracking': posOptions.target === 'mouse' && posOptions.adjust.mouse,
242 if(this.destroyed) { return this.target; }
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zhack/
H A Dzhack.c124 import_pool(const char *target, boolean_t readonly) argument
148 if (readonly && spa_open(target, &spa, FTAG) == 0) {
155 g_pool = strdup(target);
165 spa_open(target, &spa, FTAG) == 0) {
199 zhack_spa_open(const char *target, boolean_t readonly, void *tag, spa_t **spa) argument
203 import_pool(target, readonly);
206 err = spa_open(target, spa, tag);
210 fatal(*spa, FTAG, "cannot open '%s': %s", target,
214 target, (int)spa_version(*spa));
262 char *target; local
304 char *desc, *target; local
399 char *target; local
[all...]
/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.h90 struct target *ag_target;
107 TAILQ_HEAD(, target) p_targets;
155 struct target *p_target;
183 struct target { struct
184 TAILQ_ENTRY(target) t_next;
204 TAILQ_HEAD(, target) conf_targets;
236 struct target *conn_target;
367 struct port *port_new(struct conf *conf, struct target *target,
369 struct port *port_new_pp(struct conf *conf, struct target *targe
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c175 struct hshentry * target; variable in typeref:struct:hshentry
338 if (!(target=genrevs(numericrev.string,(char *)0,(char *)0,(char *)0,&gendeltas))) continue;
339 xrev1=target->num;
342 *diff_label1 = setup_label(&labelbuf[0], target->num, target->date);
353 if (!(target=genrevs(numericrev.string,(char *)0,(char *)0,(char *)0,&gendeltas))) continue;
354 xrev2=target->num;
358 target->lockedby
368 *diff_label2 = setup_label(&labelbuf[1], target->num, target
[all...]
/freebsd-11-stable/lib/libc/stdio/
H A Dfseek.c97 fpos_t target, curoff, ret; local
189 target = offset;
197 target = st.st_size + offset;
198 if ((off_t)target < 0) {
202 if (ltest && (off_t)target > LONG_MAX) {
236 * If the target offset is within the current buffer,
240 if (target >= curoff && target < curoff + n) {
241 size_t o = target - curoff;
261 curoff = target
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp215 PlatformFreeBSD::GetSoftwareBreakpointTrapOpcode(Target &target, argument
217 switch (target.GetArchitecture().GetMachine()) {
243 return Platform::GetSoftwareBreakpointTrapOpcode(target, bp_site);
261 Debugger &debugger, Target *target,
265 if (target == nullptr) {
272 target = new_target_sp.get();
276 if (target && error.Success()) {
277 debugger.GetTargetList().SetSelectedTarget(target);
281 process_sp = target->CreateProcess(
290 m_remote_platform_sp->Attach(attach_info, debugger, target, erro
260 Attach(ProcessAttachInfo &attach_info, Debugger &debugger, Target *target, Status &error) argument
[all...]
/freebsd-11-stable/usr.bin/indent/
H A Dio.c55 static int pad_output(int current, int target);
224 int target = ps.com_col; local
227 target += ps.comment_delta;
230 com_st++, target += 8;
231 while (target <= 0)
233 target++, com_st++;
235 target = ((target - 1) & ~7) + 9, com_st++;
237 target = 1;
238 if (cur_col > target) { /* i
454 pad_output(int current, int target) argument
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile99 CLEANFILES+= elf32-target.h elf64-target.h
100 elf32-target.h: elfxx-target.h
103 elf64-target.h: elfxx-target.h
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dspitfire.c89 u_long target; local
96 target = pa >> (PAGE_SHIFT - DC_TAG_SHIFT);
104 if (tag == target) {
119 u_long target; local
125 target = pa >> (PAGE_SHIFT - IC_TAG_SHIFT);
134 if (tag == target) {
/freebsd-11-stable/targets/
H A DMakefile.xtras25 @echo "ERROR: there is no supported default target."; \
67 not-valid-target:
68 @echo "ERROR: '${_TARGETS}' is not a valid target for ${MACHINE}."
75 .if !target($t)
76 $t: not-valid-target show-help
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Daggsum.c60 * comparing the target value to the upper and lower bounds of the aggsum, and
61 * then clearing a bucket. This proceeds until the target is outside of the
63 * cleared and we know that the target is equal to the aggsum's value. Finally,
202 * Compare the aggsum value to target efficiently. Returns -1 if the value
203 * represented by the aggsum is less than target, 1 if it's greater, and 0 if
207 aggsum_compare(aggsum_t *as, uint64_t target) argument
209 if (as->as_upper_bound < target)
211 if (as->as_lower_bound > target)
219 if (as->as_upper_bound < target) {
223 if (as->as_lower_bound > target) {
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp77 Target &target) const {
83 SectionLoadList &section_load_list = target.GetSectionLoadList();
87 target.ResolveFileAddress(addr, resolved_addr);
89 target.ResolveLoadAddress(addr, resolved_addr);
108 addr_t function_start = sym_addr.GetLoadAddress(&target);
122 target.CalculateExecutionContext(ctx);
191 // breakpoint target address. Now the upper 2-byte instruction is
209 // FIXME: We reached here that means instruction at [target - 4] has
211 // at [target - 6] is also claiming that it's a 4-byte instruction.
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h46 void Dump(Stream *s, Target *target, uint32_t index,
66 // using \a target if it is. Returns LLDB_INVALID_ADDRESS if the symbol's
67 // value isn't an address or if the section isn't loaded in \a target.
68 lldb::addr_t GetLoadAddress(Target *target) const;
103 lldb::addr_t ResolveCallableAddress(Target &target) const;
133 Symbol *ResolveReExportedSymbol(Target &target) const;
148 Target *target) const;
232 Target &target, ConstString &reexport_name,

Completed in 312 milliseconds

1234567891011>>