Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/gen/
H A Dwordexp_test.c63 (void)(WRDE_BADCHAR + WRDE_BADVAL + WRDE_CMDSUB + WRDE_NOSPACE + in ATF_TC_BODY()
190 ATF_REQUIRE(r == WRDE_CMDSUB); in ATF_TC_BODY()
192 ATF_REQUIRE(r == WRDE_CMDSUB); in ATF_TC_BODY()
194 ATF_REQUIRE(r == WRDE_CMDSUB); in ATF_TC_BODY()
196 ATF_REQUIRE(r == WRDE_CMDSUB); in ATF_TC_BODY()
/freebsd/include/
H A Dwordexp.h63 #define WRDE_CMDSUB 3 /* command substitution not allowed */ macro
/freebsd/lib/libc/gen/
H A Dwordexp.c209 error = buf[0] == 'C' ? WRDE_CMDSUB : WRDE_BADVAL; in we_askshell()