Searched refs:_res (Results 1 - 5 of 5) sorted by relevance

/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/include/
H A Dresolv.h44 #define _res (*__res_state()) macro
/bionic/libc/private/
H A Dthread_private.h106 extern void *__THREAD_NAME(_res);
H A Dresolv_private.h282 * Source and Binary compatibility; _res will not work properly
286 #define _res (*__res_state()) macro
/bionic/libc/kernel/common/linux/
H A Dblkdev.h452 #define sector_div(n, b)( { int _res; _res = (n) % (b); (n) /= (b); _res; } )

Completed in 157 milliseconds