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

/freebsd-13-stable/include/
H A Dwordexp.h58 #define WRDE_UNDEF 0x20 /* disallow undefined shell vars */ macro
/freebsd-13-stable/lib/libc/tests/gen/
H A Dwordexp_test.c65 WRDE_SHOWERR + WRDE_UNDEF);
182 r = wordexp("${dont_set_me}", &we, WRDE_UNDEF);
254 r = wordexp("'", &we, WRDE_UNDEF);
265 r = wordexp("${IFS:+'}", &we, WRDE_UNDEF);
269 r = wordexp("$(case)", &we, WRDE_UNDEF);
/freebsd-13-stable/lib/libc/gen/
H A Dwordexp.c181 execl(_PATH_BSHELL, "sh", flags & WRDE_UNDEF ? "-u" : "+u",

Completed in 155 milliseconds