Home
last modified time | relevance | path

Searched refs:__res_get_static (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/private/
Dresolv_static.h30 extern res_static __res_get_static(void);
/bionic/libc/netbsd/net/
Dgetservbyport.c35 res_static rs = __res_get_static(); in getservbyport()
Dgetservbyname.c36 res_static rs = __res_get_static(); in getservbyname()
Dgetservent.c38 res_static rs = __res_get_static(); in setservent()
124 res_static rs = __res_get_static(); in getservent()
/bionic/libc/netbsd/
Dgethnamaddr.c185 res_static rs = __res_get_static(); in getanswer()
525 res_static rs = __res_get_static(); in gethostbyname_internal()
698 res_static rs = __res_get_static(); in _sethtent()
710 res_static rs = __res_get_static(); in _endhtent()
725 res_static rs = __res_get_static(); in _gethtent()
839 res_static rs = __res_get_static(); in _gethtbyname2()
929 res_static rs = __res_get_static(); in _gethtbyaddr()
1049 res_static rs = __res_get_static(); in gethostent()
1126 res_static rs = __res_get_static(); in _dns_gethtbyaddr()
/bionic/libc/netbsd/resolv/
Dres_state.c180 __res_get_static(void) in __res_get_static() function