Searched defs:_res (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/
H A Dresolv.h44 #define _res (*__res_state()) macro
/bionic/libc/netbsd/resolv/
H A Dres_compat.c56 #undef _res macro
67 struct __res_state _res variable in typeref:struct:__res_state
79 return &_res;
85 (void)memcpy(&_res, res, sizeof(_res));
/bionic/libc/private/
H A Dresolv_private.h282 * Source and Binary compatibility; _res will not work properly
286 #define _res (*__res_state()) macro

Completed in 77 milliseconds