Home
last modified time | relevance | path

Searched refs:tmp_result_buf (Results 1 – 1 of 1) sorted by relevance

/nss/nss_files/
A Dfiles-hosts.c128 struct hostent tmp_result_buf; in gethostbyname3_multi() local
154 status = internal_getent (stream, &tmp_result_buf, tmp_buffer.data, in gethostbyname3_multi()
175 result = &tmp_result_buf; in gethostbyname3_multi()
192 for (size_t i = 0; tmp_result_buf.h_addr_list[i] != NULL; ++i) in gethostbyname3_multi()
199 assert (tmp_result_buf.h_length == 4); in gethostbyname3_multi()
204 assert (tmp_result_buf.h_length == 16); in gethostbyname3_multi()
218 memcpy (target, tmp_result_buf.h_addr_list[i], in gethostbyname3_multi()
219 tmp_result_buf.h_length); in gethostbyname3_multi()
224 for (size_t i = 0; tmp_result_buf.h_aliases[i] != NULL; ++i) in gethostbyname3_multi()
226 char *alias = tmp_result_buf.h_aliases[i]; in gethostbyname3_multi()
[all …]

Completed in 4 milliseconds