Lines Matching refs:res_init
79 res_init(void) { in res_init() function
125 if ((statp->options & RES_INIT) == 0U && res_init() == -1) in fp_nquery()
142 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_mkquery()
154 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_mkupdate()
169 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_query()
196 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_send()
210 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_sendsigned()
227 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_update()
242 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_search()
258 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_querydomain()
271 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_randomid()
300 res_init(); in local_hostname_length()
315 #undef res_init
316 __weak_reference(__res_init, res_init);