Minor cleanups in libio/iofdopen.c
[glibc.git] / conform / data / wordexp.h-data
blob0d96d68edca8eaf3bdef858b3fc93de3e48b6b1a
1 #if !defined ISO && !defined ISO99 && !defined ISO11
2 type wordexp_t
4 element wordexp_t size_t we_wordc
5 element wordexp_t {char**} we_wordv
6 element wordexp_t size_t we_offs
8 constant WRDE_APPEND
9 constant WRDE_DOOFFS
10 constant WRDE_NOCMD
11 constant WRDE_REUSE
12 constant WRDE_SHOWERR
13 constant WRDE_UNDEF
15 constant WRDE_BADCHAR
16 constant WRDE_BADVAL
17 constant WRDE_CMDSUB
18 constant WRDE_NOSPACE
19 # if !defined POSIX && !defined XOPEN2K8 && !defined POSIX2008
20 constant WRDE_NOSYS
21 # endif
22 constant WRDE_SYNTAX
24 function int wordexp (const char*, wordexp_t*, int)
25 function void wordfree (wordexp_t*)
27 allow WRDE_*
28 allow we_*
29 allow *_t
30 #endif