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.inc327 _(TCGETA, WRITE, struct_termio_sz);
331 _(TCSETA, READ, struct_termio_sz);
332 _(TCSETAF, READ, struct_termio_sz);
333 _(TCSETAW, READ, struct_termio_sz);
Dsanitizer_platform_limits_posix.h877 extern unsigned struct_termio_sz;
Dsanitizer_platform_limits_posix.cc420 unsigned struct_termio_sz = sizeof(struct termio); variable