geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

fnmatch.c File Reference
#include <errno.h>
#include <fnmatch.h>
Include dependency graph for fnmatch.c:

Go to the source code of this file.

Macros

#define FOLD_FN_CHAR(c)   (c)
 

Functions

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

Variables

int errno
 

Macro Definition Documentation

◆ FOLD_FN_CHAR

#define FOLD_FN_CHAR (   c)    (c)

Definition at line 27 of file fnmatch.c.

Function Documentation

◆ fnmatch()

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

Definition at line 48 of file fnmatch.c.

References __FNM_FLAGS, errno, FNM_NOESCAPE, FNM_NOMATCH, FNM_PATHNAME, FNM_PERIOD, fnmatch(), and FOLD_FN_CHAR.

Referenced by fileNameMatched(), and fnmatch().

Variable Documentation

◆ errno