Home
last modified time | relevance | path

Searched refs:getprotobyname_r (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libc/net/
H A Dgetprotoname.c105 getprotobyname_r(const char *name, struct protoent *pptr, char *buffer, in getprotobyname_r() function
143 if (getprotobyname_r(name, &pd->proto, pd->data, sizeof(pd->data), in getprotobyname()
H A DSymbol.map48 getprotobyname_r;
/freebsd/contrib/libpcap/
H A Dnametoaddr.c520 err = getprotobyname_r(str, &result_buf, buf, sizeof buf, &p); in pcap_nametoproto()
535 p = getprotobyname_r(str, &result_buf, buf, (int)sizeof buf); in pcap_nametoproto()
543 if (getprotobyname_r(str, &result_buf, &proto_data) == -1) in pcap_nametoproto()
H A Dcmakeconfig.h.in15 /* define if we have the AIX getprotobyname_r() */
84 /* define if we have the Linux getprotobyname_r() */
159 /* define if we have the Solaris/IRIX getprotobyname_r() */
H A Dconfig.h.in18 /* define if we have the AIX getprotobyname_r() */
93 /* define if we have the Linux getprotobyname_r() */
165 /* define if we have the Solaris/IRIX getprotobyname_r() */
H A Dconfigure.ac355 # Check for reentrant versions of getprotobyname_r(), as provided by
362 # Only do the check if we have a declaration of getprotobyname_r();
367 AC_CHECK_DECL(getprotobyname_r,
369 AC_MSG_CHECKING([for the Linux getprotobyname_r()])
377 return getprotobyname_r((const char *)0, &protoent_buf, buf, sizeof buf, &resultp);
382 [define if we have the Linux getprotobyname_r()])
387 AC_MSG_CHECKING([for Solaris/IRIX getprotobyname_r()])
394 return getprotobyname_r((const char *)0, &protoent_buf, buf, (int)sizeof buf) != NULL;
399 [define if we have the Solaris/IRIX getprotobyname_r()])
404 AC_MSG_CHECKING([for AIX getprotobyname_r()])
[all …]
H A DCMakeLists.txt989 # Check for reentrant versions of getprotobyname_r(), as provided by
996 # Only do the check if we have a declaration of getprotobyname_r();
1003 check_symbol_exists(getprotobyname_r netdb.h NETDB_H_DECLARES_GETPROTOBYNAME_R)
1015 return getprotobyname_r((const char *)0, &protoent_buf, buf, sizeof buf, &resultp);
1029 return getprotobyname_r((const char *)0, &protoent_buf, buf, (int)sizeof buf) != NULL;
1043 return getprotobyname_r((const char *)0, &protoent_buf, &proto_data);
H A Dconfigure6252 return getprotobyname_r((const char *)0, &protoent_buf, buf, sizeof buf, &resultp);
6284 return getprotobyname_r((const char *)0, &protoent_buf, buf, (int)sizeof buf) != NULL;
6316 return getprotobyname_r((const char *)0, &protoent_buf, &proto_data);
/freebsd/include/
H A Dnetdb.h280 int getprotobyname_r(const char *, struct protoent *, char *,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7708 INTERCEPTOR(int, getprotobyname_r, const char *name,
7712 COMMON_INTERCEPTOR_ENTER(ctx, getprotobyname_r, name, result_buf, buf,
7716 int res = REAL(getprotobyname_r)(name, result_buf, buf, buflen, result);
7740 COMMON_INTERCEPT_FUNCTION(getprotobyname_r); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1918 fun:getprotobyname_r=uninstrumented