Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dgethostbyht.c172 gethostent_r(struct hostent *hptr, char *buffer, size_t buflen, in gethostent_r() function
210 if (gethostent_r(&hd->host, hd->data, sizeof(hd->data), &rval, in gethostent()
H A DSymbol.map19 gethostent_r;
/freebsd/include/
H A Dnetdb.h268 int gethostent_r(struct hostent *, char *, size_t,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2903 INTERCEPTOR(int, gethostent_r, struct __sanitizer_hostent *ret, char *buf,
2906 COMMON_INTERCEPTOR_ENTER(ctx, gethostent_r, ret, buf, buflen, result,
2911 int res = REAL(gethostent_r)(ret, buf, buflen, result, h_errnop);
2921 COMMON_INTERCEPT_FUNCTION(gethostent_r);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1882 fun:gethostent_r=uninstrumented