Home
last modified time | relevance | path

Searched refs:struct_termio_sz (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc330 _(TCGETA, WRITE, struct_termio_sz);
334 _(TCSETA, READ, struct_termio_sz);
335 _(TCSETAF, READ, struct_termio_sz);
336 _(TCSETAW, READ, struct_termio_sz);
Dsanitizer_platform_limits_posix.h902 extern unsigned struct_termio_sz;
Dsanitizer_platform_limits_posix.cc425 unsigned struct_termio_sz = sizeof(struct termio); variable