Searched refs:target (Results 1 - 25 of 1432) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c214 my_CreateSymbolicLinkA(const char *linkname, const char *target, argument
230 tlen = strlen(target);
260 while(*target != '\0') {
261 if (*target == '/')
264 *p = *target;
265 target++;
312 my_CreateHardLinkA(const char *linkname, const char *target) argument
320 return f == NULL ? 0 : (*f)(linkname, target, NULL);
1811 "Could not retrieve symlink target: %s", pathname);
2028 * Windows symlinks need to know if the target i
[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/sys/conf/
H A Dkern.mk260 # Set target-specific linker emulation name.
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure1090 -target | --target | --targe | --targ | --tar | --ta | --t)
1092 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1167 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1215 target=$target_alias
6520 as_fn_error $? "could not find PocketPC SDK or target compiler to enable WinCE mode $CEVERSION,$TARGETCPU,$ARCH,$PLATFORM" "$LINENO" 5
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c3039 ** target platform, and SQLite version.
9475 ** on the SQLite version, the target platform, and how SQLite was compiled.
12079 ** tests that the target database contains a compatible table. A table is
12121 ** For each DELETE change, the function checks if the target database
12125 ** the changeset the row is deleted from the target database.
12166 ** For each UPDATE change, the function checks if the target database
12170 ** stored in the changeset the row is updated within the target database.
12199 ** write to the target database) occurs, then the savepoint transaction is
12200 ** rolled back, restoring the target database to its original state, and an
14728 ** When SQLITE_OMIT_WSD is defined, it means that the target platfor
104480 sqlite3ExprCodeTarget(Parse *pParse, Expr *pExpr, int target) argument
105320 sqlite3ExprCode(Parse *pParse, Expr *pExpr, int target) argument
105344 sqlite3ExprCodeCopy(Parse *pParse, Expr *pExpr, int target) argument
105357 sqlite3ExprCodeFactorable(Parse *pParse, Expr *pExpr, int target) argument
105385 sqlite3ExprCodeExprList( Parse *pParse, ExprList *pList, int target, int srcReg, u8 flags ) argument
[all...]
H A Dshell.c2152 ** interpreted as text and used as the target of the link. For a
2159 ** modification-time of the target file is set to this value before
9754 double target; /* Target nRet/nRow value */ member in struct:IdxSampleCtx
9772 bRet = (p->nRet / p->nRow) <= p->target;
10078 samplectx.target = (double)p->iSample / 100.0;
H A Dltmain.sh3288 target )
3300 arg_mode=target
3361 target)
3362 func_fatal_error "you must specify a target with '-o'"
3754 -weak LIBNAME declare that the target provides the LIBNAME interface
5245 # The HP-UX ksh and POSIX shell print the target directory to stdout
5327 # Core function for launching the target application
5358 # A function to encapsulate launching the target application
5360 # launches target application with the remaining arguments.
5823 /* target_name transforms -- use actual target progra
[all...]
H A Dconfigure1129 -target | --target | --targe | --targ | --tar | --ta | --t)
1131 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1206 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1254 target=$target_alias
2857 # We need awk for the "check" target (and possibly the TAP driver). The
2925 @echo this is the am__doit target
2938 *the\ am__doit\ target*)
2948 *the\ am__doit\ target*)
[all...]
H A DMakefile.msc349 # binary for the target platform. If it is not defined, simply define it to
365 # the target platform. If it is not defined, simply define it to the legacy
373 # compiler binary for the target platform. If it is not defined, simply define
479 # will run on the target platform. (BCC and TCC are usually the
499 # also be noted here that building any target with these "stdcall" options
745 # Any target libraries which libsqlite must be linked against
839 # If a platform was set, force the linker to target that.
967 # This is the default Makefile target. The objects listed here
976 # This Makefile target builds all of the standard binaries.
993 $(CSC) /target
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh3288 target )
3300 arg_mode=target
3361 target)
3362 func_fatal_error "you must specify a target with '-o'"
3754 -weak LIBNAME declare that the target provides the LIBNAME interface
5245 # The HP-UX ksh and POSIX shell print the target directory to stdout
5327 # Core function for launching the target application
5358 # A function to encapsulate launching the target application
5360 # launches target application with the remaining arguments.
5823 /* target_name transforms -- use actual target progra
[all...]
H A Dconfigure1247 -target | --target | --targe | --targ | --tar | --ta | --t)
1249 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1324 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1372 target=$target_alias
4201 if echo $host $target | grep mingw32 >/dev/null; then on_mingw="yes"
10231 # if running on 10.5 or later, the deployment target defaults
10233 # target defaults to 10.4. Don't you love it?
13779 # TPF is a cross-target onl
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c4308 #define OR_START(target) \
4319 target: \
4342 #define OR_BLOCK(target) \
4348 goto target; \
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.c790 int target, lun; local
792 target = srb->pccb->ccb_h.target_id;
795 if(acb->devstate[target][lun] == ARECA_RAID_GONE) {
796 acb->devstate[target][lun] = ARECA_RAID_GOOD;
803 if(acb->devstate[target][lun] == ARECA_RAID_GOOD) {
804 printf( "arcmsr%d: Target=%x, Lun=%x, selection timeout, raid volume was lost\n", acb->pci_unit, target, lun);
806 acb->devstate[target][lun] = ARECA_RAID_GONE;
813 acb->devstate[target][lun] = ARECA_RAID_GONE;
819 acb->devstate[target][lun] = ARECA_RAID_GOOD;
826 , acb->pci_unit, target, lu
882 int target, lun; local
1702 arcmsr_rescan_lun(struct AdapterControlBlock *acb, int target, int lun) argument
1723 arcmsr_abort_dr_ccbs(struct AdapterControlBlock *acb, int target, int lun) argument
1754 u_int32_t target, lun; local
2950 int target, lun; local
3149 int target = pccb->ccb_h.target_id; local
[all...]
/freebsd-11-stable/usr.bin/svn/lib/libsvn_subr/
H A DMakefile78 target.c \
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql413 /* for kind==symlink, this specifies the target. */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dopt.c923 /* Step 2: process each target. */
929 const char *target; /* after all processing is finished */
933 * This is needed so that the target can be properly canonicalized,
960 /* If the target has the same name as a Subversion
981 target = apr_pstrcat(pool, true_target, peg_rev, SVN_VA_NULL);
983 APR_ARRAY_PUSH(output_targets, const char *) = target;
1076 const char *target;
1079 target = svn_path_uri_from_iri(url_in, pool);
1081 target = svn_path_uri_autoescape(target, poo
924 const char *target; /* after all processing is finished */ local
1071 const char *target; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c106 combine_access(limited_rights_t *target,
111 if (target->access.sequence_number < rights->access.sequence_number)
112 target->access = rights->access;
117 combine_right_limits(limited_rights_t *target,
120 target->max_rights |= rights->max_rights;
121 target->min_rights &= rights->min_rights;
104 combine_access(limited_rights_t *target, const limited_rights_t *rights) argument
115 combine_right_limits(limited_rights_t *target, const limited_rights_t *rights) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c256 value_position_pair_t *target; local
302 target = stream->buffer;
309 target->value = buffer[i];
311 target->total_len = i;
312 ++target;
325 target->value = value + ((apr_uint64_t)buffer[i] << shift);
327 target->total_len = i;
328 ++target;
339 stream->used = target - stream->buffer;
613 * in the target typ
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c199 * merge target and any of its subtrees which have explicit mergeinfo
204 * describing a contiguous range to be merged to the WC merge target.
243 target. Defaults to FALSE if DRY_RUN
255 const merge_target_t *target; /* Description of merge target node */
356 source is in the same repository as the merge target, and we are not
432 check_repos_match(const merge_target_t *target,
437 if (!svn_uri__is_ancestor(target->loc.repos_root_url, url))
442 target->loc.repos_root_url);
556 check_root = ! strcmp(local_abspath, merge_b->target
252 const merge_target_t *target; /* Description of merge target node */ member in struct:merge_cmd_baton_t
428 check_repos_match(const merge_target_t *target, const char *local_abspath, const char *url, apr_pool_t *scratch_pool) argument
571 make_conflict_versions(const svn_wc_conflict_version_t **left, const svn_wc_conflict_version_t **right, const char *victim_abspath, svn_node_kind_t merge_left_node_kind, svn_node_kind_t merge_right_node_kind, const merge_source_t *merge_source, const merge_target_t *target, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4139 fix_deleted_subtree_ranges(const merge_source_t *source, const merge_target_t *target, svn_ra_session_t *ra_session, apr_array_header_t *children_with_mergeinfo, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4304 svn_client__pathrev_t *target; local
6199 insert_parent_and_sibs_of_sw_absent_del_subtree( apr_array_header_t *children_with_mergeinfo, const merge_target_t *target, int *curr_index, svn_client__merge_path_t *child, svn_depth_t depth, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
6482 get_mergeinfo_paths(apr_array_header_t *children_with_mergeinfo, const merge_target_t *target, svn_depth_t depth, svn_boolean_t dry_run, svn_boolean_t same_repos, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
8953 const merge_target_t *target; member in struct:log_noop_baton_t
9146 remove_noop_subtree_ranges(const merge_source_t *source, const merge_target_t *target, svn_ra_session_t *ra_session, apr_array_header_t *children_with_mergeinfo, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
9833 do_merge(apr_hash_t **modified_subtrees, svn_mergeinfo_catalog_t result_catalog, svn_client__conflict_report_t **conflict_report, svn_boolean_t *use_sleep, const apr_array_header_t *merge_sources, const merge_target_t *target, svn_ra_session_t *src_session, svn_boolean_t sources_related, svn_boolean_t same_repos, svn_boolean_t ignore_mergeinfo, svn_boolean_t diff_ignore_ancestry, svn_boolean_t force_delete, svn_boolean_t dry_run, svn_boolean_t record_only, apr_hash_t *record_only_paths, svn_boolean_t reintegrate_merge, svn_boolean_t squelch_mergeinfo_notifications, svn_depth_t depth, const apr_array_header_t *merge_options, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
10143 merge_cousins_and_supplement_mergeinfo( svn_client__conflict_report_t **conflict_report, svn_boolean_t *use_sleep, const merge_target_t *target, svn_ra_session_t *URL1_ra_session, svn_ra_session_t *URL2_ra_session, const merge_source_t *source, const svn_client__pathrev_t *yca, svn_boolean_t same_repos, svn_depth_t depth, svn_boolean_t diff_ignore_ancestry, svn_boolean_t force_delete, svn_boolean_t record_only, 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
10419 merge_target_t *target = apr_palloc(result_pool, sizeof(*target)); local
10503 merge_target_t *target; local
11173 find_unmerged_mergeinfo(svn_mergeinfo_catalog_t *unmerged_to_source_catalog, svn_revnum_t *youngest_merged_rev, svn_revnum_t yc_ancestor_rev, svn_mergeinfo_catalog_t source_catalog, apr_hash_t *target_history_hash, const svn_client__pathrev_t *source_loc, const merge_target_t *target, svn_ra_session_t *source_ra_session, svn_ra_session_t *target_ra_session, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
11403 calculate_left_hand_side(svn_client__pathrev_t **left_p, svn_mergeinfo_catalog_t *merged_to_source_catalog, svn_mergeinfo_catalog_t *unmerged_to_source_catalog, const merge_target_t *target, apr_hash_t *subtrees_with_mergeinfo, const svn_client__pathrev_t *source_loc, svn_ra_session_t *source_ra_session, svn_ra_session_t *target_ra_session, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
11559 find_reintegrate_merge(merge_source_t **source_p, svn_client__pathrev_t **yc_ancestor_p, svn_ra_session_t *source_ra_session, const svn_client__pathrev_t *source_loc, svn_ra_session_t *target_ra_session, const merge_target_t *target, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
11723 merge_target_t *target; local
11776 merge_target_t *target; local
11886 merge_target_t *target; local
11956 svn_client__pathrev_t *yca, *base, *right, *target; member in struct:automatic_merge_t
12133 merge_target_t *target; member in struct:source_and_target_t
12345 find_last_merged_location(svn_client__pathrev_t **base_p, svn_client__pathrev_t *yca, const branch_history_t *source_branch, svn_client__pathrev_t *target, svn_client_ctx_t *ctx, svn_ra_session_t *ra_session, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
12767 merge_target_t *target; local
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dgen-make.py74 for target in sorted_targets:
75 print(dep_type + ": " + _objinfo(target))
76 for source in target_dict[target]:
H A Dconfigure810 target
1291 -target | --target | --targe | --targ | --tar | --ta | --t)
1293 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1368 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1416 target=$target_alias
1567 --target=TARGET configure for building compilers for TARGET [HOST]
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4485 $as_echo_n "checking target syste
[all...]
H A Dbuild-outputs.mk123 # Section 5: Individual target build rules
527 libsvn_subr_DEPS = subversion/libsvn_subr/adler32.lo subversion/libsvn_subr/apr_escape.lo subversion/libsvn_subr/atomic.lo subversion/libsvn_subr/auth.lo subversion/libsvn_subr/base64.lo subversion/libsvn_subr/bit_array.lo subversion/libsvn_subr/cache-inprocess.lo subversion/libsvn_subr/cache-membuffer.lo subversion/libsvn_subr/cache-memcache.lo subversion/libsvn_subr/cache-null.lo subversion/libsvn_subr/cache.lo subversion/libsvn_subr/cache_config.lo subversion/libsvn_subr/checksum.lo subversion/libsvn_subr/cmdline.lo subversion/libsvn_subr/compat.lo subversion/libsvn_subr/compress_lz4.lo subversion/libsvn_subr/compress_zlib.lo subversion/libsvn_subr/config.lo subversion/libsvn_subr/config_auth.lo subversion/libsvn_subr/config_file.lo subversion/libsvn_subr/config_win.lo subversion/libsvn_subr/crypto.lo subversion/libsvn_subr/ctype.lo subversion/libsvn_subr/date.lo subversion/libsvn_subr/debug.lo subversion/libsvn_subr/deprecated.lo subversion/libsvn_subr/dirent_uri.lo subversion/libsvn_subr/dso.lo subversion/libsvn_subr/encode.lo subversion/libsvn_subr/eol.lo subversion/libsvn_subr/error.lo subversion/libsvn_subr/fnv1a.lo subversion/libsvn_subr/gpg_agent.lo subversion/libsvn_subr/hash.lo subversion/libsvn_subr/io.lo subversion/libsvn_subr/iter.lo subversion/libsvn_subr/lock.lo subversion/libsvn_subr/log.lo subversion/libsvn_subr/lz4/lz4.lo subversion/libsvn_subr/macos_keychain.lo subversion/libsvn_subr/magic.lo subversion/libsvn_subr/md5.lo subversion/libsvn_subr/mergeinfo.lo subversion/libsvn_subr/mutex.lo subversion/libsvn_subr/nls.lo subversion/libsvn_subr/object_pool.lo subversion/libsvn_subr/opt.lo subversion/libsvn_subr/packed_data.lo subversion/libsvn_subr/path.lo subversion/libsvn_subr/pool.lo subversion/libsvn_subr/prefix_string.lo subversion/libsvn_subr/prompt.lo subversion/libsvn_subr/properties.lo subversion/libsvn_subr/quoprint.lo subversion/libsvn_subr/root_pools.lo subversion/libsvn_subr/simple_providers.lo subversion/libsvn_subr/skel.lo subversion/libsvn_subr/sorts.lo subversion/libsvn_subr/spillbuf.lo subversion/libsvn_subr/sqlite.lo subversion/libsvn_subr/sqlite3wrapper.lo subversion/libsvn_subr/ssl_client_cert_providers.lo subversion/libsvn_subr/ssl_client_cert_pw_providers.lo subversion/libsvn_subr/ssl_server_trust_providers.lo subversion/libsvn_subr/stream.lo subversion/libsvn_subr/string.lo subversion/libsvn_subr/subst.lo subversion/libsvn_subr/sysinfo.lo subversion/libsvn_subr/target.lo subversion/libsvn_subr/temp_serializer.lo subversion/libsvn_subr/time.lo subversion/libsvn_subr/token.lo subversion/libsvn_subr/types.lo subversion/libsvn_subr/user.lo subversion/libsvn_subr/username_providers.lo subversion/libsvn_subr/utf.lo subversion/libsvn_subr/utf8proc.lo subversion/libsvn_subr/utf_validate.lo subversion/libsvn_subr/utf_width.lo subversion/libsvn_subr/validate.lo subversion/libsvn_subr/version.lo subversion/libsvn_subr/win32_crashrpt.lo subversion/libsvn_subr/win32_crypto.lo subversion/libsvn_subr/win32_xlate.lo subversion/libsvn_subr/x509info.lo subversion/libsvn_subr/x509parse.lo subversion/libsvn_subr/xml.lo
528 libsvn_subr_OBJECTS = adler32.lo apr_escape.lo atomic.lo auth.lo base64.lo bit_array.lo cache-inprocess.lo cache-membuffer.lo cache-memcache.lo cache-null.lo cache.lo cache_config.lo checksum.lo cmdline.lo compat.lo compress_lz4.lo compress_zlib.lo config.lo config_auth.lo config_file.lo config_win.lo crypto.lo ctype.lo date.lo debug.lo deprecated.lo dirent_uri.lo dso.lo encode.lo eol.lo error.lo fnv1a.lo gpg_agent.lo hash.lo io.lo iter.lo lock.lo log.lo lz4/lz4.lo macos_keychain.lo magic.lo md5.lo mergeinfo.lo mutex.lo nls.lo object_pool.lo opt.lo packed_data.lo path.lo pool.lo prefix_string.lo prompt.lo properties.lo quoprint.lo root_pools.lo simple_providers.lo skel.lo sorts.lo spillbuf.lo sqlite.lo sqlite3wrapper.lo ssl_client_cert_providers.lo ssl_client_cert_pw_providers.lo ssl_server_trust_providers.lo stream.lo string.lo subst.lo sysinfo.lo target.lo temp_serializer.lo time.lo token.lo types.lo user.lo username_providers.lo utf.lo utf8proc.lo utf_validate.lo utf_width.lo validate.lo version.lo win32_crashrpt.lo win32_crypto.lo win32_xlate.lo x509info.lo x509parse.lo xml.lo
3034 subversion/libsvn_subr/target.lo: subversion/libsvn_subr/target.c subversion/include/private/svn_debug.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y788 build_doing(target, options)
789 char *target;
803 if (!strcmp(it->imsi_stor->ims_name, target))
/freebsd-11-stable/sys/dev/xen/balloon/
H A Dballoon.c63 /* We aim for 'current allocation' == 'target allocation'. */
85 SYSCTL_ULONG(_dev_xen_balloon, OID_AUTO, target, CTLFLAG_RD,
110 unsigned long target = min(bs.target_pages, bs.hard_limit); local
111 if (target > (bs.current_pages + bs.balloon_low + bs.balloon_high))
112 target = bs.current_pages + bs.balloon_low + bs.balloon_high;
113 return (target);
266 * We may of course race updates of the target counts (which are protected
301 /* Resets the Xen limit, sets new target, and kicks off processing. */
303 set_new_target(unsigned long target) argument
307 bs.target_pages = max(target, minimum_targe
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c1268 * The symlink target file is "../ref/" and its
1272 * The symlink target file is "../f" and its
2461 * Register entry to get a hardlink target.
2473 /* This `file` is a hardlink target. */
2481 /* A hardlink target must be the first position. */
2505 * We have to find out hardlink target entries for entries which
2506 * have a hardlink target name.
2513 struct file *target, *nf; local
2518 /* The first entry must be a hardlink target. */
2519 target
[all...]

Completed in 1217 milliseconds

1234567891011>>