Searched refs:wordexp (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dwordexp.h24 * posix wordexp interface definitions
58 extern int wordexp(const char*, wordexp_t*, int);
H A Dwordexp.c24 * POSIX 1003.2 wordexp implementation
28 #include <wordexp.h>
65 int wordexp(const char *string, wordexp_t *wdarg, register int flags) function
/illumos-gate/usr/src/head/
H A Dwordexp.h53 * wordexp flags.
63 * wordexp errors.
73 extern int wordexp(const char *_RESTRICT_KYWD, wordexp_t *_RESTRICT_KYWD, int);
H A DMakefile219 wordexp.h \
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dwordexp.h26 * posix wordexp interface definitions
68 extern __MANGLE__ int wordexp __PROTO__((const char*, wordexp_t*, int));
H A Dast_map.h411 #undef wordexp macro
412 #define wordexp _ast_wordexp macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dwordexp.h26 * posix wordexp interface definitions
68 extern __MANGLE__ int wordexp __PROTO__((const char*, wordexp_t*, int));
H A Dast_map.h411 #undef wordexp macro
412 #define wordexp _ast_wordexp macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dwordexp.h26 * posix wordexp interface definitions
68 extern __MANGLE__ int wordexp __PROTO__((const char*, wordexp_t*, int));
H A Dast_map.h411 #undef wordexp macro
412 #define wordexp _ast_wordexp macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dwordexp.h26 * posix wordexp interface definitions
68 extern __MANGLE__ int wordexp __PROTO__((const char*, wordexp_t*, int));
H A Dast_map.h411 #undef wordexp macro
412 #define wordexp _ast_wordexp macro
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c32 * $Id: wordexp.c 1.22 1994/11/21 18:24:50 miked
39 * wordexp, wordfree -- POSIX.2 D11.2 word expansion routines.
45 #pragma weak _wordexp = wordexp
60 #include <wordexp.h>
100 wordexp(const char *word, wordexp_t *wp, int flags) function
138 * unless wordexp() either succeeds, or fails on WRDE_NOSPACE.
172 * |wordexp()| to not be a cancellation point.
374 * Map ksh93 errors to |wordexp()| errors
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd_impl.h48 #include <wordexp.h>
120 * Structure returned from wordexp(3c) that contains an expansion of the
130 * original form as returned from wordexp(3c), which is a requirement
131 * for calling wordfree(3c), wordexp()'s associated cleanup routine.
H A Dconfig.c122 * Return the wordexp structure back to its original
154 if ((i = wordexp(get_prop_value_string(mprops, PR_EXEC_NAME),
169 * Keep a copy of arg0 of the wordexp structure so that
170 * wordfree() gets passed what wordexp() originally returned,
/illumos-gate/usr/src/lib/libast/
H A DMakefile144 wordexp.h
H A DMakefile.com147 common/comp/wordexp.o \
/illumos-gate/usr/src/man/man3head/
H A DMakefile109 wordexp.h.3head \
198 wordexp.3head \
287 wordexp.3head := LINKSRC = wordexp.h.3head
/illumos-gate/usr/src/lib/libast/common/
H A Dllib-last126 #include <wordexp.h>
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h390 #undef wordexp macro
391 #define wordexp _ast_wordexp macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h390 #undef wordexp macro
391 #define wordexp _ast_wordexp macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h390 #undef wordexp macro
391 #define wordexp _ast_wordexp macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h390 #undef wordexp macro
391 #define wordexp _ast_wordexp macro
/illumos-gate/usr/src/cmd/mailx/
H A Dfio.c37 #include <wordexp.h>
724 * in it and expand it by using wordexp().
760 if (wordexp(name, &wrdexp_buf, WRDE_NOCMD) != 0) {
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com973 wordexp.o

Completed in 80 milliseconds

12