Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc154 _(EVIOCGBIT, WRITE, struct_input_id_sz); // fixup
156 _(EVIOCGID, WRITE, struct_input_id_sz);
H A Dsanitizer_platform_limits_posix.h1018 extern unsigned struct_input_id_sz;
H A Dsanitizer_platform_limits_posix.cpp470 unsigned struct_input_id_sz = sizeof(struct input_id); variable