reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
  941 extern unsigned struct_termios_sz;

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 3587     COMMON_INTERCEPTOR_WRITE_RANGE(ctx, termios_p, struct_termios_sz);
projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc
  334   _(TCGETS, WRITE, struct_termios_sz);
  340   _(TCSETS, READ, struct_termios_sz);
  341   _(TCSETSF, READ, struct_termios_sz);
  342   _(TCSETSW, READ, struct_termios_sz);
  344   _(TIOCGLCKTRMIOS, WRITE, struct_termios_sz);
  352   _(TIOCSLCKTRMIOS, READ, struct_termios_sz);