Searched refs:__res_state (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tls/
H A Dalias-1.c8 struct __res_state { struct
12 extern __thread struct __res_state bar
21 __thread struct __res_state foo;
22 extern __thread struct __res_state bar
H A Dopt-14.c8 struct __res_state struct
12 extern __thread struct __res_state *__resp
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tls/
H A Dalias-1.c8 struct __res_state { struct
12 extern __thread struct __res_state bar
21 __thread struct __res_state foo;
22 extern __thread struct __res_state bar
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dhesiod_p.h41 struct __res_state * res; /*%< resolver context */
43 void (*res_set)(struct hesiod_p *, struct __res_state *,
45 struct __res_state * (*res_get)(struct hesiod_p *);
H A Ddns.c54 static struct __res_state * dns_res_get(struct irs_acc *);
55 static void dns_res_set(struct irs_acc *, struct __res_state *,
111 static struct __res_state *
116 struct __res_state *res;
117 res = (struct __res_state *)malloc(sizeof *res);
132 dns_res_set(struct irs_acc *this, struct __res_state *res,
H A Dlcl.c49 static struct __res_state * lcl_res_get(struct irs_acc *);
50 static void lcl_res_set(struct irs_acc *, struct __res_state *,
98 static struct __res_state *
103 struct __res_state *res;
104 res = (struct __res_state *)malloc(sizeof *res);
119 lcl_res_set(struct irs_acc *this, struct __res_state *res,
H A Dnis.c59 static struct __res_state * nis_res_get(struct irs_acc *);
60 static void nis_res_set(struct irs_acc *, struct __res_state *,
111 static struct __res_state *
116 struct __res_state *res;
117 res = (struct __res_state *)malloc(sizeof *res);
132 nis_res_set(struct irs_acc *this, struct __res_state *res,
H A Dlcl_p.h36 struct __res_state * res;
H A Dnis_p.h34 struct __res_state * res;
H A Ddns_p.h37 struct __res_state *res;
H A Dirs_data.h57 struct __res_state * res; /*%< for gethostent.c */
H A Dgen_nw.c51 struct __res_state * res;
63 static struct __res_state * nw_res_get(struct irs_nw *this);
65 struct __res_state *res,
215 static struct __res_state *
220 struct __res_state *res;
221 res = (struct __res_state *)malloc(sizeof *res);
234 nw_res_set(struct irs_nw *this, struct __res_state *res,
H A Dgen_pr.c50 struct __res_state * res;
62 static struct __res_state * pr_res_get(struct irs_pr *);
64 struct __res_state *,
190 static struct __res_state *
195 struct __res_state *res;
196 res = (struct __res_state *)malloc(sizeof *res);
209 pr_res_set(struct irs_pr *this, struct __res_state *res,
H A Dgen_pw.c55 struct __res_state * res;
67 static struct __res_state * pw_res_get(struct irs_pw *);
69 struct __res_state *,
195 static struct __res_state *
200 struct __res_state *res;
201 res = (struct __res_state *)malloc(sizeof *res);
214 pw_res_set(struct irs_pw *this, struct __res_state *res,
H A Dgen_sv.c50 struct __res_state * res;
63 static struct __res_state * sv_res_get(struct irs_sv *);
65 struct __res_state *,
191 static struct __res_state *
196 struct __res_state *res;
197 res = (struct __res_state *)malloc(sizeof *res);
210 sv_res_set(struct irs_sv *this, struct __res_state *res,
H A Dirs_data.c54 extern struct __res_state _res;
204 struct __res_state *
205 __res_state(void) { function
215 struct __res_state *
216 __res_state(void) { function
236 __h_errno_set(struct __res_state *res, int err) {
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dhesiod.h37 struct __res_state * __hesiod_res_get __P((void *));
38 void __hesiod_res_set __P((void *, struct __res_state *,
H A Dresolv.h102 struct __res_state; /*%< forward */
104 void __h_errno_set(struct __res_state *res, int err);
158 struct __res_state { struct
204 typedef struct __res_state *res_state;
292 extern struct __res_state *__res_state(void);
294 #define _res (*__res_state())
298 extern struct __res_state * __res_state(void);
302 extern struct __res_state _re
[all...]
H A Dirs.h51 struct __res_state * (*res_get) __P((struct irs_gr *));
67 struct __res_state * (*res_get) __P((struct irs_pw *));
84 struct __res_state * (*res_get) __P((struct irs_sv *));
100 struct __res_state * (*res_get) __P((struct irs_pr *));
118 struct __res_state * (*res_get) __P((struct irs_ho *));
136 struct __res_state * (*res_get) __P((struct irs_nw *));
178 struct __res_state * (*res_get) __P((struct irs_acc *));
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_state.c43 struct __res_state _nres
56 __weak_alias(__res_state, __res_get_state_nothread)
H A Dh_errno.c46 extern struct __res_state _nres;
H A Dres_compat.c56 struct __res_state _res
/netbsd-6-1-5-RELEASE/lib/libpthread/
H A Dres_state.c53 struct __res_state st_res;
60 res_state __res_state(void);
129 __res_state(void) function
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/minires/
H A Dresolv.h81 struct __res_state; /* forward */
82 void __h_errno_set(struct __res_state *res, int err);
132 struct __res_state { struct
159 typedef struct __res_state *res_state;
216 extern struct __res_state *__res_state(void);
217 #define _res (*__res_state())
220 extern struct __res_state _res;
/netbsd-6-1-5-RELEASE/include/
H A Dresolv.h99 struct __res_state; /*%< forward */
101 void __h_errno_set(struct __res_state *, int);
148 struct __res_state { struct
198 typedef struct __res_state *res_state;
285 extern struct __res_state *__res_get_state(void);
286 extern void __res_put_state(struct __res_state *);
292 extern struct __res_state *__res_state(void);
293 #define _res (*__res_state())

Completed in 221 milliseconds

12