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

/freebsd-current/include/
H A Dwordexp.h43 __size_t we_offs; /* slots to reserve in we_wordv */ member in struct:__anon84
52 #define WRDE_DOOFFS 0x2 /* we_offs member is valid */
/freebsd-current/lib/libc/gen/
H A Dwordexp.c232 vofs += we->we_offs;
236 (flags & WRDE_DOOFFS ? we->we_offs : 0)),
276 while (vofs < we->we_offs)
/freebsd-current/lib/libc/tests/gen/
H A Dwordexp_test.c99 we.we_offs = 3;
153 we.we_offs = 2;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h351 uptr we_offs; member in struct:__sanitizer::__sanitizer_wordexp_t
H A Dsanitizer_platform_limits_solaris.cpp281 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_freebsd.h397 uptr we_offs; member in struct:__sanitizer::__sanitizer_wordexp_t
H A Dsanitizer_platform_limits_freebsd.cpp485 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_posix.h832 uptr we_offs; member in struct:__sanitizer::__sanitizer_wordexp_t
H A Dsanitizer_platform_limits_netbsd.h457 uptr we_offs; member in struct:__sanitizer::__sanitizer_wordexp_t
H A Dsanitizer_platform_limits_posix.cpp1172 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_netbsd.cpp2598 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_common_interceptors.inc4164 ((flags & wordexp_wrde_dooffs) ? p->we_offs : 0) + p->we_wordc;

Completed in 279 milliseconds