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

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

Completed in 178 milliseconds