Searched refs:struct_termios_sz (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_ioctl.inc | 344 _(TCGETS, WRITE, struct_termios_sz); 352 _(TCSETS, READ, struct_termios_sz); 353 _(TCSETSF, READ, struct_termios_sz); 354 _(TCSETSW, READ, struct_termios_sz); 356 _(TIOCGLCKTRMIOS, WRITE, struct_termios_sz); 364 _(TIOCSLCKTRMIOS, READ, struct_termios_sz);
|
H A D | sanitizer_platform_limits_solaris.h | 415 extern unsigned struct_termios_sz;
|
H A D | sanitizer_platform_limits_solaris.cpp | 132 unsigned struct_termios_sz = sizeof(struct termios); variable
|
H A D | sanitizer_platform_limits_freebsd.h | 518 extern unsigned struct_termios_sz;
|
H A D | sanitizer_platform_limits_freebsd.cpp | 195 unsigned struct_termios_sz = sizeof(struct termios); variable
|
H A D | sanitizer_platform_limits_posix.h | 990 extern unsigned struct_termios_sz;
|
H A D | sanitizer_platform_limits_posix.cpp | 454 unsigned struct_termios_sz = sizeof(struct termios); variable
|
H A D | sanitizer_platform_limits_netbsd.h | 851 extern unsigned struct_termios_sz;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1232 _(TIOCGETA, WRITE, struct_termios_sz); 1233 _(TIOCSETA, READ, struct_termios_sz);
|
H A D | sanitizer_platform_limits_netbsd.cpp | 984 unsigned struct_termios_sz = sizeof(termios); variable
|
H A D | sanitizer_common_interceptors.inc | 3817 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, termios_p, struct_termios_sz);
|