#include "git-compat-util.h"
#include "wildmatch.h"
uchar;
#define WM_ABORT_ALL …
#define WM_ABORT_TO_STARSTAR …
#define NEGATE_CLASS …
#define NEGATE_CLASS2 …
#define CC_EQ(class, len, litmatch) …
#if defined STDC_HEADERS || !defined isascii
#define ISASCII …
#else
#define ISASCII(c) …
#endif
#ifdef isblank
#define ISBLANK …
#else
#define ISBLANK(c) …
#endif
#ifdef isgraph
#define ISGRAPH …
#else
#define ISGRAPH(c) …
#endif
#define ISPRINT(c) …
#define ISDIGIT(c) …
#define ISALNUM(c) …
#define ISALPHA(c) …
#define ISCNTRL(c) …
#define ISLOWER(c) …
#define ISPUNCT(c) …
#define ISSPACE(c) …
#define ISUPPER(c) …
#define ISXDIGIT(c) …
static int dowild(const uchar *p, const uchar *text, unsigned int flags)
{ … }
int wildmatch(const char *pattern, const char *text, unsigned int flags)
{ … }