/titanic_44/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | fake-addrinfo.h | 227 #undef gai_strerror 228 #define gai_strerror krb5int_gai_strerror macro
|
/titanic_44/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 82 #define gai_strerror res_gai_strerror macro 83 const char *gai_strerror __P((int ecode));
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | fake-getaddrinfo.h | 46 char *gai_strerror(int ecode);
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | fake-addrinfo.c | 130 extern /*@dependent@*/ char *gai_strerror (int code) /*@*/; 349 #undef gai_strerror 350 #define gai_strerror my_fake_gai_strerror macro 437 fprintf(stderr, "error %d: %s\n", err, gai_strerror(err)); in debug_dump_error() 484 char *gai_strerror (int code); 1020 char *gai_strerror (int code) in gai_strerror() function 1349 return gai_strerror(err); in krb5int_gai_strerror()
|
/titanic_44/usr/src/lib/libresolv2/common/irs/ |
H A D | gai_strerror.c | 50 gai_strerror(int ecode) { in gai_strerror() function
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | netcat.c | 469 return ((char *)gai_strerror(e)); in print_addr() 554 errx(1, "getaddrinfo: %s", gai_strerror(error)); in remote_connect() 574 errx(1, "getaddrinfo: %s", gai_strerror(error)); in remote_connect() 629 errx(1, "getaddrinfo: %s", gai_strerror(error)); in local_listen()
|
H A D | socks.c | 88 gai_strerror(r)); in decode_addrport()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rdate.c | 121 gai_strerror(rc)); in main()
|
H A D | whois.c | 230 warnx("%s: %s", host, gai_strerror(error)); in gethostinfo()
|
/titanic_44/usr/src/lib/libsasl/include/ |
H A D | config.h | 430 #define gai_strerror sasl_gai_strerror macro
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | getaddr.c | 187 gai_strerror(gaierr)); in smb_ctx_getaddr()
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | fake-getaddrinfo.c | 20 char *gai_strerror(int ecode) in gai_strerror() function
|
/titanic_44/usr/src/man/man3socket/ |
H A D | Makefile | 75 gai_strerror.3socket \ 168 gai_strerror.3socket := LINKSRC = getaddrinfo.3socket
|
/titanic_44/usr/src/cmd/ssh/ssh-http-proxy-connect/ |
H A D | ssh-http-proxy-connect.c | 197 gai_strerror(err_code)); in main()
|
/titanic_44/usr/src/head/ |
H A D | netdb.h | 323 const char *gai_strerror(int);
|
/titanic_44/usr/src/man/man3xnet/ |
H A D | Makefile | 29 gai_strerror.3xnet \
|
/titanic_44/usr/src/cmd/ssh/ssh-socks5-proxy-connect/ |
H A D | ssh-socks5-proxy-connect.c | 318 gai_strerror(err_code)); in main()
|
/titanic_44/usr/src/lib/libresolv2/ |
H A D | Makefile.com | 49 dns_sv.o gai_strerror.o gen.o gen_ho.o \
|
/titanic_44/usr/src/lib/libsocket/common/ |
H A D | mapfile-vers | 89 gai_strerror;
|
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect.c | 219 gai_strerror(gaierr)); in ssh_create_socket() 360 gai_strerror(gaierr)); in ssh_connect()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3xnet.inc | 25 file path=usr/share/man/man3xnet/gai_strerror.3xnet
|
/titanic_44/usr/src/cmd/vntsd/ |
H A D | vntsd.c | 299 syslog(LOG_ERR, "getaddrinfo failed: %s", gai_strerror(err)); in get_listen_ip_addr()
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | channels.c | 2226 gai_strerror(r)); in channel_setup_fwd_listener() 2229 "getaddrinfo(%.64s): %s", addr, gai_strerror(r)); in channel_setup_fwd_listener() 2531 gai_strerror(gaierr)); in connect_to() 2634 error("getaddrinfo: %.100s", gai_strerror(gaierr)); in x11_create_display_inet() 2814 error("%.100s: unknown host. (%s)", buf, gai_strerror(gaierr)); in x11_connect_display()
|
/titanic_44/usr/src/lib/libxnet/common/ |
H A D | mapfile-vers | 42 gai_strerror { TYPE = FUNCTION; FILTER = libsocket.so.1 };
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | localaddr.c | 170 err, gai_strerror (err), in printaddr() 1078 printf ("<getnameinfo error %d: %s>\n", err, gai_strerror (err)); in print_addr()
|