repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix test cases tst-fnmatch and tst-regexloc for the new iso14651_t1_common file.
[glibc.git]
/
conform
/
data
/
fnmatch.h-data
blob
12a9a4ac2e15f5bc54987ef66a6590060c023f2e
1
#if !defined ISO && !defined ISO99 && !defined ISO11
2
constant FNM_NOMATCH
3
constant FNM_PATHNAME
4
constant FNM_PERIOD
5
constant FNM_NOESCAPE
6
#if !defined POSIX && !defined XOPEN2K8 && !defined POSIX2008
7
constant FNM_NOSYS
8
#endif
9
10
function int fnmatch (const char*, const char*, int)
11
12
allow FNM_*
13
allow *_t
14
#endif