Home
last modified time | relevance | path

Searched refs:struct_timeval_sz (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc690 _(BIOCSRTIMEOUT, READ, struct_timeval_sz);
691 _(BIOCGRTIMEOUT, WRITE, struct_timeval_sz);
1264 _(TIOCDCDTIMESTAMP, WRITE, struct_timeval_sz);
H A Dsanitizer_platform_limits_netbsd.h841 extern unsigned struct_timeval_sz;
H A Dsanitizer_platform_limits_netbsd.cc678 unsigned struct_timeval_sz = sizeof(timeval); variable