Searched refs:getprotobynumber_r (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | getproto.c | 90 getprotobynumber_r(int proto, struct protoent *pptr, char *buffer, in getprotobynumber_r() function 129 if (getprotobynumber_r(proto, &pd->proto, pd->data, sizeof(pd->data), in getprotobynumber()
|
H A D | Symbol.map | 42 getprotobynumber_r;
|
/freebsd/include/ |
H A D | netdb.h | 282 int getprotobynumber_r(int, struct protoent *, char *, size_t,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7724 INTERCEPTOR(int, getprotobynumber_r, int num, 7728 COMMON_INTERCEPTOR_ENTER(ctx, getprotobynumber_r, num, result_buf, buf, 7730 int res = REAL(getprotobynumber_r)(num, result_buf, buf, buflen, result); 7741 COMMON_INTERCEPT_FUNCTION(getprotobynumber_r);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1920 fun:getprotobynumber_r=uninstrumented
|