Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc342 _(TCGETA, WRITE, struct_termio_sz);
348 _(TCSETA, READ, struct_termio_sz);
349 _(TCSETAF, READ, struct_termio_sz);
350 _(TCSETAW, READ, struct_termio_sz);
H A Dsanitizer_platform_limits_posix.h1017 extern unsigned struct_termio_sz;
H A Dsanitizer_platform_limits_posix.cpp483 unsigned struct_termio_sz = sizeof(struct termio); variable