HomeSort by: relevance | last modified time | path
    Searched defs:argc_before (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-expandargv.c 373 int argc_after, argc_before; local
391 argc_before = 0;
393 while (test_data[j + argc_before])
394 argc_before++;
395 j += argc_before + 1; /* Skip null */
403 for (k = 0; k < argc_before; k++)
415 if (argc_before == 2)
421 expandargv (&argc_before, &argv_before);
423 fails += compare_argv (i, "expandargv", argc_before, argv_before,
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-expandargv.c 373 int argc_after, argc_before; local
391 argc_before = 0;
393 while (test_data[j + argc_before])
394 argc_before++;
395 j += argc_before + 1; /* Skip null */
403 for (k = 0; k < argc_before; k++)
415 if (argc_before == 2)
421 expandargv (&argc_before, &argv_before);
423 fails += compare_argv (i, "expandargv", argc_before, argv_before,

Completed in 17 milliseconds