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

/freebsd-current/include/
H A Dwordexp.h54 #define WRDE_REUSE 0x8 /* reuse wordexp_t */ macro
/freebsd-current/lib/libc/tests/gen/
H A Dwordexp_test.c61 (void)(WRDE_APPEND + WRDE_DOOFFS + WRDE_NOCMD + WRDE_REUSE +
119 r = wordexp("hello world", &we, WRDE_REUSE);
199 r = wordexp("\\$\\(date\\)", &we, WRDE_NOCMD|WRDE_REUSE);
201 r = wordexp("'`date`'", &we, WRDE_NOCMD|WRDE_REUSE);
203 r = wordexp("'$(date)'", &we, WRDE_NOCMD|WRDE_REUSE);
216 r = wordexp("\"\n|&;<>(){}\"", &we, WRDE_REUSE);
218 r = wordexp("\\\n\\|\\&\\;\\<\\>\\(\\)\\{\\}", &we, WRDE_REUSE);
/freebsd-current/lib/libc/gen/
H A Dwordexp.c59 if (flags & WRDE_REUSE)

Completed in 111 milliseconds