Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dwordexp.h30 WRDE_DOOFFS = (1 << 0), /* Insert PWORDEXP->we_offs NULLs. */ enumerator
36 __WRDE_FLAGS = (WRDE_DOOFFS | WRDE_APPEND | WRDE_NOCMD
Dwordexp-test.c189 { 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()
Dwordexp.c2229 if (flags & WRDE_DOOFFS) in libc_hidden_def()
/glibc-2.36/conform/data/
Dwordexp.h-data9 constant WRDE_DOOFFS
/glibc-2.36/manual/
Dpattern.texi1782 @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/
DChangeLog.10422 WRDE_DOOFFS; return WRDE_SYNTAX for syntax errors in command