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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_fnmatch.h62 #define APR_FNM_PERIOD 0x04 /**< Period must be matched by period. */ macro
115 * APR_FNM_PERIOD Period must be matched by period
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_fnmatch.c228 if ((flags & APR_FNM_PERIOD) && (*string == '.'))

Completed in 63 milliseconds