Home
last modified time | relevance | path

Searched refs:WRDE_APPEND (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/posix/
Dwordexp.h31 WRDE_APPEND = (1 << 1), /* Append to results of a previous call. */ enumerator
36 __WRDE_FLAGS = (WRDE_DOOFFS | WRDE_APPEND | WRDE_NOCMD
Dwordexp-test.c190 { 0, NULL, "appended", WRDE_APPEND, 3, { "pre1", "pre2", "appended", }, IFS },
191 { 0, NULL, "appended", WRDE_DOOFFS|WRDE_APPEND, 3, { "pre1", "pre2", "appended", }, IFS },
379 if (tc->flags & WRDE_APPEND) in testit()
382 if (wordexp ("pre1 pre2", &we, tc->flags & ~WRDE_APPEND) != 0) in testit()
Dwordexp.c2225 if ((flags & WRDE_APPEND) == 0) in libc_hidden_def()
2430 if ((flags & WRDE_APPEND) == 0) in libc_hidden_def()
/glibc-2.36/conform/data/
Dwordexp.h-data8 constant WRDE_APPEND
/glibc-2.36/manual/
Dpattern.texi2003 @item WRDE_APPEND
2053 @code{WRDE_APPEND} to concatenate the expansions and of @code{wordfree}
2080 if (wordexp (options[i], &result, WRDE_APPEND))
/glibc-2.36/ChangeLog.old/
DChangeLog.10421 error in expansion of ~user; correct handling of WRDE_APPEND and
11916 (this makes a difference with WRDE_APPEND).