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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc334 _(TCGETS, WRITE, struct_termios_sz);
340 _(TCSETS, READ, struct_termios_sz);
341 _(TCSETSF, READ, struct_termios_sz);
342 _(TCSETSW, READ, struct_termios_sz);
344 _(TIOCGLCKTRMIOS, WRITE, struct_termios_sz);
352 _(TIOCSLCKTRMIOS, READ, struct_termios_sz);
H A Dsanitizer_platform_limits_solaris.h413 extern unsigned struct_termios_sz;
H A Dsanitizer_platform_limits_freebsd.h436 extern unsigned struct_termios_sz;
H A Dsanitizer_platform_limits_solaris.cpp130 unsigned struct_termios_sz = sizeof(struct termios); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_freebsd.cpp171 unsigned struct_termios_sz = sizeof(struct termios); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h931 extern unsigned struct_termios_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1235 _(TIOCGETA, WRITE, struct_termios_sz);
1236 _(TIOCSETA, READ, struct_termios_sz);
H A Dsanitizer_platform_limits_netbsd.h856 extern unsigned struct_termios_sz;
H A Dsanitizer_platform_limits_posix.cpp391 unsigned struct_termios_sz = sizeof(struct termios); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_netbsd.cpp699 unsigned struct_termios_sz = sizeof(termios); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc3592 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, termios_p, struct_termios_sz);

Completed in 217 milliseconds