Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc348 _(TCGETS, WRITE, struct_termios_sz);
353 _(TCSETS, READ, struct_termios_sz);
354 _(TCSETSF, READ, struct_termios_sz);
355 _(TCSETSW, READ, struct_termios_sz);
358 _(TIOCGLCKTRMIOS, WRITE, struct_termios_sz);
366 _(TIOCSLCKTRMIOS, READ, struct_termios_sz);
H A Dsanitizer_platform_limits_solaris.h415 extern unsigned struct_termios_sz;
H A Dsanitizer_platform_limits_solaris.cpp133 unsigned struct_termios_sz = sizeof(struct termios); variable
H A Dsanitizer_platform_limits_freebsd.h520 extern unsigned struct_termios_sz;
H A Dsanitizer_platform_limits_freebsd.cpp181 unsigned struct_termios_sz = sizeof(struct termios); variable
H A Dsanitizer_platform_limits_posix.h1067 extern unsigned struct_termios_sz;
H A Dsanitizer_platform_limits_posix.cpp469 unsigned struct_termios_sz = sizeof(struct termios); variable
H A Dsanitizer_platform_limits_netbsd.h852 extern unsigned struct_termios_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1232 _(TIOCGETA, WRITE, struct_termios_sz);
1233 _(TIOCSETA, READ, struct_termios_sz);
H A Dsanitizer_platform_limits_netbsd.cpp984 unsigned struct_termios_sz = sizeof(termios); variable
H A Dsanitizer_common_interceptors.inc3978 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, termios_p, struct_termios_sz);