Home
last modified time | relevance | path

Searched refs:struct_statvfs64_sz (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.h105 extern unsigned struct_statvfs64_sz;
Dsanitizer_platform_limits_solaris.cpp95 unsigned struct_statvfs64_sz = sizeof(struct statvfs64); variable
Dsanitizer_platform_limits_posix.h220 extern unsigned struct_statvfs64_sz;
Dsanitizer_platform_limits_posix.cpp283 unsigned struct_statvfs64_sz = sizeof(struct statvfs64); variable
Dsanitizer_common_interceptors.inc4610 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs64_sz);
4620 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs64_sz);