OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Jul 19 00:25:04 UTC 2026