OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_argc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
cvsrc.c
55
/*
old_argc
and old_argv hold the values returned from the
59
static int
old_argc
= 0;
local
155
free_names (&
old_argc
, old_argv);
158
old_argc
= *argc = new_argc;
/src/bin/ksh/
main.c
427
volatile int
old_argc
;
local
436
old_argc
= e->loc->argc;
439
old_argc
= 0;
449
e->loc->argc =
old_argc
;
484
e->loc->argc =
old_argc
;
/src/external/gpl3/binutils/dist/gas/
as.c
451
int
old_argc
;
633
old_argc
= *pargc;
637
new_argv = notes_alloc (sizeof (char *) * (
old_argc
+ 1));
647
int optc = getopt_long_only (
old_argc
, old_argv, shortopts, longopts,
450
int
old_argc
;
local
/src/external/gpl3/binutils.old/dist/gas/
as.c
438
int
old_argc
;
618
old_argc
= *pargc;
622
new_argv = notes_alloc (sizeof (char *) * (
old_argc
+ 1));
632
int optc = getopt_long_only (
old_argc
, old_argv, shortopts, longopts,
437
int
old_argc
;
local
Completed in 27 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026