2.9
[glibc/nacl-glibc.git] / conform / data / glob.h-data
blob221a3154cbec058ef0dbe8633f1c0e0717668972
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 constant GLOB_NOSYS
20 function int glob (const char*, int, int (*) (const char*, int), glob_t*)
21 function void globfree (glob_t *)
23 allow gl_*
24 allow GLOB_*
25 allow *_t
26 #endif