Home
last modified time | relevance | path

Searched refs:APR_UNKFILE (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/apr/file_io/unix/
H A Ddir.c137 return APR_UNKFILE; in filetype_from_dirent_type()
216 if (type != APR_UNKFILE) { in apr_dir_read()
269 if (type != APR_UNKFILE) { in apr_dir_read()
H A Dfilestat.c65 type = APR_UNKFILE; in filetype_from_mode()
/freebsd-13.1/contrib/apr/include/
H A Dapr_file_info.h71 APR_UNKFILE = 127 /**< a file of some other unknown type */ enumerator