Searched refs:target (Results 51 - 75 of 1432) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Dos.FreeBSD.mk2 # Building for a FreeBSD target.
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbase64.h50 int b64_ntop(u_char const *src, size_t srclength, char *target,
58 int b64_pton(char const *src, u_char *target, size_t targsize);
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dstring.h57 isc_string_copy(char *target, size_t size, const char *source);
59 * Copy the string pointed to by 'source' to 'target' which is a
63 * 'target' is a pointer to a char[] of at least 'size' bytes.
69 * 'target' will be a NUL terminated string of no more
73 * 'target' is undefined.
76 * ISC_R_SUCCESS -- 'source' was successfully copied to 'target'.
77 * ISC_R_NOSPACE -- 'source' could not be copied since 'target'
82 isc_string_copy_truncate(char *target, size_t size, const char *source);
84 * Copy the string pointed to by 'source' to 'target' which is a
88 * 'target' i
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dinstall-new.mk18 # copy if src and target are different making a backup if desired
20 src=$$1 target=$$2 _bak=$$3; \
21 if ! test -s $$target || ! cmp -s $$target $$src; then \
23 if test -s $$target; then \
25 rm -f $$target$$_bak; \
26 mv $$target $$target$$_bak; \
28 rm -f $$target; \
31 cp $$src $$target; \
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.pidprinttarg.ksh20 # expect. This time, use $target to make sure that path works correctly.
42 pid\$target::ff_getgameid:entry
50 pid\$target::ff_getpartysize:entry
58 pid\$target::ff_getsummons:entry
H A Dtst.printtypetarg.ksh20 # expect. Use the pid` alias for $target.
42 pid\$target::ff_getgameid:entry
50 pid\$target::ff_getpartysize:entry
58 pid\$target::ff_getsummons:entry
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/vars/
H A Dtst.ucaller.ksh42 pid\$target:ld.so.1:calloc:entry
47 pid\$target:ld.so.1:malloc:entry
53 pid\$target:ld.so.1:calloc:return
/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Delf64_sparc.sh15 case "$target" in
26 # Treat a host that matches the target with the possible exception of "64"
29 = `echo "$target" | sed -e 's/64//;s/v[789]//'`; then
40 # Look for 64 bit target libraries in /lib64, /usr/lib64 etc., first
44 case "$target" in
/freebsd-11-stable/crypto/openssl/util/pl/
H A DOS2-EMX.pl84 local($obj,$target,$name,$shlib)=@_;
87 $target =~ s/\//$o/g if $o ne '/';
88 $target="$target";
91 $ret.="$target: \$(${Name}OBJ)\n";
94 $ret.="\t\$(RM) $target\n";
95 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
96 $ret.="\t\$(RANLIB) $target\n\n";
100 local($ex)=($target =~ /O_SSL/)?' $(L_CRYPTO)':'';
102 $ret.="\t\$(LINK_CMD) \$(SHLIB_CFLAGS) \$(MLFLAGS) $efile$target \
[all...]
H A DMingw32.pl80 local($obj,$target,$name,$shlib)=@_;
83 $target =~ s/\//$o/g if $o ne '/';
84 $target="$target";
87 $ret.="$target: \$(${Name}OBJ)\n";
88 $ret.="\tif exist $target \$(RM) $target\n";
89 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
90 $ret.="\t\$(RANLIB) $target\n\n";
95 local($target,
[all...]
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_sa.h75 #define CHECK_AND_SET_VAL(val, size, comp_with, target, name, mask) \
77 target = cl_hton##size((uint##size##_t) val); \
81 #define CHECK_AND_SET_GID(val, target, name, mask) \
83 memcpy(&(target), &(val), sizeof(val)); \
87 #define CHECK_AND_SET_VAL_AND_SEL(val, target, name, mask, sel) \
89 target = val; \
/freebsd-11-stable/usr.bin/iscsictl/
H A Discsictl.h66 struct target { struct
67 TAILQ_ENTRY(target) t_next;
89 TAILQ_HEAD(, target) conf_targets;
97 struct target *target_new(struct conf *conf);
98 struct target *target_find(struct conf *conf, const char *nickname);
99 void target_delete(struct target *ic);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DShimPass.cpp9 // This linker pass updates branch-sites whose target is a different mode
21 // modifies the original atom with the B instruction to target to the shim atom.
56 const Atom *target = ref->target(); variable
57 assert(target != nullptr);
58 if (const lld::DefinedAtom *daTarget = dyn_cast<DefinedAtom>(target)) {
90 void updateBranchToUseShim(bool thumbToArm, const DefinedAtom& target, argument
93 const DefinedAtom *shim = this->getShim(thumbToArm, target);
95 // Switch branch site to target shim atom.
99 const DefinedAtom* getShim(bool thumbToArm, const DefinedAtom& target) { argument
[all...]
H A DGOTPass.cpp15 /// has a Reference whose target is an Atom named "foo" and the Reference
23 /// There is one optimization the linker can do here. If the target of the GOT
108 const Atom *target = ref->target(); variable
109 assert(target != nullptr);
111 if (!shouldReplaceTargetWithGOTAtom(target, canBypassGOT)) {
112 // Update reference kind to reflect that target is a direct access.
115 // Replace the target with a reference to a GOT entry.
116 const DefinedAtom *gotEntry = makeGOTEntry(target);
118 // Update reference kind to reflect that target i
139 shouldReplaceTargetWithGOTAtom(const Atom *target, bool canBypassGOT) argument
156 makeGOTEntry(const Atom *target) argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dbase64.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
54 const char *wordbreak, isc_buffer_t *target)
70 RETERR(str_totext(buf, target));
78 RETERR(str_totext(wordbreak, target));
87 RETERR(str_totext(buf, target));
93 RETERR(str_totext(buf, target));
104 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member in struct:__anon4813
111 base64_decode_init(base64_decode_ctx_t *ctx, int length, isc_buffer_t *target) argument
116 ctx->target
53 isc_base64_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
180 isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
210 isc_base64_decodestring(const char *cstr, isc_buffer_t *target) argument
227 str_totext(const char *source, isc_buffer_t *target) argument
243 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
[all...]
/freebsd-11-stable/bin/ln/
H A Dln.c64 static int wflag; /* Warn if symlink target does not
152 case 2: /* ln source target */
162 * the target--simulate "not a directory" error
223 linkit(const char *source, const char *target, int isdir) argument
247 * If the target is a directory (and not a symlink if hflag),
251 (lstat(target, &sb) == 0 && S_ISDIR(sb.st_mode)) ||
252 (!hflag && stat(target, &sb) == 0 && S_ISDIR(sb.st_mode)))) {
255 snprintf(path, sizeof(path), "%s/%s", target, p) >=
261 target = path;
277 * to the parent directory of the target
[all...]
/freebsd-11-stable/sys/contrib/ck/include/gcc/
H A Dck_pr.h60 ck_pr_md_load_##S(const M *target) \
64 r = CK_PR_ACCESS(*(const T *)target); \
69 ck_pr_md_store_##S(M *target, T v) \
72 CK_PR_ACCESS(*(T *)target) = v; \
78 ck_pr_md_load_ptr(const void *target) argument
83 r = CK_CC_DECONST_PTR(*(volatile void *const*)(target));
90 ck_pr_md_store_ptr(void *target, const void *v) argument
94 *(volatile void **)target = CK_CC_DECONST_PTR(v);
158 ck_pr_cas_##S(M *target, T compare, T set) \
161 z = __sync_bool_compare_and_swap((T *)target, compar
184 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *v) argument
[all...]
/freebsd-11-stable/lib/libc/xdr/
H A Dxdr_array.c78 caddr_t target = *addrp; local
98 if (target == NULL)
103 *addrp = target = mem_alloc(nodesize);
104 if (target == NULL) {
108 memset(target, 0, nodesize);
122 stat = (*elproc)(xdrs, target);
123 target += elsize;
/freebsd-11-stable/sbin/mount_nullfs/
H A Dmount_nullfs.c69 char target[MAXPATHLEN]; local
99 /* resolve target and source with realpath(3) */
100 if (checkpath(argv[0], target) != 0)
101 err(EX_USAGE, "%s", target);
105 if (subdir(target, source) || subdir(source, target))
107 argv[0], target, argv[1]);
111 build_iovec(&iov, &iovlen, "target", target, (size_t)-1);
141 "usage: mount_nullfs [-o options] target moun
[all...]
/freebsd-11-stable/sys/xdr/
H A Dxdr_array.c72 caddr_t target = *addrp; local
92 if (target == NULL)
97 *addrp = target = mem_alloc(nodesize);
98 if (target == NULL) {
102 memset(target, 0, nodesize);
116 stat = (*elproc)(xdrs, target);
117 target += elsize;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp60 UnwindPlanSP FuncUnwinders::GetUnwindPlanAtCallSite(Target &target, argument
64 if (UnwindPlanSP plan_sp = GetObjectFileUnwindPlan(target))
68 if (UnwindPlanSP plan_sp = GetDebugFrameUnwindPlan(target))
70 if (UnwindPlanSP plan_sp = GetEHFrameUnwindPlan(target))
72 if (UnwindPlanSP plan_sp = GetCompactUnwindUnwindPlan(target))
74 if (UnwindPlanSP plan_sp = GetArmUnwindUnwindPlan(target))
80 UnwindPlanSP FuncUnwinders::GetCompactUnwindUnwindPlan(Target &target) { argument
94 if (compact_unwind->GetUnwindPlan(target, current_pc, *unwind_plan_sp)) {
105 lldb::UnwindPlanSP FuncUnwinders::GetObjectFileUnwindPlan(Target &target) { argument
125 UnwindPlanSP FuncUnwinders::GetEHFrameUnwindPlan(Target &target) { argument
143 GetDebugFrameUnwindPlan(Target &target) argument
161 GetArmUnwindUnwindPlan(Target &target) argument
214 GetObjectFileAugmentedUnwindPlan(Target &target, Thread &thread) argument
245 GetEHFrameAugmentedUnwindPlan(Target &target, Thread &thread) argument
286 GetDebugFrameAugmentedUnwindPlan(Target &target, Thread &thread) argument
327 GetAssemblyUnwindPlan(Target &target, Thread &thread) argument
383 GetUnwindPlanAtNonCallSite(Target &target, Thread &thread) argument
434 GetUnwindPlanFastUnwind(Target &target, Thread &thread) argument
503 GetFirstNonPrologueInsn(Target &target) argument
521 GetUnwindAssemblyProfiler(Target &target) argument
530 GetLSDAAddress(Target &target) argument
546 GetPersonalityRoutinePtrAddress(Target &target) argument
[all...]
/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_basic.c64 basic_cpio(const char *target, argument
71 if (!assertMakeDir(target, 0775))
76 testprog, pack_options, target, target);
80 assertChdir(target);
95 failure("Error invoking %s -i %s in dir %s", testprog, unpack_options, target);
104 passthrough(const char *target) argument
108 if (!assertMakeDir(target, 0775))
115 testprog, target, target, targe
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap188 [\\/]* | ?:[\\/]*) target=$to;;
189 *) target=../$to;;
198 realtarget=$target
199 target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
210 "$from" >"$target" || ret=$?
214 if test -f "$realtarget" && cmp -s "$realtarget" "$target"; then
216 rm -f "$target"
219 mv -f "$target" "$realtarget"
/freebsd-11-stable/contrib/ncurses/menu/
H A Dmf_common.h85 #define SetStatus(target,mask) (target)->status |= (unsigned short) (mask)
86 #define ClrStatus(target,mask) (target)->status = (unsigned short) (target->status & (~mask))
/freebsd-11-stable/contrib/binutils/bfd/
H A Dgen-aout.c34 char *target = "unknown", *arch = "unknown"; local
46 target = argv[1];
47 if (target == NULL) {
99 printf("\n#define MY(OP) CONCAT2 (%s_,OP)\n\n", target);
100 printf("#define TARGETNAME \"a.out-%s\"\n\n", target);
106 printf("\n#include \"aout-target.h\"\n");

Completed in 143 milliseconds

1234567891011>>