Searched refs:struct_statvfs90_sz (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_netbsd_compat.inc | 41 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs90_sz); 54 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs90_sz); 75 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, *mntbufp, cnt * struct_statvfs90_sz); 90 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, ret * struct_statvfs90_sz); 104 if (!res) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs90_sz); 114 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, struct_statvfs90_sz);
|
D | sanitizer_platform_limits_netbsd.h | 2416 extern unsigned struct_statvfs90_sz;
|
D | sanitizer_platform_limits_netbsd.cpp | 2737 unsigned struct_statvfs90_sz = sizeof(struct statvfs90); variable
|