HomeSort by: relevance | last modified time | path
    Searched refs: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 43 milliseconds