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.inc344 _(TCGETS, WRITE, struct_termios_sz);
352 _(TCSETS, READ, struct_termios_sz);
353 _(TCSETSF, READ, struct_termios_sz);
354 _(TCSETSW, READ, struct_termios_sz);
356 _(TIOCGLCKTRMIOS, WRITE, struct_termios_sz);
364 _(TIOCSLCKTRMIOS, READ, struct_termios_sz);
H A Dsanitizer_platform_limits_solaris.h415 extern unsigned struct_termios_sz;
H A Dsanitizer_platform_limits_solaris.cpp132 unsigned struct_termios_sz = sizeof(struct termios); variable
H A Dsanitizer_platform_limits_freebsd.h518 extern unsigned struct_termios_sz;
H A Dsanitizer_platform_limits_freebsd.cpp195 unsigned struct_termios_sz = sizeof(struct termios); variable
H A Dsanitizer_platform_limits_posix.h990 extern unsigned struct_termios_sz;
H A Dsanitizer_platform_limits_posix.cpp454 unsigned struct_termios_sz = sizeof(struct termios); variable
H A Dsanitizer_platform_limits_netbsd.h851 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.inc3817 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, termios_p, struct_termios_sz);