Searched refs:gethostent_r (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/include/
H A Dnetdb.h268 int gethostent_r(struct hostent *, char *, size_t,
/freebsd-current/lib/libc/net/
H A Dgethostbyht.c172 gethostent_r(struct hostent *hptr, char *buffer, size_t buflen, function
210 if (gethostent_r(&hd->host, hd->data, sizeof(hd->data), &rval,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2894 INTERCEPTOR(int, gethostent_r, struct __sanitizer_hostent *ret, char *buf,
2897 COMMON_INTERCEPTOR_ENTER(ctx, gethostent_r, ret, buf, buflen, result,
2902 int res = REAL(gethostent_r)(ret, buf, buflen, result, h_errnop);
2912 COMMON_INTERCEPT_FUNCTION(gethostent_r);

Completed in 200 milliseconds