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

/freebsd-13-stable/include/
H A Dwordexp.h53 #define WRDE_APPEND 0x1 /* append to previously generated */ macro
/freebsd-13-stable/lib/libc/gen/
H A Dwordexp.c65 if ((flags & WRDE_APPEND) == 0) {
229 * Allocate or reallocate (when flags & WRDE_APPEND) the word vector
235 if ((flags & (WRDE_DOOFFS|WRDE_APPEND)) == (WRDE_DOOFFS|WRDE_APPEND))
/freebsd-13-stable/lib/libc/tests/gen/
H A Dwordexp_test.c64 (void)(WRDE_APPEND + WRDE_DOOFFS + WRDE_NOCMD + WRDE_REUSE +
139 r = wordexp("a test", &we, WRDE_APPEND);
159 r = wordexp("a test", &we, WRDE_APPEND|WRDE_DOOFFS);
161 r = wordexp("of wordexp", &we, WRDE_APPEND|WRDE_DOOFFS);

Completed in 271 milliseconds