Go to the documentation of this file.
37 #ifndef _APR_FNMATCH_H_
38 #define _APR_FNMATCH_H_
58 #define APR_FNM_NOMATCH 1
60 #define APR_FNM_NOESCAPE 0x01
61 #define APR_FNM_PATHNAME 0x02
62 #define APR_FNM_PERIOD 0x04
63 #define APR_FNM_CASE_BLIND 0x08
123 const
char *strings,
int flags);