gethostbyname    1286 compat/mingw.c 		h = gethostbyname(node);
gethostbyname    1457 compat/mingw.c 	return gethostbyname(host);
gethostbyname     425 connect.c      	he = gethostbyname(host);
gethostbyname     636 daemon.c       		hent = gethostbyname(hi->hostname.buf);
gethostbyname      85 ident.c        	else if ((he = gethostbyname(buf)) && strchr(he->h_name, '.'))
gethostbyname    1014 imap-send.c    		he = gethostbyname(srvc->host);