Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

apr_fnmatch.h File Reference

APR FNMatch Functions. More...

#include "apr_errno.h"

Go to the source code of this file.

Defines

#define APR_FNM_NOMATCH   1 /**< Match failed. */
#define APR_FNM_NOESCAPE   0x01 /**< Disable backslash escaping. */
#define APR_FNM_PATHNAME   0x02 /**< Slash must be matched by slash. */
#define APR_FNM_PERIOD   0x04 /**< Period must be matched by period. */
#define APR_FNM_CASE_BLIND
#define FNM_NOMATCH   APR_FNM_NOMATCH /**< @deprecated @see APR_FNM_NOMATCH */
#define FNM_NOESCAPE   APR_FNM_NOESCAPE /**< @deprecated @see APR_FNM_NOESCAPE */
#define FNM_PATHNAME   APR_FNM_PATHNAME /**< @deprecated @see APR_FNM_PATHNAME */
#define FNM_PERIOD   APR_FNM_PERIOD /**< @deprecated @see APR_FNM_PERIOD */
#define FNM_CASE_BLIND   APR_FNM_CASE_BLIND /**< @deprecated @see APR_FNM_CASE_BLIND */

Functions

apr_status_t apr_fnmatch (const char *pattern, const char *strings, int flags)
int apr_fnmatch_test (const char *pattern)
int apr_is_fnmatch (const char *pattern)


Detailed Description

APR FNMatch Functions.


Generated on Wed Mar 24 15:18:09 2004 for Apache Portable Runtime by doxygen 1.3.6