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

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dmktemp.c135 if (sbuf.filetype != APR_DIR) {
H A Ddir.c121 return APR_DIR;
H A Dfilestat.c35 type = APR_DIR; break;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h65 APR_DIR, /**< a directory */ enumerator in enum:__anon1
182 /** The type of file. One of APR_REG, APR_DIR, APR_CHR, APR_BLK, APR_PIPE,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c528 else if (finfo.filetype == APR_DIR)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dhotcopy.c202 else if (this_entry.filetype == APR_DIR) /* recurse */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c331 else if (finfo->filetype == APR_DIR)
626 if (!apr_err_2 && finfo.filetype == APR_DIR)
738 && (finfo.filetype == APR_DIR))
1194 else if (this_entry.filetype == APR_DIR) /* recurse */
4921 if (finfo.filetype == APR_DIR)
5502 if (!apr_err_2 && finfo.filetype == APR_DIR)
H A Ddeprecated.c1260 /* Implements svn_io_walk_func_t, but only allows APR_DIR and APR_REG
1270 if (finfo->filetype == APR_DIR || finfo->filetype == APR_REG)
1453 else if (finfo.filetype == APR_DIR)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dhotcopy.c200 else if (this_entry.filetype == APR_DIR) /* recurse */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1900 if (finfo->filetype == APR_DIR)

Completed in 106 milliseconds