Searched defs:gethostbyname (Results 1 – 9 of 9) sorted by relevance
45 sub gethostbyname ($) { populate(CORE::gethostbyname(shift)) } subroutine
64 gethostbyname(const char *nam) in gethostbyname() function
53 gethostbyname(const char *nam) in gethostbyname() function
1679 * This symbol, if defined, indicates that the gethostbyname() routine is function3424 * prototypes for gethostent(), gethostbyname(), and function3472 * gethostbyname(). function
493 # define gethostbyname PerlSock_gethostbyname macro
38 #define gethostbyname res_gethostbyname /* libnsl */ macro
42 #define gethostbyname res_gethostbyname macro
298 #define gethostbyname fix_gethostbyname macro
85 gethostbyname(const char *name) { in gethostbyname() function