Lines Matching refs:h_name
111 len += strlen(he->h_name) + 1; in __copy_hostent()
137 n = strlen(he->h_name) + 1; in __copy_hostent()
138 strcpy(cp, he->h_name); in __copy_hostent()
139 hptr->h_name = cp; in __copy_hostent()
285 if (ht->h_name != NULL) in host_marshal_func()
286 desired_size += strlen(ht->h_name) + 1; in host_marshal_func()
322 if (new_ht.h_name != NULL) { in host_marshal_func()
323 size = strlen(new_ht.h_name); in host_marshal_func()
324 memcpy(p, new_ht.h_name, size); in host_marshal_func()
325 new_ht.h_name = p; in host_marshal_func()
410 NS_APPLY_OFFSET(ht->h_name, orig_buf, p, char *); in host_unmarshal_func()
469 he.h_name = hed->hostbuf; in fakeaddr()