Blender V2.61 - r43446
Defines | Functions

BLI_fnmatch.h File Reference

Go to the source code of this file.

Defines

#define __P(protos)   ()
#define FNM_PATHNAME   (1 << 0)
#define FNM_NOESCAPE   (1 << 1)
#define FNM_PERIOD   (1 << 2)
#define FNM_FILE_NAME   FNM_PATHNAME
#define FNM_LEADING_DIR   (1 << 3)
#define FNM_CASEFOLD   (1 << 4)
#define FNM_NOMATCH   1

Functions

int fnmatch __P ((const char *__pattern, const char *__string, int __flags))

Detailed Description

Definition in file BLI_fnmatch.h.


Define Documentation

#define __P (   protos)    ()

Definition at line 36 of file BLI_fnmatch.h.

#define FNM_CASEFOLD   (1 << 4)

Definition at line 57 of file BLI_fnmatch.h.

Referenced by BLI_testextensie_glob(), and outliner_filter_has_name().

#define FNM_FILE_NAME   FNM_PATHNAME

Definition at line 55 of file BLI_fnmatch.h.

#define FNM_LEADING_DIR   (1 << 3)

Definition at line 56 of file BLI_fnmatch.h.

#define FNM_NOESCAPE   (1 << 1)

Definition at line 51 of file BLI_fnmatch.h.

#define FNM_NOMATCH   1

Definition at line 61 of file BLI_fnmatch.h.

#define FNM_PATHNAME   (1 << 0)

Definition at line 50 of file BLI_fnmatch.h.

#define FNM_PERIOD   (1 << 2)

Definition at line 52 of file BLI_fnmatch.h.


Function Documentation

int fnmatch __P ( (const char *__pattern, const char *__string, int __flags)  )