Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h318 struct __sanitizer_hostent { struct
H A Dsanitizer_platform_limits_freebsd.h356 struct __sanitizer_hostent { struct
H A Dsanitizer_platform_limits_posix.h781 struct __sanitizer_hostent { struct
H A Dsanitizer_common_interceptors.inc2801 static void write_hostent(void *ctx, struct __sanitizer_hostent *h) {
2802 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, h, sizeof(__sanitizer_hostent));
2823 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyname, char *name) {
2826 struct __sanitizer_hostent *res = REAL(gethostbyname)(name);
2841 INTERCEPTOR(struct __sanitizer_hostent *, gethostent, int fake) {
2844 struct __sanitizer_hostent *res = REAL(gethostent)(fake);
2860 struct __sanitizer_hostent *res = REAL(gethostbyname2)(name, af);
2871 char *buf, SIZE_T buflen, __sanitizer_hostent **result,
2919 struct __sanitizer_hostent *ret, char *buf, SIZE_T buflen,
2920 __sanitizer_hostent **result, int *h_errnop) {
[all …]
H A Dsanitizer_platform_limits_netbsd.h363 struct __sanitizer_hostent { struct