Home
last modified time | relevance | path

Searched refs:wordexp_wrde_dooffs (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.h344 extern const int wordexp_wrde_dooffs;
Dsanitizer_platform_limits_solaris.cpp126 const int wordexp_wrde_dooffs = WRDE_DOOFFS; variable
Dsanitizer_platform_limits_freebsd.h382 extern const int wordexp_wrde_dooffs;
Dsanitizer_platform_limits_freebsd.cpp179 const int wordexp_wrde_dooffs = WRDE_DOOFFS; variable
Dsanitizer_platform_limits_posix.h829 extern const int wordexp_wrde_dooffs;
Dsanitizer_platform_limits_posix.cpp349 const int wordexp_wrde_dooffs = WRDE_DOOFFS; variable
Dsanitizer_platform_limits_netbsd.h397 extern const int wordexp_wrde_dooffs;
Dsanitizer_platform_limits_netbsd.cpp669 const int wordexp_wrde_dooffs = WRDE_DOOFFS; variable
Dsanitizer_common_interceptors.inc4217 ((flags & wordexp_wrde_dooffs) ? p->we_offs : 0) + p->we_wordc;