Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
fnmatch_arp.c File Reference
#include <string.h>

Go to the source code of this file.

Macros

#define EOS   '\0'
 
#define FNM_NOMATCH   1
 
#define FNM_PATHNAME   (1 << 0) /* No wildcard can ever match '/'. */
 
#define FNM_NOESCAPE   (1 << 1) /* Backslashes don't quote special chars. */
 
#define FNM_PERIOD   (1 << 2) /* Leading '.' is matched only explicitly. */
 

Functions

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

Macro Definition Documentation

◆ EOS

#define EOS   '\0'

◆ FNM_NOESCAPE

#define FNM_NOESCAPE   (1 << 1) /* Backslashes don't quote special chars. */

◆ FNM_NOMATCH

#define FNM_NOMATCH   1

◆ FNM_PATHNAME

#define FNM_PATHNAME   (1 << 0) /* No wildcard can ever match '/'. */

◆ FNM_PERIOD

#define FNM_PERIOD   (1 << 2) /* Leading '.' is matched only explicitly. */

Function Documentation

◆ fnmatch()

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