First steps to get conformtest fully working
[platform/upstream/glibc.git] / conform / data / wordexp.h-data
1 #if !defined ISO && !defined ISO99 && !defined ISO11
2 type wordexp_t
3
4 element wordexp_t size_t we_wordc
5 element wordexp_t {char**} we_wordv
6 element wordexp_t size_t we_offs
7
8 constant WRDE_APPEND
9 constant WRDE_DOOFFS
10 constant WRDE_NOCMD
11 constant WRDE_REUSE
12 constant WRDE_SHOWERR
13 constant WRDE_UNDEF
14
15 constant WRDE_BADCHAR
16 constant WRDE_CMDSUB
17 constant WRDE_NOSPACE
18 # if !defined POSIX && !defined XOPEN2K8 && !defined POSIX2008
19 constant WRDE_NOSYS
20 # endif
21 constant WRDE_SYNTAX
22
23 function int wordexp (const char*, wordexp_t*, int)
24 function void wordfree (wordexp_t*)
25
26 allow WRDE_*
27 allow we_*
28 allow *_t
29 #endif