Home
last modified time | relevance | path

Searched refs:APR_LNK (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
HDapr_file_info.h69 APR_LNK, /**< a symbolic link */ enumerator
/freebsd-11-stable/contrib/apr/file_io/unix/
HDdir.c123 return APR_LNK; in filetype_from_dirent_type()
HDfilestat.c37 type = APR_LNK; break; in filetype_from_mode()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
HDrevert.c525 if (finfo.filetype == APR_REG || finfo.filetype == APR_LNK) in revert_wc_data()
533 special = (finfo.filetype == APR_LNK); in revert_wc_data()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
HDhotcopy.c192 else if (this_entry.filetype == APR_LNK) /* symlink */ in hotcopy_io_copy_dir_recursively()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
HDhotcopy.c190 else if (this_entry.filetype == APR_LNK) /* symlink */ in hotcopy_io_copy_dir_recursively()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
HDio.c331 else if (finfo->filetype == APR_LNK) in map_apr_finfo_to_node_kind()
1183 else if (this_entry.filetype == APR_LNK) /* symlink */ in svn_io_copy_dir_recursively()
1707 if (finfo.filetype == APR_LNK) in io_set_perms()
4931 else if (finfo.filetype == APR_REG || finfo.filetype == APR_LNK) in svn_io_dir_walk2()
HDsubst.c1455 case APR_LNK: in svn_subst_read_specialfile()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
HDrepos.c1913 else if (finfo->filetype == APR_LNK) in hotcopy_structure()