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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h69 APR_LNK, /**< a symbolic link */ enumerator in enum:__anon1
183 * APR_LNK or APR_SOCK. If the type is undetermined, the value is APR_NOFILE.
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Ddir.c123 return APR_LNK;
H A Dfilestat.c37 type = APR_LNK; break;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c526 if (finfo.filetype == APR_REG || finfo.filetype == APR_LNK)
534 special = (finfo.filetype == APR_LNK);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dhotcopy.c192 else if (this_entry.filetype == APR_LNK) /* symlink */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c333 else if (finfo->filetype == APR_LNK)
1186 else if (this_entry.filetype == APR_LNK) /* symlink */
1712 if (finfo.filetype == APR_LNK)
4940 else if (finfo.filetype == APR_REG || finfo.filetype == APR_LNK)
H A Dsubst.c1459 case APR_LNK:
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dhotcopy.c190 else if (this_entry.filetype == APR_LNK) /* symlink */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1914 else if (finfo->filetype == APR_LNK)

Completed in 237 milliseconds