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

/freebsd-13-stable/include/
H A Dwordexp.h45 __size_t we_offs; /* slots to reserve in we_wordv */ member in struct:__anon7386
54 #define WRDE_DOOFFS 0x2 /* we_offs member is valid */
/freebsd-13-stable/lib/libc/gen/
H A Dwordexp.c236 vofs += we->we_offs;
240 (flags & WRDE_DOOFFS ? we->we_offs : 0)),
280 while (vofs < we->we_offs)
/freebsd-13-stable/lib/libc/tests/gen/
H A Dwordexp_test.c102 we.we_offs = 3;
156 we.we_offs = 2;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h350 uptr we_offs; member in struct:__sanitizer::__sanitizer_wordexp_t
H A Dsanitizer_platform_limits_freebsd.h375 uptr we_offs; member in struct:__sanitizer::__sanitizer_wordexp_t
H A Dsanitizer_platform_limits_solaris.cpp279 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_freebsd.cpp447 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_posix.h777 uptr we_offs; member in struct:__sanitizer::__sanitizer_wordexp_t
H A Dsanitizer_platform_limits_netbsd.h456 uptr we_offs; member in struct:__sanitizer::__sanitizer_wordexp_t
H A Dsanitizer_platform_limits_posix.cpp1091 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_netbsd.cpp2446 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);

Completed in 265 milliseconds