Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/radius/
H A Dradius_client.c290 struct radius_rx_handler **handlers, *newh; in radius_client_register() local
301 newh = os_realloc_array(*handlers, *num + 1, in radius_client_register()
303 if (newh == NULL) in radius_client_register()
306 newh[*num].handler = handler; in radius_client_register()
307 newh[*num].data = data; in radius_client_register()
309 *handlers = newh; in radius_client_register()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Drun_doxygen298 newh=`echo $oldh | sed 's/\\\\&\\././g' | ./stdheader`
299 sed "s=${oldh/\\/.}=${newh}=" $f > TEMP && mv TEMP $f
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Drun_doxygen271 newh=`echo $oldh | ./stdheader`
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delflink.c6452 struct elf_link_hash_entry *newh; in bfd_elf_size_dynamic_sections() local
6471 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6474 if (newh == NULL in bfd_elf_size_dynamic_sections()
6475 || (newh->root.type != bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6476 && newh->root.type != bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
6481 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6489 if (newh != NULL in bfd_elf_size_dynamic_sections()
6490 && !newh->def_dynamic in bfd_elf_size_dynamic_sections()
6491 && (newh->root.type == bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6492 || newh->root.type == bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c6357 struct elf_link_hash_entry *newh; in bfd_elf_size_dynamic_sections() local
6376 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6379 if (newh == NULL in bfd_elf_size_dynamic_sections()
6380 || (newh->root.type != bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6381 && newh->root.type != bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
6386 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6394 if (newh != NULL in bfd_elf_size_dynamic_sections()
6395 && !newh->def_dynamic in bfd_elf_size_dynamic_sections()
6396 && (newh->root.type == bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6397 || newh->root.type == bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delflink.c6674 struct elf_link_hash_entry *newh; in bfd_elf_size_dynamic_sections() local
6693 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6696 if (newh == NULL in bfd_elf_size_dynamic_sections()
6697 || (newh->root.type != bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6698 && newh->root.type != bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
6703 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6711 if (newh != NULL in bfd_elf_size_dynamic_sections()
6712 && !newh->def_dynamic in bfd_elf_size_dynamic_sections()
6713 && (newh->root.type == bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6714 || newh->root.type == bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delflink.c6452 struct elf_link_hash_entry *newh; in bfd_elf_size_dynamic_sections() local
6471 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6474 if (newh == NULL in bfd_elf_size_dynamic_sections()
6475 || (newh->root.type != bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6476 && newh->root.type != bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
6481 newh = elf_link_hash_lookup (elf_hash_table (info), in bfd_elf_size_dynamic_sections()
6489 if (newh != NULL in bfd_elf_size_dynamic_sections()
6490 && !newh->def_dynamic in bfd_elf_size_dynamic_sections()
6491 && (newh->root.type == bfd_link_hash_defined in bfd_elf_size_dynamic_sections()
6492 || newh->root.type == bfd_link_hash_defweak)) in bfd_elf_size_dynamic_sections()
/netbsd/external/mpl/bind/dist/lib/dns/
H A Drbtdb.c1483 update_newheader(rdatasetheader_t *newh, rdatasetheader_t *old) { in update_newheader() argument
1489 newh->next = (rdatasetheader_t *)p; in update_newheader()
1494 newh->node = (dns_rbtnode_t *)p; in update_newheader()
1500 RDATASET_ATTR_SET(newh, attr); in update_newheader()
1501 memmove(newh->upper, old->upper, sizeof(old->upper)); in update_newheader()