Home
last modified time | relevance | path

Searched refs:struct_termios_sz (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc328 _(TCGETS, WRITE, struct_termios_sz);
334 _(TCSETS, READ, struct_termios_sz);
335 _(TCSETSF, READ, struct_termios_sz);
336 _(TCSETSW, READ, struct_termios_sz);
338 _(TIOCGLCKTRMIOS, WRITE, struct_termios_sz);
346 _(TIOCSLCKTRMIOS, READ, struct_termios_sz);
Dsanitizer_platform_limits_posix.h784 extern unsigned struct_termios_sz;
Dsanitizer_platform_limits_posix.cc316 unsigned struct_termios_sz = sizeof(struct termios); variable
Dsanitizer_common_interceptors.inc2462 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, termios_p, struct_termios_sz);