Searched refs:h_errnop (Results 1 - 11 of 11) sorted by relevance

/barrelfish-master/lib/libc/net/
H A Dgetnetbyht.c152 struct netent **result, int *h_errnop)
161 *h_errnop = statp->res_h_errno;
168 *h_errnop = statp->res_h_errno;
196 int *errnop, *h_errnop; local
208 h_errnop = va_arg(ap, int *);
213 *h_errnop = statp->res_h_errno;
229 *h_errnop = statp->res_h_errno;
235 *h_errnop = statp->res_h_errno;
249 int *errnop, *h_errnop; local
261 h_errnop
151 getnetent_r(struct netent *nptr, char *buffer, size_t buflen, struct netent **result, int *h_errnop) argument
[all...]
H A Dgetnetbynis.c139 int *errnop, *h_errnop; local
149 h_errnop = va_arg(ap, int *);
154 *h_errnop = statp->res_h_errno;
159 *h_errnop = statp->res_h_errno;
165 *h_errnop = statp->res_h_errno;
184 int *errnop, *h_errnop; local
200 h_errnop = va_arg(ap, int *);
205 *h_errnop = statp->res_h_errno;
211 *h_errnop = statp->res_h_errno;
245 *h_errnop
[all...]
H A Dgethostbynis.c209 int *errnop, *h_errnop; local
220 h_errnop = va_arg(ap, int *);
227 *h_errnop = statp->res_h_errno;
232 *h_errnop = statp->res_h_errno;
238 *h_errnop = statp->res_h_errno;
258 int *errnop, *h_errnop; local
270 h_errnop = va_arg(ap, int *);
277 *h_errnop = statp->res_h_errno;
282 *h_errnop = statp->res_h_errno;
288 *h_errnop
[all...]
H A Dgethostbyht.c177 struct hostent **result, int *h_errnop)
186 *h_errnop = statp->res_h_errno;
191 *h_errnop = statp->res_h_errno;
198 *h_errnop = statp->res_h_errno;
227 int *errnop, *h_errnop; local
240 h_errnop = va_arg(ap, int *);
247 *h_errnop = statp->res_h_errno;
271 *h_errnop = statp->res_h_errno;
277 *h_errnop = statp->res_h_errno;
292 int *errnop, *h_errnop; local
176 gethostent_r(struct hostent *hptr, char *buffer, size_t buflen, struct hostent **result, int *h_errnop) argument
[all...]
H A Dgetnetbydns.c269 int *errnop, *h_errnop; local
285 h_errnop = va_arg(ap, int *);
290 *h_errnop = statp->res_h_errno;
296 *h_errnop = statp->res_h_errno;
304 *h_errnop = statp->res_h_errno;
328 *h_errnop = statp->res_h_errno;
339 *h_errnop = statp->res_h_errno;
347 *h_errnop = statp->res_h_errno;
360 *h_errnop = statp->res_h_errno;
366 *h_errnop
376 int *errnop, *h_errnop; local
[all...]
H A Dgethostbydns.c470 int *errnop, *h_errnop; local
483 h_errnop = va_arg(ap, int *);
490 *h_errnop = statp->res_h_errno;
506 *h_errnop = statp->res_h_errno;
513 *h_errnop = statp->res_h_errno;
520 *h_errnop = statp->res_h_errno;
525 *h_errnop = statp->res_h_errno;
531 *h_errnop = statp->res_h_errno;
545 *h_errnop = statp->res_h_errno;
561 int *errnop, *h_errnop; local
[all...]
H A Dgethostnamadr.c486 size_t buflen, struct hostent **result, int *h_errnop)
501 result, h_errnop, statp) == 0)
505 result, h_errnop, statp));
510 size_t buflen, struct hostent **result, int *h_errnop)
520 h_errnop, statp));
525 size_t buflen, struct hostent **result, int *h_errnop, res_state statp)
553 *h_errnop = statp->res_h_errno;
574 &ret_errno, h_errnop);
585 char *buf, size_t buflen, struct hostent **result, int *h_errnop)
612 *h_errnop
485 gethostbyname_r(const char *name, struct hostent *he, char *buffer, size_t buflen, struct hostent **result, int *h_errnop) argument
509 gethostbyname2_r(const char *name, int af, struct hostent *he, char *buffer, size_t buflen, struct hostent **result, int *h_errnop) argument
524 gethostbyname_internal(const char *name, int af, struct hostent *hp, char *buf, size_t buflen, struct hostent **result, int *h_errnop, res_state statp) argument
584 gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, char *buf, size_t buflen, struct hostent **result, int *h_errnop) argument
[all...]
/barrelfish-master/include/lwip/lwip/
H A Dnetdb.h98 size_t buflen, struct hostent **result, int *h_errnop);
106 #define gethostbyname_r(name, ret, buf, buflen, result, h_errnop) \
107 lwip_gethostbyname_r(name, ret, buf, buflen, result, h_errnop)
/barrelfish-master/include/lwip2/lwip/
H A Dnetdb.h124 size_t buflen, struct hostent **result, int *h_errnop);
135 #define gethostbyname_r(name, ret, buf, buflen, result, h_errnop) \
136 lwip_gethostbyname_r(name, ret, buf, buflen, result, h_errnop)
/barrelfish-master/lib/lwip/src/api/
H A Dnetdb.c170 * @param h_errnop pointer to an int where to store errors (instead of modifying
173 * is stored in *h_errnop instead of h_errno to be thread-safe
177 size_t buflen, struct hostent **result, int *h_errnop)
185 if (h_errnop == NULL) {
186 /* ensure h_errnop is never NULL */
187 h_errnop = &lh_errno;
192 *h_errnop = EINVAL;
199 *h_errnop = EINVAL;
208 *h_errnop = ERANGE;
220 *h_errnop
176 lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, size_t buflen, struct hostent **result, int *h_errnop) argument
[all...]
/barrelfish-master/lib/lwip2/src/api/
H A Dnetdb.c156 * @param h_errnop pointer to an int where to store errors (instead of modifying
159 * is stored in *h_errnop instead of h_errno to be thread-safe
163 size_t buflen, struct hostent **result, int *h_errnop)
171 if (h_errnop == NULL) {
172 /* ensure h_errnop is never NULL */
173 h_errnop = &lh_errno;
178 *h_errnop = EINVAL;
185 *h_errnop = EINVAL;
192 *h_errnop = ERANGE;
203 *h_errnop
162 lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, size_t buflen, struct hostent **result, int *h_errnop) argument
[all...]

Completed in 120 milliseconds