Lines Matching refs:size_t
120 struct hostent *result, char *buffer, size_t buflen, in gethostbyname3_multi()
136 for (size_t i = 0; result->h_addr_list[i] != NULL; ++i) in gethostbyname3_multi()
138 for (size_t i = 0; result->h_aliases[i] != NULL; ++i) in gethostbyname3_multi()
192 for (size_t i = 0; tmp_result_buf.h_addr_list[i] != NULL; ++i) in gethostbyname3_multi()
224 for (size_t i = 0; tmp_result_buf.h_aliases[i] != NULL; ++i) in gethostbyname3_multi()
286 size_t addresses_count = array_size (&addresses); in gethostbyname3_multi()
287 size_t aliases_count = array_size (&aliases); in gethostbyname3_multi()
326 char *buffer, size_t buflen, int *errnop, in _nss_files_gethostbyname3_r()
363 char *buffer, size_t buflen, int *errnop, in libc_hidden_def()
373 char *buffer, size_t buflen, int *errnop, in libc_hidden_def()
383 char *buffer, size_t buflen, int *errnop, in libc_hidden_def()