Main Page | Modules | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

apr_fnmatch.h File Reference

APR FNMatch Functions. More...

#include "apr_errno.h"

Include dependency graph for apr_fnmatch.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define APR_FNM_NOMATCH   1
#define APR_FNM_NOESCAPE   0x01
#define APR_FNM_PATHNAME   0x02
#define APR_FNM_PERIOD   0x04
#define APR_FNM_CASE_BLIND   0x08
#define FNM_NOMATCH   APR_FNM_NOMATCH
#define FNM_NOESCAPE   APR_FNM_NOESCAPE
#define FNM_PATHNAME   APR_FNM_PATHNAME
#define FNM_PERIOD   APR_FNM_PERIOD
#define FNM_CASE_BLIND   APR_FNM_CASE_BLIND

Functions

 APR_DECLARE (apr_status_t) apr_fnmatch(const char *pattern
 APR_DECLARE (int) apr_fnmatch_test(const char *pattern)

Variables

const char * strings
const char int flags


Detailed Description

APR FNMatch Functions.

Definition in file apr_fnmatch.h.