Searched refs:apr_fileperms_t (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/apr/include/
H A Dapr_perms_set.h42 typedef apr_status_t (apr_perms_setfn_t)(void *object, apr_fileperms_t perms,
47 (void *the##type, apr_fileperms_t perms, \
52 (void *the##type, apr_fileperms_t perms, \
H A Dapr_file_io.h251 apr_int32_t flag, apr_fileperms_t perm,
305 apr_fileperms_t perms,
325 apr_fileperms_t perms,
767 apr_fileperms_t perm,
860 apr_fileperms_t perms);
901 APR_DECLARE(apr_status_t) apr_dir_make(const char *path, apr_fileperms_t perm,
912 apr_fileperms_t perm,
H A Dapr_file_info.h125 typedef apr_int32_t apr_fileperms_t; typedef
181 apr_fileperms_t protection;
H A Dapr_thread_proc.h593 apr_fileperms_t perms);
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dcopy.c23 apr_fileperms_t to_perms,
29 apr_fileperms_t perms;
101 apr_fileperms_t perms,
112 apr_fileperms_t perms,
H A Dfileacc.c35 mode_t apr_unix_perms2mode(apr_fileperms_t perms)
71 apr_fileperms_t apr_unix_mode2perms(mode_t mode)
73 apr_fileperms_t perms = 0;
H A Ddir.c297 apr_status_t apr_dir_make(const char *path, apr_fileperms_t perm,
310 apr_status_t apr_dir_make_recursive(const char *path, apr_fileperms_t perm,
H A Dpipe.c281 apr_fileperms_t perm, apr_pool_t *pool)
H A Dfilestat.c175 apr_fileperms_t perms)
H A Dopen.c93 apr_fileperms_t perm,
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_dbm.h91 apr_int32_t mode, apr_fileperms_t perm,
112 apr_int32_t mode, apr_fileperms_t perm,
H A Dapr_sdbm.h29 #include "apr_file_io.h" /* for apr_fileperms_t */
88 apr_fileperms_t perms, apr_pool_t *p);
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapr_dbm_private.h42 APU_DECLARE(int) apr_posix_perms2mode(apr_fileperms_t perm);
53 apr_int32_t mode, apr_fileperms_t perm,
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h165 mode_t apr_unix_perms2mode(apr_fileperms_t perms);
166 apr_fileperms_t apr_unix_mode2perms(mode_t mode);
H A Dapr_arch_threadproc.h84 apr_fileperms_t perms;
H A Dapr_arch_proc_mutex.h77 apr_status_t (*perms_set)(apr_proc_mutex_t *, apr_fileperms_t, apr_uid_t, apr_gid_t);
/freebsd-11-stable/contrib/apr-util/dbm/
H A Dapr_dbm.c196 apr_fileperms_t perm,
209 apr_int32_t mode, apr_fileperms_t perm,
299 APU_DECLARE(int) apr_posix_perms2mode(apr_fileperms_t perm)
H A Dapr_dbm_ndbm.c74 apr_int32_t mode, apr_fileperms_t perm,
H A Dapr_dbm_sdbm.c55 apr_int32_t mode, apr_fileperms_t perm,
H A Dapr_dbm_gdbm.c80 apr_int32_t mode, apr_fileperms_t perm,
H A Dapr_dbm_berkeleydb.c138 apr_int32_t mode, apr_fileperms_t perm,
/freebsd-11-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c87 apr_int32_t flags, apr_fileperms_t perms, apr_pool_t *p)
173 apr_fileperms_t perms, apr_pool_t *p)
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h2240 apr_fileperms_t perm,
2514 apr_fileperms_t perm,
2521 apr_fileperms_t perm,
2536 apr_fileperms_t perm,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c388 apr_fileperms_t perm,
999 file_perms_set(const char *fname, apr_fileperms_t perms,
1020 file_perms_set2(apr_file_t* file, apr_fileperms_t perms, apr_pool_t *pool)
1590 get_default_file_perms(apr_fileperms_t *perms,
1595 static apr_fileperms_t default_perms = 0;
1600 apr_fileperms_t is an atomic type on 32+ bit machines.
1653 apr_fileperms_t *perms,
1658 apr_fileperms_t default_perms;
1684 apr_fileperms_t perms_to_set;
3929 apr_int32_t flag, apr_fileperms_t per
[all...]
/freebsd-11-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c41 apr_fileperms_t perms,
425 apr_fileperms_t perms,
1125 apr_fileperms_t perms,
1299 apr_fileperms_t perms,

Completed in 126 milliseconds

12