OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrcount
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_attr.c
61
Dwarf_Signed *
attrcount
, Dwarf_Error *error)
69
if (die == NULL || attrbuf == NULL ||
attrcount
== NULL) {
79
*
attrcount
= die->die_ab->ab_atnum;
86
if ((die->die_attrarray = malloc(*
attrcount
* sizeof(Dwarf_Attribute)))
93
i < *
attrcount
&& at != NULL; i++, at = STAILQ_NEXT(at, at_next))
/src/crypto/dist/ipsec-tools/src/racoon/
isakmp_cfg.c
1660
int
attrcount
;
local
1675
attrcount
= sizeof(attrlist) / sizeof(*attrlist);
1676
len = sizeof(*attrpl) + sizeof(*attr) *
attrcount
;
1690
for (i = 0; i <
attrcount
; i++) {
Completed in 26 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026