Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/file_io/unix/
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()
Dfilestat.c65 type = APR_UNKFILE; in filetype_from_mode()
/freebsd-12-stable/contrib/apr/include/
Dapr_file_info.h71 APR_UNKFILE = 127 /**< a file of some other unknown type */ enumerator