Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h937 extern unsigned struct_wsdisplay_char_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc573 _(WSDISPLAYIO_GETWSCHAR, READWRITE, struct_wsdisplay_char_sz);
574 _(WSDISPLAYIO_PUTWSCHAR, READWRITE, struct_wsdisplay_char_sz);
H A Dsanitizer_platform_limits_netbsd.cpp1071 unsigned struct_wsdisplay_char_sz = sizeof(wsdisplay_char); variable