repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.
[glibc/history.git]
/
conform
/
data
/
wordexp.h-data
blob
bfa66e8f158d57b00236b2456b9bf8c5c950b962
1
type wordexp_t
2
3
element wordexp_t size_t we_wordc
4
element wordexp_t {char**} we_wordv
5
element wordexp_t size_t we_offs
6
7
constant WRDE_APPEND
8
constant WRDE_DOOFFS
9
constant WRDE_NOCMD
10
constant WRDE_REUSE
11
constant WRDE_SHOWERR
12
constant WRDE_UNDEF
13
14
constant WRDE_BADCHAR
15
constant WRDE_CMDSUB
16
constant WRDE_NOSPACE
17
constant WRDE_NOSYS
18
constant WRDE_SYNTAX
19
20
function int wordexp (const char*, wordexp_t*, int)
21
function void wordfree (wordexp_t*)
22
23
allow WRDE_*
24
allow we_*
25
allow *_t