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

/freebsd-13-stable/include/
H A Dwordexp.h64 #define WRDE_BADVAL 2 /* undefined variable */ macro
/freebsd-13-stable/lib/libc/tests/gen/
H A Dwordexp_test.c66 (void)(WRDE_BADCHAR + WRDE_BADVAL + WRDE_CMDSUB + WRDE_NOSPACE +
183 ATF_REQUIRE(r == WRDE_BADVAL);
/freebsd-13-stable/lib/libc/gen/
H A Dwordexp.c213 error = buf[0] == 'C' ? WRDE_CMDSUB : WRDE_BADVAL;

Completed in 112 milliseconds