fnmatch.h File Reference

Defines an interface to the GNU file name pattern match routine. More...

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

Go to the source code of this file.

Defines

#define __FNM_FLAGS   (FNM_PATHNAME|FNM_NOESCAPE|FNM_PERIOD)
#define FNM_NOESCAPE   (1 << 1)
#define FNM_NOMATCH   1
#define FNM_PATHNAME   (1 << 0)
#define FNM_PERIOD   (1 << 2)

Detailed Description

Defines an interface to the GNU file name pattern match routine.

Definition in file fnmatch.h.


Define Documentation

#define __FNM_FLAGS   (FNM_PATHNAME|FNM_NOESCAPE|FNM_PERIOD)

Definition at line 35 of file fnmatch.h.

#define FNM_NOESCAPE   (1 << 1)

Definition at line 33 of file fnmatch.h.

#define FNM_NOMATCH   1

Definition at line 38 of file fnmatch.h.

#define FNM_PATHNAME   (1 << 0)

Definition at line 32 of file fnmatch.h.

#define FNM_PERIOD   (1 << 2)

Definition at line 34 of file fnmatch.h.

Generated on Wed Feb 29 22:51:12 2012 for CXXUtilities by  doxygen 1.6.3