Searched refs:WRDE_DOOFFS (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/posix/ |
D | wordexp.h | 30 WRDE_DOOFFS = (1 << 0), /* Insert PWORDEXP->we_offs NULLs. */ enumerator 36 __WRDE_FLAGS = (WRDE_DOOFFS | WRDE_APPEND | WRDE_NOCMD
|
D | wordexp-test.c | 189 { 0, NULL, "one two", WRDE_DOOFFS, 2, { "one", "two", }, IFS }, 191 { 0, NULL, "appended", WRDE_DOOFFS|WRDE_APPEND, 3, { "pre1", "pre2", "appended", }, IFS }, 390 if (tc->flags & WRDE_DOOFFS) in testit()
|
D | wordexp.c | 2229 if (flags & WRDE_DOOFFS) in libc_hidden_def()
|
/glibc-2.36/conform/data/ |
D | wordexp.h-data | 9 constant WRDE_DOOFFS
|
/glibc-2.36/manual/ |
D | pattern.texi | 1782 @code{WRDE_DOOFFS} flag. Otherwise, the offset is always zero 2011 @code{WRDE_DOOFFS} in the first call to @code{wordexp}, you must also 2014 @item WRDE_DOOFFS
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.10 | 422 WRDE_DOOFFS; return WRDE_SYNTAX for syntax errors in command
|