blob: 96591d6d438751164250c9c6f40ae806cb783c50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef ISO
constant FNM_NOMATCH
constant FNM_PATHNAME
constant FNM_PERIOD
constant FNM_NOESCAPE
#if !defined XOPEN2K8 && !defined POSIX2008
constant FNM_NOSYS
#endif
function int fnmatch (const char*, const char*, int)
allow FNM_*
allow *_t
#endif
|