OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newh
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
run_doxygen
302
newh
=`echo $oldh | sed 's/\\\\&\\././g' | ./stdheader`
303
sed "s=${oldh/\\/.}=${
newh
}=" $f > TEMP && mv TEMP $f
/src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
run_doxygen
298
newh
=`echo $oldh | sed 's/\\\\&\\././g' | ./stdheader`
299
sed "s=${oldh/\\/.}=${
newh
}=" $f > TEMP && mv TEMP $f
/src/external/bsd/wpa/dist/src/radius/
radius_client.c
299
struct radius_rx_handler **handlers, *
newh
;
local
310
newh
= os_realloc_array(*handlers, *num + 1,
312
if (
newh
== NULL)
315
newh
[*num].handler = handler;
316
newh
[*num].data = data;
318
*handlers =
newh
;
/src/external/gpl3/binutils/dist/bfd/
elflink.c
7020
struct elf_link_hash_entry *
newh
;
7039
newh
= elf_link_hash_lookup (elf_hash_table (info),
7042
if (
newh
== NULL
7043
|| (
newh
->root.type != bfd_link_hash_defined
7044
&&
newh
->root.type != bfd_link_hash_defweak))
7049
newh
= elf_link_hash_lookup (elf_hash_table (info),
7057
if (
newh
!= NULL
7058
&& !
newh
->def_dynamic
7059
&& (
newh
->root.type == bfd_link_hash_defined
7060
||
newh
->root.type == bfd_link_hash_defweak)
7010
struct elf_link_hash_entry *
newh
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elflink.c
6977
struct elf_link_hash_entry *
newh
;
6996
newh
= elf_link_hash_lookup (elf_hash_table (info),
6999
if (
newh
== NULL
7000
|| (
newh
->root.type != bfd_link_hash_defined
7001
&&
newh
->root.type != bfd_link_hash_defweak))
7006
newh
= elf_link_hash_lookup (elf_hash_table (info),
7014
if (
newh
!= NULL
7015
&& !
newh
->def_dynamic
7016
&& (
newh
->root.type == bfd_link_hash_defined
7017
||
newh
->root.type == bfd_link_hash_defweak)
6967
struct elf_link_hash_entry *
newh
;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
elflink.c
6922
struct elf_link_hash_entry *
newh
;
6941
newh
= elf_link_hash_lookup (elf_hash_table (info),
6944
if (
newh
== NULL
6945
|| (
newh
->root.type != bfd_link_hash_defined
6946
&&
newh
->root.type != bfd_link_hash_defweak))
6951
newh
= elf_link_hash_lookup (elf_hash_table (info),
6959
if (
newh
!= NULL
6960
&& !
newh
->def_dynamic
6961
&& (
newh
->root.type == bfd_link_hash_defined
6962
||
newh
->root.type == bfd_link_hash_defweak)
6912
struct elf_link_hash_entry *
newh
;
local
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elflink.c
6995
struct elf_link_hash_entry *
newh
;
7014
newh
= elf_link_hash_lookup (elf_hash_table (info),
7017
if (
newh
== NULL
7018
|| (
newh
->root.type != bfd_link_hash_defined
7019
&&
newh
->root.type != bfd_link_hash_defweak))
7024
newh
= elf_link_hash_lookup (elf_hash_table (info),
7032
if (
newh
!= NULL
7033
&& !
newh
->def_dynamic
7034
&& (
newh
->root.type == bfd_link_hash_defined
7035
||
newh
->root.type == bfd_link_hash_defweak)
6985
struct elf_link_hash_entry *
newh
;
local
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c
1492
update_newheader(rdatasetheader_t *
newh
, rdatasetheader_t *old) {
1498
newh
->next = (rdatasetheader_t *)p;
1503
newh
->node = (dns_rbtnode_t *)p;
1509
RDATASET_ATTR_SET(
newh
, attr);
1510
memmove(
newh
->upper, old->upper, sizeof(old->upper));
Completed in 50 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026