Searched refs:getservbyport_r (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | Symbol.map | 52 getservbyport_r;
|
H A D | getservent.c | 1148 getservbyport_r(int port, const char *proto, struct servent *serv, in getservbyport_r() function 1292 return (getservbyport_r(key.port, key.proto, serv, buffer, bufsize, in wrap_getservbyport_r()
|
/freebsd/include/ |
H A D | netdb.h | 288 int getservbyport_r(int, const char *, struct servent *, char *,
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_printf.c | 529 if ((sv = getservbyport_r(port, NULL, &res, buf, sizeof (buf))) != NULL) in pfprint_port() 531 if (getservbyport_r(port, NULL, &res, buf, sizeof (buf), &sv) > 0) in pfprint_port()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1949 fun:getservbyport_r=uninstrumented
|