repo.or.cz
/
git
/
mjg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'km/send-email-compose-encoding' into next
[git/mjg.git]
/
wildmatch.h
blob
984a38cdc2a1a6d3b19816ccc0a45055a9c8508a
1
/* wildmatch.h */
2
3
#define ABORT_MALFORMED 2
4
#define NOMATCH 1
5
#define MATCH 0
6
#define ABORT_ALL -1
7
#define ABORT_TO_STARSTAR -2
8
9
int
wildmatch
(
const char
*
pattern
,
const char
*
text
,
int
flags
);