Searched refs:to_path (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/crypto/openssl/util/
H A Dmklink.pl28 my @to_path = ();
33 # In this loop, @to_path always is a relative path from
38 # which means that @to_path then is a path from there to the original pwd.
43 @to_path = (pop(@pwd_path), @to_path);
45 @to_path = ("..", @to_path);
50 my $to = join('/', @to_path);
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dcopy.c21 const char *to_path,
44 apr_file_perms_set(to_path, perms); /* ignore any failure */
50 status = apr_file_open(&d, to_path, flags, perms, pool);
100 const char *to_path,
104 return apr_file_transfer_contents(from_path, to_path,
111 const char *to_path,
115 return apr_file_transfer_contents(from_path, to_path,
20 apr_file_transfer_contents(const char *from_path, const char *to_path, apr_int32_t flags, apr_fileperms_t to_perms, apr_pool_t *pool) argument
H A Dopen.c269 const char *to_path,
272 if (rename(from_path, to_path) != 0) {
410 const char *to_path)
412 if (link(from_path, to_path) == -1) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dexport.c166 const char *to_path;
200 eib->to_path,
1156 const char *to_path,
1168 if (svn_path_is_empty(to_path))
1170 to_path = svn_uri_basename(from_url, scratch_pool);
1171 eb->root_path = to_path;
1175 SVN_ERR(append_basename_if_dir(&to_path, from_url,
1177 eb->root_path = to_path;
1180 SVN_ERR(svn_io_check_path(to_path, &to_kind, scratch_pool));
1187 svn_dirent_local_style(to_path, scratch_poo
164 const char *to_path; member in struct:export_info_baton
1151 export_file_ev2(const char *from_url, const char *to_path, struct edit_baton *eb, svn_client__pathrev_t *loc, svn_ra_session_t *ra_session, apr_pool_t *scratch_pool) argument
1204 export_file(const char *from_url, const char *to_path, struct edit_baton *eb, svn_client__pathrev_t *loc, svn_ra_session_t *ra_session, apr_pool_t *scratch_pool) argument
1285 export_directory(const char *from_url, const char *to_path, struct edit_baton *eb, svn_client__pathrev_t *loc, svn_ra_session_t *ra_session, svn_boolean_t ignore_externals, svn_boolean_t ignore_keywords, svn_depth_t depth, const char *native_eol, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
1368 svn_client_export5(svn_revnum_t *result_rev, const char *from_path_or_url, const char *to_path, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_boolean_t overwrite, svn_boolean_t ignore_externals, svn_boolean_t ignore_keywords, svn_depth_t depth, const char *native_eol, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
[all...]
H A Ddeprecated.c1404 const char *to_path,
1414 return svn_client_export5(result_rev, from_path_or_url, to_path,
1422 const char *to_path,
1432 return svn_client_export4(result_rev, from_path_or_url, to_path,
1441 const char *to_path,
1452 return svn_client_export3(result_rev, from_path_or_url, to_path,
1461 const char *to_path,
1467 return svn_client_export2(result_rev, from_path_or_url, to_path, revision,
1400 svn_client_export4(svn_revnum_t *result_rev, const char *from_path_or_url, const char *to_path, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_boolean_t overwrite, svn_boolean_t ignore_externals, svn_depth_t depth, const char *native_eol, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1418 svn_client_export3(svn_revnum_t *result_rev, const char *from_path_or_url, const char *to_path, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_boolean_t overwrite, svn_boolean_t ignore_externals, svn_boolean_t recurse, const char *native_eol, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1437 svn_client_export2(svn_revnum_t *result_rev, const char *from_path_or_url, const char *to_path, svn_opt_revision_t *revision, svn_boolean_t force, const char *native_eol, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1457 svn_client_export(svn_revnum_t *result_rev, const char *from_path_or_url, const char *to_path, svn_opt_revision_t *revision, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_io_private.h172 const char *to_path,
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h272 * @param to_path The full path to the new file (using / on all systems)
279 const char *to_path,
285 * @param to_path The full path to the new file (using / on all systems)
289 const char *to_path);
294 * @param to_path The full path to the new file (using / on all systems)
304 const char *to_path,
311 * @param to_path The full path to the destination file (use / on all systems)
324 const char *to_path,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c2261 const char *to_path,
2274 &w_final_abspath, svn_dirent_local_style(to_path,pool),
2295 SVN_ERR(svn_io_set_file_read_write(to_path, TRUE, pool));
2323 svn_dirent_local_style(to_path, pool));
4520 not allow us to rename when to_path is read-only, but will
4548 svn_io_file_rename2(const char *from_path, const char *to_path,
4559 SVN_ERR(cstring_from_utf8(&to_path_apr, to_path, pool));
4574 allow us to rename when to_path is read-only, but will
4576 SVN_ERR(svn_io_set_file_read_write(to_path, TRUE, pool));
4587 svn_dirent_local_style(to_path, poo
2254 svn_io__win_rename_open_file(apr_file_t *file, const char *from_path, const char *to_path, apr_pool_t *pool) argument
4539 svn_io_file_rename2(const char *from_path, const char *to_path, svn_boolean_t flush_to_disk, apr_pool_t *pool) argument
4613 svn_io_file_move(const char *from_path, const char *to_path, apr_pool_t *pool) argument
[all...]
H A Ddeprecated.c1308 svn_io_file_rename(const char *from_path, const char *to_path,
1311 return svn_error_trace(svn_io_file_rename2(from_path, to_path,
1306 svn_io_file_rename(const char *from_path, const char *to_path, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c3165 const char *to_path;
3178 const char *to_path = args->to_path;
3189 SVN_ERR(open_path(&to_parent_path, to_root, to_path,
3197 SVN_ERR(svn_fs_base__allow_locked_operation(to_path, TRUE,
3228 to_path, trail, trail->pool));
3260 SVN_ERR(get_dag(&new_node, to_root, to_path, trail, trail->pool));
3261 SVN_ERR(add_change(to_root->fs, txn_id, to_path,
3306 const char *to_path,
3333 args.to_path
3154 const char *to_path; member in struct:copy_args
3167 const char *to_path = args->to_path; local
3292 copy_helper(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, svn_boolean_t preserve_history, apr_pool_t *pool) argument
3330 base_copy(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c1541 const char *to_path,
1577 SVN_ERR(svn_fs_x__get_dag_path(&to_dag_path, to_root, to_path,
1584 SVN_ERR(svn_fs_x__allow_locked_operation(to_path, to_root->fs,
1622 to_path, scratch_pool,
1647 SVN_ERR(svn_fs_x__get_dag_node(&new_node, to_root, to_path,
1649 SVN_ERR(add_change(to_root->fs, txn_id, to_path, kind, FALSE,
1681 const char *to_path,
1689 svn_fs__canonicalize_abspath(to_path, subpool),
1530 copy_helper(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, svn_boolean_t preserve_history, apr_pool_t *scratch_pool) argument
1670 x_copy(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h2468 * @a from_path to a new path @a to_path within the same filesystem.
2469 * In some cases, an existing node at @a to_path will be overwritten.
2471 * @a from_path and @a to_path are utf8-encoded. If @a flush_to_disk
2482 svn_io_file_rename2(const char *from_path, const char *to_path,
2493 const char *to_path,
2497 /** Move the file from @a from_path to @a to_path, even across device
2498 * boundaries. Overwrite @a to_path if it exists.
2507 const char *to_path,
H A Dsvn_client.h6534 * When exporting a directory, @a to_path is the path to the directory
6536 * is the path of the file that will be created. If @a to_path is the
6538 * will be used. If @a to_path represents an existing directory, and a
6586 const char *to_path,
6608 const char *to_path,
6633 const char *to_path,
6657 const char *to_path,
6675 const char *to_path,
H A Dsvn_fs.h2383 /** Create a copy of @a from_path in @a from_root named @a to_path in
2408 const char *to_path,
2417 * about the copy history, and where @a to_path and @a from_path are
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c2646 const char *to_path,
2681 SVN_ERR(open_path(&to_parent_path, to_root, to_path,
2687 SVN_ERR(svn_fs_fs__allow_locked_operation(to_path, to_root->fs,
2728 to_path, pool));
2753 SVN_ERR(get_dag(&new_node, to_root, to_path, pool));
2754 SVN_ERR(add_change(to_root->fs, txn_id, to_path,
2787 const char *to_path,
2790 SVN_ERR(check_newline(to_path, pool));
2796 svn_fs__canonicalize_abspath(to_path,
2634 copy_helper(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, svn_boolean_t preserve_history, apr_pool_t *pool) argument
2775 fs_copy(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h351 svn_fs_root_t *to_root, const char *to_path,
H A Dfs-loader.c1499 svn_fs_root_t *to_root, const char *to_path, apr_pool_t *pool)
1501 SVN_ERR(svn_fs__path_valid(to_path, pool));
1503 to_root, to_path, pool));
1492 svn_fs_copy(svn_fs_root_t *from_root, const char *from_path, svn_fs_root_t *to_root, const char *to_path, apr_pool_t *pool) argument

Completed in 433 milliseconds