Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc1939 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 …]
HDsanitizer_platform_limits_posix.h631 struct __sanitizer_hostent { struct