Searched refs:APR_FNM_PATHNAME (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_fnmatch.h61 #define APR_FNM_PATHNAME 0x02 /**< Slash must be matched by slash. */ macro
114 * APR_FNM_PATHNAME Slash must be matched by slash
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_fnmatch.c79 const int slash = !!(flags & APR_FNM_PATHNAME);
198 const int slash = !!(flags & APR_FNM_PATHNAME);

Completed in 52 milliseconds