Support Forum       G3D Web Page     
Namespaces | Macros | Functions
g3dfnmatch.h File Reference

G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License. More...

Namespaces

 G3D
 

Macros

#define FNM_CASEFOLD   0x10 /* Case insensitive search. */
 
#define FNM_LEADING_DIR   0x08 /* Ignore /<tail> after Imatch. */
 
#define FNM_NOESCAPE   0x01 /* Disable backslash escaping. */
 
#define FNM_NOMATCH   1 /* Match failed. */
 
#define FNM_PATHNAME   0x02 /* Slash must be matched by slash. */
 
#define FNM_PERIOD   0x04 /* Period must be matched by period. */
 
#define FNM_PREFIX_DIRS   0x20 /* Directory prefixes of pattern match too. */
 

Functions

int G3D::g3dfnmatch (const char *pattern, const char *string, int flags)
 
Function fnmatch() as specified in POSIX 1003.2-1992, section B.6. More...
 

Detailed Description

G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.

Macro Definition Documentation

◆ FNM_CASEFOLD

#define FNM_CASEFOLD   0x10 /* Case insensitive search. */

◆ FNM_LEADING_DIR

#define FNM_LEADING_DIR   0x08 /* Ignore /<tail> after Imatch. */

◆ FNM_NOESCAPE

#define FNM_NOESCAPE   0x01 /* Disable backslash escaping. */

◆ FNM_NOMATCH

#define FNM_NOMATCH   1 /* Match failed. */

◆ FNM_PATHNAME

#define FNM_PATHNAME   0x02 /* Slash must be matched by slash. */

◆ FNM_PERIOD

#define FNM_PERIOD   0x04 /* Period must be matched by period. */

◆ FNM_PREFIX_DIRS

#define FNM_PREFIX_DIRS   0x20 /* Directory prefixes of pattern match too. */

documentation generated on Wed Nov 24 2021 08:01:51 using doxygen 1.8.15