Home | History | Annotate | Download | only in resolv

Lines Matching refs:RES_INIT

85 #define res_need_init()   ((_nres.options & RES_INIT) == 0U)
88 res_init(void) {
115 * fields of _res before res_init() is called, res_init() will not
117 * _zero_ before calling res_init(), hoping to override what used
124 * before res_init() was first called. We can't replicate that semantic
127 * "broken". They could fool us by setting RES_INIT but none do (yet).
133 if (!(_nres.options & RES_INIT))
162 if (res_need_init() && res_init() == -1)
178 if (res_need_init() && res_init() == -1) {
190 if (res_need_init() && res_init() == -1) {
205 if (res_need_init() && res_init() == -1) {
229 if (res_need_init() && res_init() == -1) {
230 /* errno should have been set by res_init() in this case. */
242 if (res_need_init() && res_init() == -1) {
243 /* errno should have been set by res_init() in this case. */
259 if (res_need_init() && res_init() == -1) {
274 if (res_need_init() && res_init() == -1) {
289 if (res_need_init() && res_init() == -1) {
316 res_init();