Searched refs:target (Results 26 - 50 of 1432) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c59 /* The line where the hunk matched in the target file. */
78 * content of a target, be it a property or the text of a file. */
92 * last line read from the target file was using. */
106 /* The keywords of the target. They will be contracted when reading
148 * This is equivalent to the target, except that in appropriate
168 /* The target path as it appeared in the patch file,
172 /* The target path, relative to the working copy directory the
177 /* The absolute path of the target on the filesystem.
182 /* The target file, read-only. This is NULL in case the target
444 resolve_target_path(patch_target_t *target, const char *path_from_patchfile, const char *root_abspath, int strip_count, svn_boolean_t has_text_changes, svn_boolean_t follow_moves, svn_wc_context_t *wc_ctx, const apr_array_header_t *targets_info, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
745 init_prop_target(prop_patch_target_t **prop_target, const patch_target_t *target, const char *prop_name, svn_diff_operation_kind_t operation, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1019 patch_target_t *target; local
1822 get_hunk_info(hunk_info_t **hi, patch_target_t *target, target_content_t *content, svn_diff_hunk_t *hunk, svn_linenum_t fuzz, svn_linenum_t previous_offset, svn_boolean_t ignore_whitespace, svn_boolean_t is_prop_hunk, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2140 reject_hunk(patch_target_t *target, target_content_t *content, svn_diff_hunk_t *hunk, const char *prop_name, apr_pool_t *pool) argument
2214 apply_hunk(patch_target_t *target, target_content_t *content, hunk_info_t *hi, const char *prop_name, apr_pool_t *pool) argument
2306 send_hunk_notification(const hunk_info_t *hi, const patch_target_t *target, const char *prop_name, const svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2346 send_patch_notification(const patch_target_t *target, const svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
2536 patch_target_t *target; local
2993 create_missing_parents(patch_target_t *target, const char *abs_wc_path, svn_client_ctx_t *ctx, svn_boolean_t dry_run, apr_array_header_t *targets_info, apr_pool_t *scratch_pool) argument
3143 install_patched_target(patch_target_t *target, const char *abs_wc_path, svn_client_ctx_t *ctx, svn_boolean_t dry_run, apr_array_header_t *targets_info, apr_pool_t *pool) argument
3312 write_out_rejected_hunks(patch_target_t *target, const char *root_abspath, svn_boolean_t dry_run, apr_pool_t *scratch_pool) argument
3368 install_patched_prop_targets(patch_target_t *target, svn_client_ctx_t *ctx, svn_boolean_t dry_run, apr_pool_t *scratch_pool) argument
3661 patch_target_t *target; local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dbase32.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
57 isc_buffer_t *target, const char base[])
72 RETERR(str_totext(buf, target));
81 RETERR(str_totext(buf, target));
89 RETERR(str_totext(buf, target));
98 RETERR(str_totext(buf, target));
104 RETERR(str_totext(buf, target));
112 RETERR(str_totext(wordbreak, target));
122 const char *wordbreak, isc_buffer_t *target)
56 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target, const char base[]) argument
121 isc_base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
128 isc_base32hex_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
140 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member in struct:__anon4812
149 base32_decode_init(base32_decode_ctx_t *ctx, int length, const char base[], isc_buffer_t *target) argument
255 base32_tobuffer(isc_lex_t *lexer, const char base[], isc_buffer_t *target, int length) argument
287 isc_base32_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
292 isc_base32hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
297 base32_decodestring(const char *cstr, const char base[], isc_buffer_t *target) argument
314 isc_base32_decodestring(const char *cstr, isc_buffer_t *target) argument
319 isc_base32hex_decodestring(const char *cstr, isc_buffer_t *target) argument
324 base32_decoderegion(isc_region_t *source, const char base[], isc_buffer_t *target) argument
338 isc_base32_decoderegion(isc_region_t *source, isc_buffer_t *target) argument
343 isc_base32hex_decoderegion(isc_region_t *source, isc_buffer_t *target) argument
348 str_totext(const char *source, isc_buffer_t *target) argument
364 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
[all...]
H A Dhex.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
52 const char *wordbreak, isc_buffer_t *target)
64 RETERR(str_totext(buf, target));
72 RETERR(str_totext(wordbreak, target));
83 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member in struct:__anon4820
89 hex_decode_init(hex_decode_ctx_t *ctx, int length, isc_buffer_t *target) argument
93 ctx->target = target;
107 RETERR(mem_tobuffer(ctx->target,
51 isc_hex_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
129 isc_hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
159 isc_hex_decodestring(const char *cstr, isc_buffer_t *target) argument
176 str_totext(const char *source, isc_buffer_t *target) argument
192 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
[all...]
H A Dstring.c99 isc_string_copy(char *target, size_t size, const char *source) { argument
102 if (strlcpy(target, source, size) >= size) {
103 memset(target, ISC_STRING_MAGIC, size);
107 ENSURE(strlen(target) < size);
113 isc_string_copy_truncate(char *target, size_t size, const char *source) { argument
116 strlcpy(target, source, size);
118 ENSURE(strlen(target) < size);
122 isc_string_append(char *target, size_t size, const char *source) { argument
124 REQUIRE(strlen(target) < size);
126 if (strlcat(target, sourc
137 isc_string_append_truncate(char *target, size_t size, const char *source) argument
147 isc_string_printf(char *target, size_t size, const char *format, ...) argument
168 isc_string_printf_truncate(char *target, size_t size, const char *format, ...) argument
184 char *target; local
[all...]
H A Dbitstring.c82 isc_bitstring_t *target, unsigned int tbitpos,
89 * the 'n' bits of 'target' starting at 'tbitpos'.
93 REQUIRE(VALID_BITSTRING(target));
94 REQUIRE(source->lsb0 == target->lsb0);
103 if (target->lsb0) {
104 REQUIRE(tbitpos <= target->length);
105 tbitpos = PADDED(target->size) - tbitpos;
109 REQUIRE(tlast <= target->size);
111 if (tlast > target->length)
112 target
81 isc_bitstring_copy(isc_bitstring_t *source, unsigned int sbitpos, isc_bitstring_t *target, unsigned int tbitpos, unsigned int n) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.schrock.ksh44 pid\$target::\$1:entry
49 pid\$target:::entry
55 pid\$target:::return
61 pid\$target::\$1:return
/freebsd-11-stable/crypto/openssl/util/pl/
H A Dlinux.pl56 local($obj,$target,$name,$shlib,$so_name)=@_;
59 $target =~ s/\//$o/g if $o ne '/';
62 $ret.="$target: \$(${Name}OBJ)\n";
63 $ret.="\t\$(RM) target\n";
64 $ret.="\tgcc \${CFLAGS} -shared -Wl,-soname,$target -o $target \$(${Name}OBJ)\n";
65 ($t=$target) =~ s/(^.*)\/[^\/]*$/$1/;
69 $ret.="\tln -s $target \$(LIB_D)$o$so_name\n\n";
75 local($target,$files,$dep_libs,$libs)=@_;
79 $n=&bname($target);
[all...]
H A Dultrix.pl28 local($target,$files,$dep_libs,$libs)=@_;
32 $n=&bname($target);
33 $ret.="$target: $files $dep_libs\n";
34 $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
/freebsd-11-stable/tools/regression/environ/
H A DMakefile7 .for target in ${.TARGET}
9 @${MAKE} -f Makefile.${prog} ${target}
/freebsd-11-stable/stand/libsa/
H A Dlseek.c71 off_t bufpos, filepos, target; local
111 target = offset;
114 target = bufpos + offset;
120 if (bufpos <= target && target < filepos) {
121 f->f_raoffset += target - bufpos;
122 f->f_ralen -= target - bufpos;
123 return (target);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp27 Target &target = GetSelectedOrDummyTarget(); variable
29 if (target.GetCollectingStats()) {
35 target.SetCollectingStats(true);
52 Target &target = GetSelectedOrDummyTarget(); variable
54 if (!target.GetCollectingStats()) {
60 target.SetCollectingStats(false);
76 Target &target = GetSelectedOrDummyTarget(); variable
79 for (auto &stat : target.GetStatistics()) {
H A DCommandObjectBreakpoint.h27 Args &args, Target *target, CommandReturnObject &result,
30 VerifyIDs(args, target, true, result, valid_ids, purpose);
34 VerifyBreakpointIDs(Args &args, Target *target, CommandReturnObject &result, argument
37 VerifyIDs(args, target, false, result, valid_ids, purpose);
41 static void VerifyIDs(Args &args, Target *target, bool allow_locations,
26 VerifyBreakpointOrLocationIDs( Args &args, Target *target, CommandReturnObject &result, BreakpointIDList *valid_ids, BreakpointName::Permissions ::PermissionKinds purpose) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DExpression.cpp15 Expression::Expression(Target &target) argument
16 : m_target_wp(target.shared_from_this()),
19 // Can't make any kind of expression without a target.
/freebsd-11-stable/contrib/unbound/
H A Dfreebsd-sources.pl45 my ($target) = @_;
48 open(MAKE, "-|", "make", "-V${target}_OBJ_LINK")
63 foreach my $target (@targets) {
64 $sources{$target} = {
67 get_sources($target)))
69 print("# $target_names{$target}\n");
70 my $SRCS = fill("SRCS=\t", "\t", sort keys %{$sources{$target}});
/freebsd-11-stable/usr.sbin/ctld/
H A Dparse.y52 static struct target *target = NULL;
106 target
482 target: TARGET target_name label
485 target = NULL;
491 target = target_new(conf, $1);
493 if (target == NULL)
533 if (target->t_alias != NULL) {
534 log_warnx("alias for target \"%s\" "
535 "specified more than once", target
[all...]
H A Duclparse.c54 static int uclparse_target_portal_group(struct target *, const ucl_object_t *);
55 static int uclparse_target_lun(struct target *, const ucl_object_t *);
134 uclparse_target_portal_group(struct target *target, const ucl_object_t *obj) argument
143 log_warnx("portal-group section in target \"%s\" is missing "
144 "\"name\" string key", target->t_name);
150 log_warnx("portal-group section in target \"%s\" is missing "
151 "\"auth-group-name\" string key", target->t_name);
158 log_warnx("unknown portal-group \"%s\" for target "
159 "\"%s\"", ucl_object_tostring(portal_group), target
185 uclparse_target_lun(struct target *target, const ucl_object_t *obj) argument
618 struct target *target; local
[all...]
/freebsd-11-stable/sys/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h90 ck_pr_md_load_##S(const M *target) \
95 : "r" (target) \
115 ck_pr_md_store_##S(M *target, T v) \
120 "r" (target) \
155 ck_pr_cas_64_value(uint64_t *target, uint64_t compare, uint64_t set, uint64_t *value) argument
160 : "r" (target),
169 ck_pr_cas_64(uint64_t *target, uint64_t compare, uint64_t set) argument
174 : "r" (target),
182 ck_pr_cas_ptr(void *target, void *compare, void *set) argument
185 return ck_pr_cas_64(target, (uint64_
189 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *previous) argument
[all...]
/freebsd-11-stable/contrib/apr-util/
H A Dbuild.conf53 target = crypto/apr_crypto_commoncrypto.la
57 target = crypto/apr_crypto_openssl.la
61 target = crypto/apr_crypto_nss.la
65 target = dbd/apr_dbd_pgsql.la
69 target = dbd/apr_dbd_sqlite2.la
73 target = dbd/apr_dbd_sqlite3.la
77 target = dbd/apr_dbd_oracle.la
81 target = dbd/apr_dbd_mysql.la
85 target = dbd/apr_dbd_odbc.la
89 target
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.newprobes.ksh52 system("dtrace -c date -ln 'pid\$target::main:entry' >/dev/null");
58 system("dtrace -c date -ln 'pid\$target::main:return' >/dev/null");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.linkmap.ksh31 pid\$target:LM1\`ld.so.1:strstr:entry,
32 pid\$target:libc.so.1:strstr:entry
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-coremask.c100 unsigned int target; local
115 target = state.s[i].exit + 1; /* wrap-around at 32b */
120 state.s[i].exit = target; /* signal exit condition */
124 while (state.s[i].exit != target)
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Drtld_machdep.h48 #define call_initfini_pointer(obj, target) \
49 (((InitFunc)(target))())
51 #define call_init_pointer(obj, target) \
52 (((InitArrFunc)(target))(main_argc, main_argv, environ))
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp39 Target *target = exe_ctx.GetTargetPtr(); local
40 if (target && !target->GetSectionLoadList().IsEmpty()) {
41 if (target->GetSectionLoadList().ResolveLoadAddress(func_ptr_address,
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstruction.i36 GetMnemonic (lldb::SBTarget target);
39 GetOperands (lldb::SBTarget target);
42 GetComment (lldb::SBTarget target);
45 GetData (lldb::SBTarget target);
82 return self.GetMnemonic (target)
84 return self.GetOperands (target)
86 return self.GetComment (target)
90 return self.GetComment (target)
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dos.FreeBSD.mk2 # Building for a FreeBSD target.

Completed in 234 milliseconds

1234567891011>>