Searched refs:struct_winsize_sz (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h414 extern unsigned struct_winsize_sz;
H A Dsanitizer_common_interceptors_ioctl.inc67 _(TIOCGWINSZ, WRITE, struct_winsize_sz);
80 _(TIOCSWINSZ, READ, struct_winsize_sz);
H A Dsanitizer_platform_limits_freebsd.h437 extern unsigned struct_winsize_sz;
H A Dsanitizer_platform_limits_solaris.cpp131 unsigned struct_winsize_sz = sizeof(struct winsize); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_freebsd.cpp172 unsigned struct_winsize_sz = sizeof(struct winsize); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h932 extern unsigned struct_winsize_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1260 _(TIOCGWINSZ, WRITE, struct_winsize_sz);
1261 _(TIOCSWINSZ, READ, struct_winsize_sz);
H A Dsanitizer_platform_limits_netbsd.h939 extern unsigned struct_winsize_sz;
H A Dsanitizer_platform_limits_posix.cpp392 unsigned struct_winsize_sz = sizeof(struct winsize); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_netbsd.cpp783 unsigned struct_winsize_sz = sizeof(winsize); member in namespace:__sanitizer

Completed in 375 milliseconds