Searched refs:wordexp_t (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/head/ |
H A D | wordexp.h | 43 typedef struct wordexp_t { struct 50 } wordexp_t; argument 73 extern int wordexp(const char *_RESTRICT_KYWD, wordexp_t *_RESTRICT_KYWD, int); 74 extern void wordfree(wordexp_t *);
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | wordexp.h | 52 } wordexp_t; typedef 58 extern int wordexp(const char*, wordexp_t*, int); 59 extern int wordfree(wordexp_t*);
|
H A D | wordexp.c | 65 int wordexp(const char *string, wordexp_t *wdarg, register int flags) in wordexp() 201 int wordfree(register wordexp_t *wdarg) in wordfree()
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | wordexp.h | 61 } wordexp_t; typedef 68 extern __MANGLE__ int wordexp __PROTO__((const char*, wordexp_t*, int)); 69 extern __MANGLE__ int wordfree __PROTO__((wordexp_t*));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | wordexp.h | 61 } wordexp_t; typedef 68 extern __MANGLE__ int wordexp __PROTO__((const char*, wordexp_t*, int)); 69 extern __MANGLE__ int wordfree __PROTO__((wordexp_t*));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | wordexp.h | 61 } wordexp_t; typedef 68 extern __MANGLE__ int wordexp __PROTO__((const char*, wordexp_t*, int)); 69 extern __MANGLE__ int wordfree __PROTO__((wordexp_t*));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | wordexp.h | 61 } wordexp_t; typedef 68 extern __MANGLE__ int wordexp __PROTO__((const char*, wordexp_t*, int)); 69 extern __MANGLE__ int wordfree __PROTO__((wordexp_t*));
|
/titanic_50/usr/src/lib/libc/port/regex/ |
H A D | wordexp.c | 75 static int append(wordexp_t *, char *); 100 wordexp(const char *word, wordexp_t *wp, int flags) in wordexp() 103 wordexp_t wptmp; in wordexp() 393 append(wordexp_t *wp, char *str) in append() 422 wordfree(wordexp_t *wp) in wordfree()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd_impl.h | 123 wordexp_t exec_args_we;
|
/titanic_50/usr/src/cmd/mailx/ |
H A D | fio.c | 737 wordexp_t wrdexp_buf; in expand()
|