fnmatch

fnmatch

Functions

int fnmatch ()

Types and Values

#define FNM_NOMATCH
#define FNM_NOSYS
#define FNM_PATHNAME
#define FNM_PERIOD
#define FNM_NOESCAPE

Description

Functions

fnmatch ()

int
fnmatch (char const *pattern,
         char const *string,
         int flags);

Types and Values

FNM_NOMATCH

# define FNM_NOMATCH 1

FNM_NOSYS

# define FNM_NOSYS 2

FNM_PATHNAME

# define FNM_PATHNAME 0x1

FNM_PERIOD

# define FNM_PERIOD 0x2

FNM_NOESCAPE

# define FNM_NOESCAPE 0x4