Searched refs:gethostbyname (Results 1 - 25 of 270) sorted by relevance

1234567891011

/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dnsl.c25 extern void* gethostbyname();
30 return gethostbyname(0) == 0;
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.h47 #undef gethostbyname macro
48 #define gethostbyname idn_resolver_gethostbyname macro
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetipnodebyname.c59 tmp = gethostbyname (name);
H A Droken_gethostby.c50 struct hostent *he = gethostbyname(address);
221 he = gethostbyname(hostname);
264 he = gethostbyname(query);
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dgetrpcport.c80 if ((hp = gethostbyname(host)) == NULL)
H A Dclnt_generic.c94 h = gethostbyname(hostname);
/macosx-10.10.1/postfix-255/postfix/auxiliary/name-addr-test/
H A Dgethostbyname.c2 * gethostbyname tester. compile with:
4 * cc -o gethostbyname gethostbyname.c (SunOS 4.x)
6 * cc -o gethostbyname gethostbyname.c -lnsl (SunOS 5.x)
8 * run as: gethostbyname hostname
29 if (hp = gethostbyname(argv[1])) {
/macosx-10.10.1/remote_cmds-47/talk.tproj/
H A Dget_addrs.c60 hp = gethostbyname(his_machine_name);
/macosx-10.10.1/postfix-255/postfix/src/local/
H A Dbiff_notify.c69 if ((hp = gethostbyname("localhost")) == 0) {
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dinterneton.py44 addr = socket.gethostbyname(sys.argv[1])
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/Examples/CallbackDemo/
H A Dinterneton.py44 addr = socket.gethostbyname(sys.argv[1])
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/Examples/CallbackDemo/
H A Dinterneton.py44 addr = socket.gethostbyname(sys.argv[1])
/macosx-10.10.1/remote_cmds-47/ypset.tproj/
H A Dypset.c119 if( (hp = gethostbyname (server)) != NULL ) {
170 hent = gethostbyname(optarg);
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp_locl.h121 struct hostent *gethostbyname(const char *);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dgxbn_test.c69 he = gethostbyname(argv[1]);
70 print_he(he, h_errno, "gethostbyname", argv[1]);
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dresolve.c111 /* gethostbyname() resolve */
114 he = gethostbyname(host);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dfind_inet.c69 if ((hp = gethostbyname(host)) == 0)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scnetwork.py8 socket.gethostbyname('www.python.org')
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/PyObjCTest/
H A Dtest_scnetwork.py12 socket.gethostbyname('www.python.org')
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dgetsockname.c82 if ((host = gethostbyname("localhost")) == NULL) {
83 perror("gethostbyname");
H A Dlisten.c85 if ((host = gethostbyname("localhost")) == NULL) {
86 perror("gethostbyname");
H A Dgetpeername.c87 if ((host = gethostbyname("localhost")) == NULL) {
88 perror("gethostbyname");
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dhosts.cpp130 if (hostent *he = gethostbyname(name)) {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dhosts.cpp130 if (hostent *he = gethostbyname(name)) {
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h55 * Error return codes from gethostbyname() and gethostbyaddr()
252 #ifdef gethostbyname
253 #undef gethostbyname macro
255 #define gethostbyname lwres_gethostbyname macro

Completed in 407 milliseconds

1234567891011