Searched refs:WRDE_REUSE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/include/
H A Dwordexp.h54 #define WRDE_REUSE 0x8 /* reuse wordexp_t */ macro
/freebsd-10-stable/tools/regression/lib/libc/gen/
H A Dtest-wordexp.c67 (void)(WRDE_APPEND + WRDE_DOOFFS + WRDE_NOCMD + WRDE_REUSE +
103 /* WRDE_REUSE */
105 r = wordexp("hello world", &we, WRDE_REUSE);
161 r = wordexp("\\$\\(date\\)", &we, WRDE_NOCMD|WRDE_REUSE);
163 r = wordexp("'`date`'", &we, WRDE_NOCMD|WRDE_REUSE);
165 r = wordexp("'$(date)'", &we, WRDE_NOCMD|WRDE_REUSE);
172 r = wordexp("\"\n|&;<>(){}\"", &we, WRDE_REUSE);
174 r = wordexp("\\\n\\|\\&\\;\\<\\>\\(\\)\\{\\}", &we, WRDE_REUSE);
/freebsd-10-stable/lib/libc/tests/gen/
H A Dwordexp_test.c64 (void)(WRDE_APPEND + WRDE_DOOFFS + WRDE_NOCMD + WRDE_REUSE +
122 r = wordexp("hello world", &we, WRDE_REUSE);
202 r = wordexp("\\$\\(date\\)", &we, WRDE_NOCMD|WRDE_REUSE);
204 r = wordexp("'`date`'", &we, WRDE_NOCMD|WRDE_REUSE);
206 r = wordexp("'$(date)'", &we, WRDE_NOCMD|WRDE_REUSE);
219 r = wordexp("\"\n|&;<>(){}\"", &we, WRDE_REUSE);
221 r = wordexp("\\\n\\|\\&\\;\\<\\>\\(\\)\\{\\}", &we, WRDE_REUSE);
/freebsd-10-stable/lib/libc/gen/
H A Dwordexp.c61 if (flags & WRDE_REUSE)

Completed in 194 milliseconds