Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A DSymbol.map46 getprotoent_r;
H A Dgetprotoent.c468 getprotoent_r(struct protoent *pptr, char *buffer, size_t buflen, in getprotoent_r() function
546 if (getprotoent_r(&pd->proto, pd->data, sizeof(pd->data), &rval) != 0) in getprotoent()
/freebsd/include/
H A Dnetdb.h284 int getprotoent_r(struct protoent *, char *, size_t,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7681 INTERCEPTOR(int, getprotoent_r, struct __sanitizer_protoent *result_buf,
7684 COMMON_INTERCEPTOR_ENTER(ctx, getprotoent_r, result_buf, buf, buflen,
7686 int res = REAL(getprotoent_r)(result_buf, buf, buflen, result);
7725 COMMON_INTERCEPT_FUNCTION(getprotoent_r); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1922 fun:getprotoent_r=uninstrumented