Lines Matching refs:tmp_result_buf
128 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()
236 char *new_name = tmp_result_buf.h_name; in gethostbyname3_multi()