Home
last modified time | relevance | path

Searched refs:__sanitizer_ttyent (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.h514 struct __sanitizer_ttyent { struct
Dsanitizer_common_interceptors.inc7431 INTERCEPTOR(struct __sanitizer_ttyent *, getttyent, void) {
7434 struct __sanitizer_ttyent *ttyent = REAL(getttyent)();
7439 INTERCEPTOR(struct __sanitizer_ttyent *, getttynam, char *name) {
7444 struct __sanitizer_ttyent *ttyent = REAL(getttynam)(name);