Searched refs:gai_strerror (Results 151 - 160 of 160) sorted by relevance

1234567

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c4914 name, gai_strerror(rescode), rescode);
/netbsd-current/external/gpl3/gcc/dist/c++tools/
H A Dconfigure3520 const char *str = gai_strerror (e);
/netbsd-current/libexec/ftpd/
H A Dftpd.c530 syslog(LOG_ERR, "getaddrinfo: %s", gai_strerror(error));
/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dremote.c284 ip?ip:"default", port, gai_strerror(r),
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dreadconf.c661 ifa->ifa_name, gai_strerror(r));
/netbsd-current/external/bsd/libbind/dist/
H A Dconfigure26766 { echo "$as_me:$LINENO: checking for gai_strerror" >&5
26767 echo $ECHO_N "checking for gai_strerror... $ECHO_C" >&6; }
26777 /* Define gai_strerror to an innocuous variant, in case <limits.h> declares gai_strerror.
26779 #define gai_strerror innocuous_gai_strerror
26782 which can conflict with char gai_strerror (); below.
26792 #undef gai_strerror
26800 char gai_strerror ();
26811 return gai_strerror ();
/netbsd-current/external/apache2/mDNSResponder/dist/Clients/
H A Ddnssdutil.c2863 FPrintF( stderr, "Error %#m: %s.\n", err, gai_strerror( err ) );
/netbsd-current/external/gpl2/xcvs/dist/
H A Dconfigure7704 for ac_func in getaddrinfo gai_strerror
11171 for ac_func in getaddrinfo gai_strerror
/netbsd-current/crypto/external/bsd/heimdal/dist/
H A Dconfigure23092 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gai_strerror" >&5
23093 printf %s "checking for gai_strerror... " >&6; }
23121 gai_strerror(0)
23143 ac_fn_c_check_func "$LINENO" "gai_strerror" "ac_cv_func_gai_strerror"
23151 # gai_strerror
23152 eval "ac_tr_func=HAVE_`echo gai_strerror | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
23189 *" gai_strerror.$ac_objext "* ) ;;
23190 *) LIBOBJS="$LIBOBJS gai_strerror.$ac_objext"
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dconfigure12559 const char *str = gai_strerror (e);

Completed in 606 milliseconds

1234567