Home
last modified time | relevance | path

Searched refs:WRDE_CMDSUB (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/posix/
Dtst-wordexp-nocmd.c111 expect_failure ("$(ls)", WRDE_CMDSUB); in run_tests()
116 expect_failure ("$((`echo 1`))", WRDE_CMDSUB); in run_tests()
117 expect_failure ("$((1+`echo 1`))", WRDE_CMDSUB); in run_tests()
118 expect_failure ("$((1+$((`echo 1`))))", WRDE_CMDSUB); in run_tests()
Dwordexp.h57 WRDE_CMDSUB, /* Command substitution with WRDE_NOCMD. */ enumerator
Dwordexp.c890 return WRDE_CMDSUB; in exec_comm()
/glibc-2.36/conform/data/
Dwordexp.h-data17 constant WRDE_CMDSUB
/glibc-2.36/manual/
Dpattern.texi1965 @item WRDE_CMDSUB
/glibc-2.36/
DNEWS4691 shell and returns the error WRDE_CMDSUB as expected.
/glibc-2.36/ChangeLog.old/
DChangeLog.1844271 (test_case): Add 3 new tests for WRDE_CMDSUB.
44275 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag