Searched refs:WRDE_APPEND (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/posix/ |
D | wordexp.h | 31 WRDE_APPEND = (1 << 1), /* Append to results of a previous call. */ enumerator 36 __WRDE_FLAGS = (WRDE_DOOFFS | WRDE_APPEND | WRDE_NOCMD
|
D | wordexp-test.c | 190 { 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()
|
D | wordexp.c | 2225 if ((flags & WRDE_APPEND) == 0) in libc_hidden_def() 2430 if ((flags & WRDE_APPEND) == 0) in libc_hidden_def()
|
/glibc-2.36/conform/data/ |
D | wordexp.h-data | 8 constant WRDE_APPEND
|
/glibc-2.36/manual/ |
D | pattern.texi | 2003 @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/ |
D | ChangeLog.10 | 421 error in expansion of ~user; correct handling of WRDE_APPEND and 11916 (this makes a difference with WRDE_APPEND).
|