Home
last modified time | relevance | path

Searched refs:win32_gethostbyname (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h88 struct hostent * win32_gethostbyname(const char * name);
136 #define gethostbyname win32_gethostbyname
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32sck.c645 win32_gethostbyname(const char *name) in win32_gethostbyname() function
H A Dperlhost.h1382 return win32_gethostbyname(name); in PerlSockListen()
H A Dwin32.c2661 hep = win32_gethostbyname("localhost"); in win32_uname()