Searched refs:getprotobyname_r (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | getprotoname.c | 105 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 D | Symbol.map | 48 getprotobyname_r;
|
/freebsd/contrib/libpcap/ |
H A D | nametoaddr.c | 520 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 D | cmakeconfig.h.in | 15 /* 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 D | config.h.in | 18 /* 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 D | configure.ac | 355 # 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 D | CMakeLists.txt | 989 # 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 D | configure | 6252 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 D | netdb.h | 280 int getprotobyname_r(const char *, struct protoent *, char *,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7708 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 D | libc_ubuntu1404_abilist.txt | 1918 fun:getprotobyname_r=uninstrumented
|