HomeSort by: relevance | last modified time | path
    Searched refs:struct_ttyent_sz (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.h 401 extern int struct_ttyent_sz;
sanitizer_platform_limits_netbsd.cc 511 int struct_ttyent_sz = sizeof(struct ttyent); variable in namespace:__sanitizer
sanitizer_common_interceptors.inc 7120 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7130 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);

Completed in 22 milliseconds