Fix whitespace issue.
[glibc.git] / conform / data / glob.h-data
blob9f90f8b84b5faf48a8fcfd29d9e2d02e352ea926
1 #ifndef ISO
2 type glob_t
3 element glob_t size_t gl_pathc
4 element glob_t {char**} gl_pathv
5 element glob_t size_t gl_offs
7 constant GLOB_APPEND
8 constant GLOB_DOOFFS
9 constant GLOB_ERR
10 constant GLOB_MARK
11 constant GLOB_NOCHECK
12 constant GLOB_NOESCAPE
13 constant GLOB_NOSORT
15 constant GLOB_ABORTED
16 constant GLOB_NOMATCH
17 constant GLOB_NOSPACE
18 # if !defined XOPEN2K8 && !defined POSIX2008
19 constant GLOB_NOSYS
20 # endif
22 function int glob (const char*, int, int (*) (const char*, int), glob_t*)
23 function void globfree (glob_t *)
25 allow gl_*
26 allow GLOB_*
27 allow *_t
28 #endif