/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_common_interceptors_ioctl.inc | 335 _(TCGETS, WRITE, struct_termios_sz); 341 _(TCSETS, READ, struct_termios_sz); 342 _(TCSETSF, READ, struct_termios_sz); 343 _(TCSETSW, READ, struct_termios_sz); 345 _(TIOCGLCKTRMIOS, WRITE, struct_termios_sz); 353 _(TIOCSLCKTRMIOS, READ, struct_termios_sz);
|
sanitizer_platform_limits_solaris.h | 415 extern unsigned struct_termios_sz;
|
sanitizer_platform_limits_freebsd.h | 437 extern unsigned struct_termios_sz;
|
sanitizer_platform_limits_solaris.cc | 131 unsigned struct_termios_sz = sizeof(struct termios); variable in namespace:__sanitizer
|
sanitizer_platform_limits_freebsd.cc | 170 unsigned struct_termios_sz = sizeof(struct termios); variable in namespace:__sanitizer
|
sanitizer_platform_limits_posix.h | 937 extern unsigned struct_termios_sz;
|
sanitizer_platform_limits_posix.cc | 388 unsigned struct_termios_sz = sizeof(struct termios); variable in namespace:__sanitizer
|
sanitizer_interceptors_ioctl_netbsd.inc | 1233 _(TIOCGETA, WRITE, struct_termios_sz); 1234 _(TIOCSETA, READ, struct_termios_sz);
|
sanitizer_platform_limits_netbsd.h | 823 extern unsigned struct_termios_sz;
|
sanitizer_platform_limits_netbsd.cc | 822 unsigned struct_termios_sz = sizeof(termios); variable in namespace:__sanitizer
|
sanitizer_common_interceptors.inc | 3556 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, termios_p, struct_termios_sz);
|