Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h668 extern unsigned struct_format_op_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc963 _(DIOCRFORMAT, READWRITE, struct_format_op_sz);
964 _(DIOCWFORMAT, READWRITE, struct_format_op_sz);
H A Dsanitizer_platform_limits_netbsd.cpp801 unsigned struct_format_op_sz = sizeof(format_op); variable