Symbol: res_init
crypto/krb5/src/lib/krb5/os/dnsglue.c
105
#define INIT_HANDLE(h) (res_init() == 0)
crypto/openssh/openbsd-compat/getrrsetbyname.c
224
if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
crypto/openssh/sshd.c
1983
res_init();
include/resolv.h
307
int res_init(void);
lib/libc/net/hesiod.c
354
if ((_res.options & RES_INIT) == 0 && res_init() == -1)
lib/libc/resolv/res_data.c
122
if ((statp->options & RES_INIT) == 0U && res_init() == -1)
lib/libc/resolv/res_data.c
139
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
151
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
166
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
193
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
207
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
224
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
239
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
255
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
268
if ((statp->options & RES_INIT) == 0U && res_init() == -1) {
lib/libc/resolv/res_data.c
297
res_init();
lib/libc/resolv/res_data.c
313
__weak_reference(__res_init, res_init);
tools/regression/gaithrstress/gaithrstress.c
105
if (_res.options & RES_INIT || res_init() == 0)
usr.bin/w/w.c
191
res_init();
usr.sbin/ypserv/yp_dnslookup.c
132
if (!(_res.options & RES_INIT) && res_init() == -1) {