Home
last modified time | relevance | path

Searched refs:we_offs (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libc/gen/
H A Dwordexp.c232 vofs += we->we_offs; in we_askshell()
236 (flags & WRDE_DOOFFS ? we->we_offs : 0)), in we_askshell()
276 while (vofs < we->we_offs) in we_askshell()
/freebsd/include/
H A Dwordexp.h43 __size_t we_offs; /* slots to reserve in we_wordv */ member
/freebsd/lib/libc/tests/gen/
H A Dwordexp_test.c99 we.we_offs = 3; in ATF_TC_BODY()
153 we.we_offs = 2; in ATF_TC_BODY()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h351 uptr we_offs; member
H A Dsanitizer_platform_limits_solaris.cpp281 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_freebsd.h415 uptr we_offs; member
H A Dsanitizer_platform_limits_freebsd.cpp487 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_posix.h832 uptr we_offs;
831 uptr we_offs; global() member
H A Dsanitizer_platform_limits_posix.cpp1172 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_netbsd.h457 uptr we_offs; member
H A Dsanitizer_platform_limits_netbsd.cpp2598 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_common_interceptors.inc4175 ((flags & wordexp_wrde_dooffs) ? p->we_offs : 0) + p->we_wordc;