Searched refs:__sanitizer_hostent (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_interceptors.inc | 1939 static void write_hostent(void *ctx, struct __sanitizer_hostent *h) { 1940 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, h, sizeof(__sanitizer_hostent)); 1961 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyname, char *name) { 1964 struct __sanitizer_hostent *res = REAL(gethostbyname)(name); 1969 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyaddr, void *addr, int len, 1974 struct __sanitizer_hostent *res = REAL(gethostbyaddr)(addr, len, type); 1979 INTERCEPTOR(struct __sanitizer_hostent *, gethostent, int fake) { 1982 struct __sanitizer_hostent *res = REAL(gethostent)(fake); 1987 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyname2, char *name, int af) { 1990 struct __sanitizer_hostent *res = REAL(gethostbyname2)(name, af); [all …]
|
| HD | sanitizer_platform_limits_posix.h | 631 struct __sanitizer_hostent { struct
|