Home
last modified time | relevance | path

Searched refs:struct_ustat_sz (Results 1 – 10 of 10) sorted by relevance

/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h191 extern unsigned struct_ustat_sz;
H A Dsanitizer_platform_limits_posix.cc239 unsigned struct_ustat_sz = SIZEOF_STRUCT_USTAT; variable
H A Dsanitizer_common_syscalls.inc931 if (ubuf) POST_WRITE(ubuf, struct_ustat_sz);
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h204 extern unsigned struct_ustat_sz;
H A Dsanitizer_platform_limits_posix.cc279 unsigned struct_ustat_sz = SIZEOF_STRUCT_USTAT; variable
H A Dsanitizer_common_syscalls.inc929 if (ubuf) POST_WRITE(ubuf, struct_ustat_sz);
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h204 extern unsigned struct_ustat_sz;
H A Dsanitizer_platform_limits_posix.cc279 unsigned struct_ustat_sz = SIZEOF_STRUCT_USTAT; variable
H A Dsanitizer_common_syscalls.inc929 if (ubuf) POST_WRITE(ubuf, struct_ustat_sz);
/netbsd/external/gpl3/gcc/dist/libsanitizer/
H A DChangeLog373 (struct_ustat_sz): Use SIZEOF_STRUCT_USTAT for Linux.