HomeSort by: relevance | last modified time | path
    Searched refs:RES_INIT (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/resolv/
res_data.c 55 __weak_alias(res_init,_res_init)
111 res_init(void) { function in typeref:typename:int
135 * fields of _res before res_init() is called, res_init() will not
137 * _zero_ before calling res_init(), hoping to override what used
144 * before res_init() was first called. We can't replicate that semantic
147 * "broken". They could fool us by setting RES_INIT but none do (yet).
153 if (!(_nres.options & RES_INIT))
182 if ((_nres.options & RES_INIT) == 0U && res_init() == -1
    [all...]
res_state.c 62 if ((_nres.options & RES_INIT) == 0 && res_ninit(&_nres) == -1) {
res_init.c 1 /* $NetBSD: res_init.c,v 1.32 2021/09/30 12:35:55 christos Exp $ */
72 static const char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93";
73 static const char rcsid[] = "Id: res_init.c,v 1.26 2008/12/11 09:59:00 marka Exp";
75 __RCSID("$NetBSD: res_init.c,v 1.32 2021/09/30 12:35:55 christos Exp $");
228 if ((statp->options & RES_INIT) != 0U)
281 * Historically res_init() rarely, if at all, failed.
557 printf(";; res_init()... default dnsrch list:\n");
567 statp->options |= RES_INIT;
842 statp->options &= ~RES_INIT;
res_debug.c 679 case RES_INIT: return "init";
  /src/lib/libpthread/
res_state.c 105 if ((res->options & RES_INIT) == 0) {
  /src/usr.sbin/ypserv/mkalias/
mkalias.c 107 if ((_res.options & RES_INIT) == 0)
108 res_init();
  /src/lib/libc/net/
sethostent.c 73 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
  /src/include/
resolv.h 232 #define RES_INIT 0x00000001 /*%< address initialized */
311 #define res_init __res_init macro
324 int res_init(void);
  /src/usr.sbin/ypserv/ypserv/
ypserv_db.c 481 if ((_res.options & RES_INIT) == 0)
482 (void)res_init();

Completed in 16 milliseconds