Searched refs:hstrerror (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dhstrerror.c39 #define hstrerror broken_proto macro
43 #undef hstrerror macro
68 hstrerror(int herr) function
75 return "Error number out of range (hstrerror)";
H A Droken.h.in564 #define hstrerror rk_hstrerror
568 ROKEN_LIB_FUNCTION const char * ROKEN_LIB_CALL hstrerror(int);
/macosx-10.9.5/Libinfo-449.1.3/dns.subproj/
H A Dherror.c96 v->iov_base = (char *)hstrerror(h_errno);
105 hstrerror(int err) function
/macosx-10.9.5/remote_cmds-41.90.1/talk.tproj/
H A Dget_addrs.c62 errx(1, "%s: %s", his_machine_name, hstrerror(h_errno));
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dcupsd.h48 * Some OS's don't have hstrerror(), most notably Solaris...
52 # ifdef hstrerror
53 # undef hstrerror macro
54 # endif /* hstrerror */
55 # define hstrerror cups_hstrerror macro
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dgxbn_test.c57 hstrerror(error));
H A Dgxba_test.c57 hstrerror(error));
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h232 #ifdef hstrerror
233 #undef hstrerror macro
235 #define hstrerror lwres_hstrerror macro
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dgetcertsbyname.c113 #define hstrerror lwres_hstrerror macro
138 printf("getrrsetbyname: %s\n", hstrerror(error));
148 printf("getrrsetbyname: %s", hstrerror(error));
/macosx-10.9.5/BerkeleyDB-21/db/os/
H A Dos_addrinfo.c93 * hstrerror is not available on Solaris 2.6
101 hstrerror(h_errno));
/macosx-10.9.5/ntp-88/include/
H A Dl_stdlib.h60 extern const char * hstrerror (int);
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp-private.h338 * Some OS's don't have hstrerror(), most notably Solaris...
343 # define hstrerror _cups_hstrerror macro
348 extern const char *hstrerror(int error);
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timedc.tproj/
H A Dcmds.c202 warnx("%s: %s", *argv, hstrerror(h_errno));
305 warnx("%s: %s", tgtname, hstrerror(h_errno));
403 warnx("%s: %s", *argv, hstrerror(h_errno));
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dnetdb.h305 const char *hstrerror(int);
/macosx-10.9.5/network_cmds-433/traceroute.tproj/
H A Das.c91 warnx("%s: %s", server, hstrerror(h_errno));
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in238 #ifdef hstrerror
239 #undef hstrerror
241 #define hstrerror lwres_hstrerror
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/lwresd/
H A Dlwtest.c241 name, hstrerror(h_errno));
277 name, hstrerror(h_errno));
393 address, hstrerror(h_errno));
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/regressions/
H A Dssl-45-tls12.c96 printf("\n***gethostbyname(%s) returned: %s\n", hostName, hstrerror(h_errno));
H A Dssl-47-falsestart.c90 printf("\n***gethostbyname(%s) returned: %s\n", hostName, hstrerror(h_errno));
H A Dssl-43-ciphers.c344 printf("\n***gethostbyname(%s) returned: %s\n", hostName, hstrerror(h_errno));
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DioSock.c191 printf("\n***gethostbyname(%s) returned: %s\n", hostName, hstrerror(h_errno));
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/misc/unix/
H A Derrorcodes.c320 return stuffbuffer(buf, bufsize, hstrerror(err));
/macosx-10.9.5/apr-30/apr/apr/misc/unix/
H A Derrorcodes.c320 return stuffbuffer(buf, bufsize, hstrerror(err));
/macosx-10.9.5/Libinfo-449.1.3/xcodescripts/
H A Dinstall_files.sh147 gethostent.3 herror.3 hstrerror.3 sethostent.3
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dutil-int.c53 # define HSTRERROR(e) hstrerror(e)

Completed in 273 milliseconds

12