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

/freebsd-13-stable/include/
H A Dwordexp.h65 #define WRDE_CMDSUB 3 /* command substitution not allowed */ macro
/freebsd-13-stable/lib/libc/tests/gen/
H A Dwordexp_test.c66 (void)(WRDE_BADCHAR + WRDE_BADVAL + WRDE_CMDSUB + WRDE_NOSPACE +
193 ATF_REQUIRE(r == WRDE_CMDSUB);
195 ATF_REQUIRE(r == WRDE_CMDSUB);
197 ATF_REQUIRE(r == WRDE_CMDSUB);
199 ATF_REQUIRE(r == WRDE_CMDSUB);
/freebsd-13-stable/lib/libc/gen/
H A Dwordexp.c213 error = buf[0] == 'C' ? WRDE_CMDSUB : WRDE_BADVAL;

Completed in 117 milliseconds