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

/opensolaris-onvv-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*);
/opensolaris-onvv-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 */
74 extern int wordexp(const char *_RESTRICT_KYWD, wordexp_t *_RESTRICT_KYWD, int);
75 extern void wordfree(wordexp_t *);
/opensolaris-onvv-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*));
/opensolaris-onvv-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*));
/opensolaris-onvv-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*));
/opensolaris-onvv-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*));
/opensolaris-onvv-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c75 static int append(wordexp_t *, char *);
100 wordexp(const char *word, wordexp_t *wp, int flags)
103 wordexp_t wptmp;
135 * Initialize wordexp_t
390 * Append a word to the wordexp_t structure, growing it as necessary.
393 append(wordexp_t *wp, char *str)
419 * Free all space owned by wordexp_t.
422 wordfree(wordexp_t *wp)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd_impl.h123 wordexp_t exec_args_we;
126 * Copy of the first argument of the above wordexp_t structure in the
129 * contents of the wordexp_t structure can be returned to their
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/
H A Dservice.c656 wordexp_t exp;
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dfio.c735 wordexp_t wrdexp_buf;

Completed in 136 milliseconds