Searched refs:WRDE_UNDEF (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/posix/ |
D | wordexp.h | 35 WRDE_UNDEF = (1 << 5), /* Error for expanding undefined variables. */ enumerator 37 | WRDE_REUSE | WRDE_SHOWERR | WRDE_UNDEF)
|
D | wordexp-test.c | 204 { WRDE_BADVAL, NULL, "$var", WRDE_UNDEF, 0, { NULL, }, IFS }, 205 { WRDE_BADVAL, NULL, "$9", WRDE_UNDEF, 0, { NULL, }, IFS },
|
D | wordexp.c | 1494 if (value == NULL && (flags & WRDE_UNDEF)) in parse_param()
|
D | tst-regex.input | 6889 unset and WRDE_UNDEF is set. 7519 an unset variable when WRDE_UNDEF is in effect.
|
/glibc-2.36/conform/data/ |
D | wordexp.h-data | 13 constant WRDE_UNDEF
|
/glibc-2.36/manual/ |
D | pattern.texi | 1963 @code{WRDE_UNDEF} to forbid such references. 2042 @item WRDE_UNDEF
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 6889 unset and WRDE_UNDEF is set. 7519 an unset variable when WRDE_UNDEF is in effect.
|