Searched refs:gethostent_r (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | gethostbyht.c | 172 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 D | Symbol.map | 19 gethostent_r;
|
/freebsd/include/ |
H A D | netdb.h | 268 int gethostent_r(struct hostent *, char *, size_t,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 2903 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 D | libc_ubuntu1404_abilist.txt | 1882 fun:gethostent_r=uninstrumented
|