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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.h47 #undef gethostbyname macro
48 #define gethostbyname idn_resolver_gethostbyname macro
H A Dresolver.c82 #undef gethostbyname macro
116 * is implemented using another function (e.g. gethostbyname() implemented
535 ENTRY(gethostbyname)(const char *name) { function
542 return (REAL(gethostbyname)(name));
544 TRACE(("gethostbyname(name=%s)\n", idn__debug_xstring(name, 60)));
553 hp = copy_decode_hostent_static(REAL(gethostbyname)(name),
/bind-9.11.3/bin/tests/
H A Dgxbn_test.c61 he = gethostbyname(argv[1]);
62 print_he(he, h_errno, "gethostbyname", argv[1]);
/bind-9.11.3/lib/lwres/win32/include/lwres/
H A Dnetdb.h48 * Error return codes from gethostbyname() and gethostbyaddr()
245 #ifdef gethostbyname
246 #undef gethostbyname macro
248 #define gethostbyname lwres_gethostbyname macro
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllfunc.c67 gethostbyname(const char FAR * name) { function
74 TRACE("ENTER gethostbyname <%-.100s>\n",
80 TRACE("gethostbyname: not encode here\n");
83 TRACE("gethostbyname: name is NULL\n");
112 TRACE("LEAVE gethostbyname NULL\n");
114 TRACE("LEAVE gethostbyname <%s>\n",
/bind-9.11.3/lib/bind9/
H A Dgetaddresses.c183 he = gethostbyname(hostname);
/bind-9.11.3/lib/lwres/include/lwres/
H A Dnetdb.h.in45 * Error return codes from gethostbyname() and gethostbyaddr()
251 #ifdef gethostbyname
252 #undef gethostbyname
254 #define gethostbyname lwres_gethostbyname
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c114 gethostbyname(const char FAR * name) { function
121 TRACE("ENTER gethostbyname <%-.100s>\n",
155 TRACE("LEAVE gethostbyname NULL\n");
157 TRACE("LEAVE gethostbyname <%s>\n",
/bind-9.11.3/contrib/queryperf/missing/
H A Dgetaddrinfo.c567 hp = gethostbyname(hostname);
/bind-9.11.3/bin/tests/system/lwresd/
H A Dlwtest.c228 hp = gethostbyname(name);
233 printf("I:gethostbyname(%s) failed: %s\n",
238 printf("I:gethostbyname(%s) returned not found\n",
250 printf("I:gethostbyname(%s) returned %s, "
269 printf("I:gethostbyname(%s) failed: %s\n",
274 printf("I:gethostbyname(%s) returned not found\n",
287 printf("I:gethostbyname(%s) returned wrong family\n",
298 printf("I:gethostbyname(%s) returned %s, "
397 printf("I:gethostbyname(%s) returned %s, "
/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c758 * Put nameserver rdata through gethostbyname as it
762 h = gethostbyname(row[0]);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dconfigure2288 for ac_func in gethostbyname gethostbyname2 gethostbyaddr

Completed in 139 milliseconds