Searched defs:wordexp_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/head/
H A Dwordexp.h43 typedef struct wordexp_t { struct
50 } wordexp_t; typedef in typeref:struct:wordexp_t
55 #define WRDE_APPEND 0x0001 /* append to existing wordexp_t */
73 extern int wordexp(const char *_RESTRICT_KYWD, wordexp_t *_RESTRICT_KYWD, int);
74 extern void wordfree(wordexp_t *);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dwordexp.h52 } wordexp_t; typedef in typeref:struct:_wdarg
58 extern int wordexp(const char*, wordexp_t*, int);
59 extern int wordfree(wordexp_t*);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dwordexp.h61 } wordexp_t; typedef in typeref:struct:_wdarg
68 extern __MANGLE__ int wordexp __PROTO__((const char*, wordexp_t*, int));
69 extern __MANGLE__ int wordfree __PROTO__((wordexp_t*));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dwordexp.h61 } wordexp_t; typedef in typeref:struct:_wdarg
68 extern __MANGLE__ int wordexp __PROTO__((const char*, wordexp_t*, int));
69 extern __MANGLE__ int wordfree __PROTO__((wordexp_t*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dwordexp.h61 } wordexp_t; typedef in typeref:struct:_wdarg
68 extern __MANGLE__ int wordexp __PROTO__((const char*, wordexp_t*, int));
69 extern __MANGLE__ int wordfree __PROTO__((wordexp_t*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dwordexp.h61 } wordexp_t; typedef in typeref:struct:_wdarg
68 extern __MANGLE__ int wordexp __PROTO__((const char*, wordexp_t*, int));
69 extern __MANGLE__ int wordfree __PROTO__((wordexp_t*));

Completed in 46 milliseconds