Home
last modified time | relevance | path

Searched refs:WRDE_DOOFFS (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/gen/
H A Dwordexp.c231 if ((flags & (WRDE_DOOFFS|WRDE_APPEND)) == (WRDE_DOOFFS|WRDE_APPEND)) in we_askshell()
236 (flags & WRDE_DOOFFS ? we->we_offs : 0)), in we_askshell()
275 if (vofs == 0 && flags & WRDE_DOOFFS) in we_askshell()
/freebsd/lib/libc/tests/gen/
H A Dwordexp_test.c61 (void)(WRDE_APPEND + WRDE_DOOFFS + WRDE_NOCMD + WRDE_REUSE + in ATF_TC_BODY()
100 r = wordexp("hello world", &we, WRDE_DOOFFS); in ATF_TC_BODY()
154 r = wordexp("this is", &we, WRDE_DOOFFS); in ATF_TC_BODY()
156 r = wordexp("a test", &we, WRDE_APPEND|WRDE_DOOFFS); in ATF_TC_BODY()
158 r = wordexp("of wordexp", &we, WRDE_APPEND|WRDE_DOOFFS); in ATF_TC_BODY()
/freebsd/include/
H A Dwordexp.h52 #define WRDE_DOOFFS 0x2 /* we_offs member is valid */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp126 const int wordexp_wrde_dooffs = WRDE_DOOFFS;
H A Dsanitizer_platform_limits_freebsd.cpp187 const int wordexp_wrde_dooffs = WRDE_DOOFFS;
H A Dsanitizer_platform_limits_posix.cpp358 const int wordexp_wrde_dooffs = WRDE_DOOFFS;
H A Dsanitizer_platform_limits_netbsd.cpp669 const int wordexp_wrde_dooffs = WRDE_DOOFFS;