Searched defs:REAL (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/ |
H A D | resolver.c | 74 #define REAL(name) idn_stub_ ## name macro 94 #define REAL(name) name macro 542 return (REAL(gethostbyname)(name)); 553 hp = copy_decode_hostent_static(REAL(gethostbyname)(name), 570 return (REAL(gethostbyname2)(name, af)); 581 hp = copy_decode_hostent_static(REAL(gethostbyname2)(name, af), 597 return (REAL(gethostbyaddr)(addr, len, type)); 602 hp = copy_decode_hostent_static(REAL(gethostbyaddr)(addr, len, type), 627 return (REAL(gethostbyname_r)(name, result, buffer, 653 n = REAL(gethostbyname_ [all...] |
Completed in 11 milliseconds