Home
last modified time | relevance | path

Searched refs:svn_io_set_file_executable (Results 1 – 25 of 49) sorted by relevance

12

/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dio-test.c929 SVN_ERR(svn_io_set_file_executable(path, TRUE, TRUE, pool)); in ignore_enoent()
930 SVN_ERR(svn_io_set_file_executable(path, FALSE, TRUE, pool)); in ignore_enoent()
940 SVN_ERR(svn_io_set_file_executable(path, TRUE, TRUE, pool)); in ignore_enoent()
941 SVN_ERR(svn_io_set_file_executable(path, FALSE, TRUE, pool)); in ignore_enoent()
959 SVN_ERR(svn_io_set_file_executable(path, TRUE, TRUE, pool)); in ignore_enoent()
960 SVN_ERR(svn_io_set_file_executable(path, FALSE, TRUE, pool)); in ignore_enoent()
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dio-test.c929 SVN_ERR(svn_io_set_file_executable(path, TRUE, TRUE, pool)); in ignore_enoent()
930 SVN_ERR(svn_io_set_file_executable(path, FALSE, TRUE, pool)); in ignore_enoent()
940 SVN_ERR(svn_io_set_file_executable(path, TRUE, TRUE, pool)); in ignore_enoent()
941 SVN_ERR(svn_io_set_file_executable(path, FALSE, TRUE, pool)); in ignore_enoent()
959 SVN_ERR(svn_io_set_file_executable(path, TRUE, TRUE, pool)); in ignore_enoent()
960 SVN_ERR(svn_io_set_file_executable(path, FALSE, TRUE, pool)); in ignore_enoent()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dio-test.c929 SVN_ERR(svn_io_set_file_executable(path, TRUE, TRUE, pool)); in ignore_enoent()
930 SVN_ERR(svn_io_set_file_executable(path, FALSE, TRUE, pool)); in ignore_enoent()
940 SVN_ERR(svn_io_set_file_executable(path, TRUE, TRUE, pool)); in ignore_enoent()
941 SVN_ERR(svn_io_set_file_executable(path, FALSE, TRUE, pool)); in ignore_enoent()
959 SVN_ERR(svn_io_set_file_executable(path, TRUE, TRUE, pool)); in ignore_enoent()
960 SVN_ERR(svn_io_set_file_executable(path, FALSE, TRUE, pool)); in ignore_enoent()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dio-test.c929 SVN_ERR(svn_io_set_file_executable(path, TRUE, TRUE, pool)); in ignore_enoent()
930 SVN_ERR(svn_io_set_file_executable(path, FALSE, TRUE, pool)); in ignore_enoent()
940 SVN_ERR(svn_io_set_file_executable(path, TRUE, TRUE, pool)); in ignore_enoent()
941 SVN_ERR(svn_io_set_file_executable(path, FALSE, TRUE, pool)); in ignore_enoent()
959 SVN_ERR(svn_io_set_file_executable(path, TRUE, TRUE, pool)); in ignore_enoent()
960 SVN_ERR(svn_io_set_file_executable(path, FALSE, TRUE, pool)); in ignore_enoent()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dtranslate.c433 SVN_ERR(svn_io_set_file_executable(local_abspath, FALSE, FALSE, in svn_wc__sync_flags_with_props()
437 SVN_ERR(svn_io_set_file_executable(local_abspath, TRUE, FALSE, in svn_wc__sync_flags_with_props()
H A Drevert.c684 SVN_ERR(svn_io_set_file_executable(local_abspath, in revert_wc_data()
691 SVN_ERR(svn_io_set_file_executable(local_abspath, in revert_wc_data()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dtranslate.c433 SVN_ERR(svn_io_set_file_executable(local_abspath, FALSE, FALSE, in svn_wc__sync_flags_with_props()
437 SVN_ERR(svn_io_set_file_executable(local_abspath, TRUE, FALSE, in svn_wc__sync_flags_with_props()
H A Drevert.c684 SVN_ERR(svn_io_set_file_executable(local_abspath, in revert_wc_data()
691 SVN_ERR(svn_io_set_file_executable(local_abspath, in revert_wc_data()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Dtranslate.c433 SVN_ERR(svn_io_set_file_executable(local_abspath, FALSE, FALSE, in svn_wc__sync_flags_with_props()
437 SVN_ERR(svn_io_set_file_executable(local_abspath, TRUE, FALSE, in svn_wc__sync_flags_with_props()
H A Drevert.c684 SVN_ERR(svn_io_set_file_executable(local_abspath, in revert_wc_data()
691 SVN_ERR(svn_io_set_file_executable(local_abspath, in revert_wc_data()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dtranslate.c433 SVN_ERR(svn_io_set_file_executable(local_abspath, FALSE, FALSE, in svn_wc__sync_flags_with_props()
437 SVN_ERR(svn_io_set_file_executable(local_abspath, TRUE, FALSE, in svn_wc__sync_flags_with_props()
H A Drevert.c684 SVN_ERR(svn_io_set_file_executable(local_abspath, in revert_wc_data()
691 SVN_ERR(svn_io_set_file_executable(local_abspath, in revert_wc_data()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dexport.c425 err = svn_io_set_file_executable(dst_tmp, TRUE, FALSE, scratch_pool); in export_node()
852 SVN_ERR(svn_io_set_file_executable(fb->path, TRUE, FALSE, pool)); in close_file()
1042 SVN_ERR(svn_io_set_file_executable(full_path, TRUE, FALSE, scratch_pool)); in add_file_ev2()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dexport.c425 err = svn_io_set_file_executable(dst_tmp, TRUE, FALSE, scratch_pool); in export_node()
852 SVN_ERR(svn_io_set_file_executable(fb->path, TRUE, FALSE, pool)); in close_file()
1042 SVN_ERR(svn_io_set_file_executable(full_path, TRUE, FALSE, scratch_pool)); in add_file_ev2()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_client/
H A Dexport.c425 err = svn_io_set_file_executable(dst_tmp, TRUE, FALSE, scratch_pool); in export_node()
852 SVN_ERR(svn_io_set_file_executable(fb->path, TRUE, FALSE, pool)); in close_file()
1042 SVN_ERR(svn_io_set_file_executable(full_path, TRUE, FALSE, scratch_pool)); in add_file_ev2()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dexport.c425 err = svn_io_set_file_executable(dst_tmp, TRUE, FALSE, scratch_pool); in export_node()
852 SVN_ERR(svn_io_set_file_executable(fb->path, TRUE, FALSE, pool)); in close_file()
1042 SVN_ERR(svn_io_set_file_executable(full_path, TRUE, FALSE, scratch_pool)); in add_file_ev2()
/dports/java/java-subversion/subversion-1.14.1/subversion/svn/
H A Dfile-merge.c966 SVN_ERR(svn_io_set_file_executable(merged_path, executable, FALSE, in svn_cl__merge_file()
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/
H A Dcore.i95 %ignore svn_io_set_file_executable;
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/
H A Dcore.i95 %ignore svn_io_set_file_executable;
/dports/devel/py-subversion/subversion-1.14.1/subversion/svn/
H A Dfile-merge.c966 SVN_ERR(svn_io_set_file_executable(merged_path, executable, FALSE, in svn_cl__merge_file()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svn/
H A Dfile-merge.c966 SVN_ERR(svn_io_set_file_executable(merged_path, executable, FALSE, in svn_cl__merge_file()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/
H A Dcore.i95 %ignore svn_io_set_file_executable;
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/
H A Dcore.i95 %ignore svn_io_set_file_executable;
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svn/
H A Dfile-merge.c966 SVN_ERR(svn_io_set_file_executable(merged_path, executable, FALSE, in svn_cl__merge_file()
/dports/java/java-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_io.h526 svn_io_set_file_executable(const char *path,

12