| /trueos/crypto/openssl/util/ |
| HD | mklink.pl | 28 my @to_path = (); 43 @to_path = (pop(@pwd_path), @to_path); 45 @to_path = ("..", @to_path); 50 my $to = join('/', @to_path);
|
| /trueos/contrib/subversion/subversion/libsvn_client/ |
| HD | export.c | 164 const char *to_path; member 198 eib->to_path, in export_node() 1152 const char *to_path, in export_file_ev2() argument 1164 if (svn_path_is_empty(to_path)) in export_file_ev2() 1167 to_path = svn_uri_basename(from_path_or_url, scratch_pool); in export_file_ev2() 1169 to_path = svn_dirent_basename(from_path_or_url, NULL); in export_file_ev2() 1170 eb->root_path = to_path; in export_file_ev2() 1174 SVN_ERR(append_basename_if_dir(&to_path, from_path_or_url, in export_file_ev2() 1176 eb->root_path = to_path; in export_file_ev2() 1179 SVN_ERR(svn_io_check_path(to_path, &to_kind, scratch_pool)); in export_file_ev2() [all …]
|
| HD | deprecated.c | 1242 const char *to_path, in svn_client_export4() argument 1252 return svn_client_export5(result_rev, from_path_or_url, to_path, in svn_client_export4() 1260 const char *to_path, in svn_client_export3() argument 1270 return svn_client_export4(result_rev, from_path_or_url, to_path, in svn_client_export3() 1279 const char *to_path, in svn_client_export2() argument 1290 return svn_client_export3(result_rev, from_path_or_url, to_path, in svn_client_export2() 1299 const char *to_path, in svn_client_export() argument 1305 return svn_client_export2(result_rev, from_path_or_url, to_path, revision, in svn_client_export()
|
| /trueos/contrib/apr/file_io/unix/ |
| HD | copy.c | 21 const char *to_path, in apr_file_transfer_contents() argument 49 status = apr_file_open(&d, to_path, flags, perms, pool); in apr_file_transfer_contents() 99 const char *to_path, in apr_file_copy() argument 103 return apr_file_transfer_contents(from_path, to_path, in apr_file_copy() 110 const char *to_path, in apr_file_append() argument 114 return apr_file_transfer_contents(from_path, to_path, in apr_file_append()
|
| HD | open.c | 269 const char *to_path, in apr_file_rename() argument 272 if (rename(from_path, to_path) != 0) { in apr_file_rename() 410 const char *to_path) in APR_DECLARE() 412 if (link(from_path, to_path) == -1) { in APR_DECLARE()
|
| /trueos/contrib/apr/include/ |
| HD | apr_file_io.h | 279 const char *to_path, 289 const char *to_path); 304 const char *to_path, 320 const char *to_path,
|
| /trueos/contrib/subversion/subversion/libsvn_fs_base/ |
| HD | tree.c | 3064 const char *to_path; member 3077 const char *to_path = args->to_path; in txn_body_copy() local 3088 SVN_ERR(open_path(&to_parent_path, to_root, to_path, in txn_body_copy() 3096 SVN_ERR(svn_fs_base__allow_locked_operation(to_path, TRUE, in txn_body_copy() 3126 to_path, trail, trail->pool)); in txn_body_copy() 3158 SVN_ERR(get_dag(&new_node, to_root, to_path, trail, trail->pool)); in txn_body_copy() 3159 SVN_ERR(add_change(to_root->fs, txn_id, to_path, in txn_body_copy() 3204 const char *to_path, in copy_helper() argument 3231 args.to_path = to_path; in copy_helper() 3242 const char *to_path, in base_copy() argument [all …]
|
| /trueos/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | tree.c | 2344 const char *to_path, in copy_helper() argument 2373 SVN_ERR(open_path(&to_parent_path, to_root, to_path, in copy_helper() 2379 SVN_ERR(svn_fs_fs__allow_locked_operation(to_path, to_root->fs, in copy_helper() 2420 to_path, pool)); in copy_helper() 2445 SVN_ERR(get_dag(&new_node, to_root, to_path, TRUE, pool)); in copy_helper() 2446 SVN_ERR(add_change(to_root->fs, txn_id, to_path, in copy_helper() 2479 const char *to_path, in fs_copy() argument 2482 SVN_ERR(check_newline(to_path, pool)); in fs_copy() 2488 svn_fs__canonicalize_abspath(to_path, in fs_copy()
|
| /trueos/contrib/subversion/subversion/libsvn_subr/ |
| HD | io.c | 3624 svn_io_file_rename(const char *from_path, const char *to_path, in svn_io_file_rename() argument 3631 SVN_ERR(cstring_from_utf8(&to_path_apr, to_path, pool)); in svn_io_file_rename() 3643 SVN_ERR(svn_io_set_file_read_write(to_path, TRUE, pool)); in svn_io_file_rename() 3653 svn_dirent_local_style(to_path, pool)); in svn_io_file_rename() 3660 svn_io_file_move(const char *from_path, const char *to_path, in svn_io_file_move() argument 3663 svn_error_t *err = svn_io_file_rename(from_path, to_path, pool); in svn_io_file_move() 3672 svn_dirent_dirname(to_path, pool), in svn_io_file_move() 3680 err = svn_io_file_rename(tmp_to_path, to_path, pool); in svn_io_file_move() 3688 svn_error_clear(svn_io_remove_file2(to_path, FALSE, pool)); in svn_io_file_move()
|
| /trueos/contrib/subversion/subversion/include/ |
| HD | svn_io.h | 2132 const char *to_path, 2146 const char *to_path,
|
| HD | svn_client.h | 5292 const char *to_path, 5314 const char *to_path, 5339 const char *to_path, 5363 const char *to_path, 5381 const char *to_path,
|
| HD | svn_fs.h | 1797 const char *to_path,
|
| /trueos/contrib/subversion/subversion/libsvn_fs/ |
| HD | fs-loader.c | 1164 svn_fs_root_t *to_root, const char *to_path, apr_pool_t *pool) in svn_fs_copy() argument 1166 SVN_ERR(svn_fs__path_valid(to_path, pool)); in svn_fs_copy() 1168 to_root, to_path, pool)); in svn_fs_copy()
|
| HD | fs-loader.h | 305 svn_fs_root_t *to_root, const char *to_path,
|