Searched refs:struct_termio_sz (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_ioctl.inc | 330 _(TCGETA, WRITE, struct_termio_sz); 334 _(TCSETA, READ, struct_termio_sz); 335 _(TCSETAF, READ, struct_termio_sz); 336 _(TCSETAW, READ, struct_termio_sz);
|
D | sanitizer_platform_limits_posix.h | 902 extern unsigned struct_termio_sz;
|
D | sanitizer_platform_limits_posix.cc | 425 unsigned struct_termio_sz = sizeof(struct termio); variable
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_ioctl.inc | 333 _(TCGETA, WRITE, struct_termio_sz); 337 _(TCSETA, READ, struct_termio_sz); 338 _(TCSETAF, READ, struct_termio_sz); 339 _(TCSETAW, READ, struct_termio_sz);
|
D | sanitizer_platform_limits_posix.h | 962 extern unsigned struct_termio_sz;
|
D | sanitizer_platform_limits_posix.cpp | 425 unsigned struct_termio_sz = sizeof(struct termio); variable
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 6575 <!-- unsigned int __sanitizer::struct_termio_sz --> 6576 …<var-decl name='struct_termio_sz' type-id='type-id-211' mangled-name='_ZN11__sanitizer16struct_ter…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 3805 …<var-decl name='struct_termio_sz' type-id='type-id-211' mangled-name='_ZN11__sanitizer16struct_ter…
|