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

/osnet-11/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*);
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/usr/src/lib/libc/port/regex/
H A Dwordexp.c75 static int append(wordexp_t *, char *);
85 wordexp(const char *word, wordexp_t *wp, int flags)
87 wordexp_t wptmp;
116 * Initialize wordexp_t
405 * Free all space owned by wordexp_t.
408 wordfree(wordexp_t *wp)
422 * Append a word to the wordexp_t structure, growing it as necessary.
425 append(wordexp_t *wp, char *str)

Completed in 23 milliseconds