mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
15 lines
310 B
Plaintext
15 lines
310 B
Plaintext
#if !defined ISO && !defined ISO99 && !defined ISO11
|
|
constant FNM_NOMATCH
|
|
constant FNM_PATHNAME
|
|
constant FNM_PERIOD
|
|
constant FNM_NOESCAPE
|
|
#if !defined POSIX && !defined XOPEN2K8 && !defined POSIX2008
|
|
constant FNM_NOSYS
|
|
#endif
|
|
|
|
function int fnmatch (const char*, const char*, int)
|
|
|
|
allow FNM_*
|
|
allow *_t
|
|
#endif
|