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 grouping and reuse other locales in various locales
[glibc.git]
/
conform
/
data
/
fnmatch.h-data
blob
96591d6d438751164250c9c6f40ae806cb783c50
1
#ifndef ISO
2
constant FNM_NOMATCH
3
constant FNM_PATHNAME
4
constant FNM_PERIOD
5
constant FNM_NOESCAPE
6
#if !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