Home
last modified time | relevance | path

Searched refs:APR_DIR (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/apr/file_io/unix/
H A Dmktemp.c135 if (sbuf.filetype != APR_DIR) { in gettemp()
H A Ddir.c112 return APR_DIR; in filetype_from_dirent_type()
H A Dfilestat.c35 type = APR_DIR; break; in filetype_from_mode()
/freebsd-12.1/contrib/apr/include/
H A Dapr_file_info.h65 APR_DIR, /**< a directory */ enumerator
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c312 else if (finfo->filetype == APR_DIR) in map_apr_finfo_to_node_kind()
577 if (!apr_err_2 && finfo.filetype == APR_DIR) in svn_io_open_uniquely_named()
689 && (finfo.filetype == APR_DIR)) in svn_io_create_unique_link()
1144 else if (this_entry.filetype == APR_DIR) /* recurse */ in svn_io_copy_dir_recursively()
4613 if (finfo.filetype == APR_DIR) in svn_io_dir_walk2()
5192 if (!apr_err_2 && finfo.filetype == APR_DIR) in temp_file_create()
H A Ddeprecated.c856 if (finfo->filetype == APR_DIR || finfo->filetype == APR_REG) in walk_func_filter_func()
1039 else if (finfo.filetype == APR_DIR) in svn_path_split_if_file()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dhotcopy.c202 else if (this_entry.filetype == APR_DIR) /* recurse */ in hotcopy_io_copy_dir_recursively()
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c503 else if (finfo.filetype == APR_DIR) in revert_wc_data()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dhotcopy.c200 else if (this_entry.filetype == APR_DIR) /* recurse */ in hotcopy_io_copy_dir_recursively()
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1899 if (finfo->filetype == APR_DIR) in hotcopy_structure()