OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foo_array
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
nested-addr.c
26
static foo *
foo_array
= NULL;
variable
31
foo_array
= (foo *) calloc (3, sizeof (*
foo_array
));
32
foo_array
[1].a = 10;
33
foo_array
[2].b = 20;
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
nested-addr.c
26
static foo *
foo_array
= NULL;
variable
31
foo_array
= (foo *) calloc (3, sizeof (*
foo_array
));
32
foo_array
[1].a = 10;
33
foo_array
[2].b = 20;
Completed in 16 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026