Home
last modified time | relevance | path

Searched refs:apr_file_perms_set (Results 1 – 25 of 34) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/unix/
H A Dfilestat.c117 APR_DECLARE(apr_status_t) apr_file_perms_set(const char *fname, in apr_file_perms_set() function
179 return apr_file_perms_set(fname, finfo.protection); in apr_file_attrs_set()
/dports/devel/apr1/apr-1.7.0/file_io/unix/
H A Dfilestat.c174 APR_DECLARE(apr_status_t) apr_file_perms_set(const char *fname, in apr_file_perms_set() function
236 return apr_file_perms_set(fname, finfo.protection); in apr_file_attrs_set()
H A Dcopy.c44 apr_file_perms_set(to_path, perms); /* ignore any failure */ in apr_file_transfer_contents()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/netware/
H A Dfilestat.c103 APR_DECLARE(apr_status_t) apr_file_perms_set(const char *fname, in apr_file_perms_set() function
165 return apr_file_perms_set(fname, finfo.protection); in apr_file_attrs_set()
/dports/devel/apr1/apr-1.7.0/file_io/netware/
H A Dfilestat.c131 APR_DECLARE(apr_status_t) apr_file_perms_set(const char *fname, in apr_file_perms_set() function
193 return apr_file_perms_set(fname, finfo.protection); in apr_file_attrs_set()
/dports/www/mod_webauth/webauth-4.7.0/lib/
H A Dfile-io.c203 code = apr_file_perms_set(temp, APR_FPROT_UREAD | APR_FPROT_UWRITE); in wai_file_write()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/os2/
H A Dfilestat.c127 APR_DECLARE(apr_status_t) apr_file_perms_set(const char *fname, apr_fileperms_t perms) in apr_file_perms_set() function
/dports/devel/apr1/apr-1.7.0/file_io/os2/
H A Dfilestat.c128 APR_DECLARE(apr_status_t) apr_file_perms_set(const char *fname, apr_fileperms_t perms) in apr_file_perms_set() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_file_io.h665 APR_DECLARE(apr_status_t) apr_file_perms_set(const char *fname,
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_file_io.h859 APR_DECLARE(apr_status_t) apr_file_perms_set(const char *fname,
/dports/www/htdigest/httpd-2.4.6/modules/cluster/
H A Dmod_heartmonitor.c365 rv = apr_file_perms_set(path, in hm_file_update_stat()
444 rv = apr_file_perms_set(path, in hm_file_update_stats()
/dports/www/apache24/httpd-2.4.53/modules/cluster/
H A Dmod_heartmonitor.c376 rv = apr_file_perms_set(path, in hm_file_update_stat()
455 rv = apr_file_perms_set(path, in hm_file_update_stats()
/dports/www/htdigest/httpd-2.4.6/modules/dav/fs/
H A Drepos.c351 if ((status = apr_file_perms_set(dst, perms)) != APR_SUCCESS) { in dav_fs_copymove_file()
2117 if ((status = apr_file_perms_set(resource->info->pathname, perms)) in dav_fs_patch_exec()
2155 if ((status = apr_file_perms_set(resource->info->pathname, perms)) in dav_fs_patch_rollback()
/dports/www/apache24/httpd-2.4.53/modules/dav/fs/
H A Drepos.c351 if ((status = apr_file_perms_set(dst, perms)) != APR_SUCCESS) { in dav_fs_copymove_file()
2133 if ((status = apr_file_perms_set(resource->info->pathname, perms)) in dav_fs_patch_exec()
2171 if ((status = apr_file_perms_set(resource->info->pathname, perms)) in dav_fs_patch_rollback()
/dports/www/mod_perl2/mod_perl-2.0.11/xs/maps/
H A Dapr_functions.map317 apr_file_perms_set
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/win32/
H A Dfilestat.c435 APR_DECLARE(apr_status_t) apr_file_perms_set(const char *fname, in apr_file_perms_set() function
/dports/www/apache24/httpd-2.4.53/modules/md/
H A Dmd_store_fs.c325 rv = apr_file_perms_set(s_fs->base, MD_FPROT_D_UALL_WREAD); in md_store_fs_init()
517 rv = apr_file_perms_set(*pdir, perms->dir); in mk_group_dir()
H A Dmd_util.c373 rv = apr_file_perms_set(fn, perms); in md_util_fcreatex()
503 rv = apr_file_perms_set(fpath, perms); in md_text_fcreatex()
/dports/www/mod_auth_gssapi/mod_auth_gssapi-1.6.3/src/
H A Denviron.c417 status = apr_file_perms_set(path, cfg->deleg_ccache_mode); in mag_set_ccname_envvar()
/dports/devel/apr1/apr-1.7.0/file_io/win32/
H A Dfilestat.c567 APR_DECLARE(apr_status_t) apr_file_perms_set(const char *fname, in apr_file_perms_set() function
/dports/www/mod_fcgid/mod_fcgid-2.3.9/modules/fcgid/
H A Dfcgid_proc_unix.c286 rv = apr_file_perms_set(unix_addr.sun_path, in proc_spawn_process()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dio.c1004 status = apr_file_perms_set(fname_apr, perms); in file_perms_set()
1026 status = apr_file_perms_set(fname_apr, perms); in file_perms_set2()
1757 status = apr_file_perms_set(path_apr, perms_to_set); in io_set_perms()
1774 status = apr_file_perms_set(path_apr, perms_to_set); in io_set_perms()
4715 apr_file_perms_set(path_apr, finfo.protection | APR_GSETID); in dir_make()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dio.c1004 status = apr_file_perms_set(fname_apr, perms); in file_perms_set()
1026 status = apr_file_perms_set(fname_apr, perms); in file_perms_set2()
1757 status = apr_file_perms_set(path_apr, perms_to_set); in io_set_perms()
1774 status = apr_file_perms_set(path_apr, perms_to_set); in io_set_perms()
4715 apr_file_perms_set(path_apr, finfo.protection | APR_GSETID); in dir_make()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Dio.c1004 status = apr_file_perms_set(fname_apr, perms); in file_perms_set()
1026 status = apr_file_perms_set(fname_apr, perms); in file_perms_set2()
1757 status = apr_file_perms_set(path_apr, perms_to_set); in io_set_perms()
1774 status = apr_file_perms_set(path_apr, perms_to_set); in io_set_perms()
4715 apr_file_perms_set(path_apr, finfo.protection | APR_GSETID); in dir_make()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dio.c1004 status = apr_file_perms_set(fname_apr, perms); in file_perms_set()
1026 status = apr_file_perms_set(fname_apr, perms); in file_perms_set2()
1757 status = apr_file_perms_set(path_apr, perms_to_set); in io_set_perms()
1774 status = apr_file_perms_set(path_apr, perms_to_set); in io_set_perms()
4715 apr_file_perms_set(path_apr, finfo.protection | APR_GSETID); in dir_make()

12