OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_optind
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
lexsup.c
662
int
last_optind
;
local
772
last_optind
= -1;
779
/* Using
last_optind
lets us avoid calling ldemul_parse_args
785
if (optind !=
last_optind
)
792
last_optind
= optind;
796
optind =
last_optind
;
804
/* The character is not the second character of argv[
last_optind
]. */
805
&& optc != argv[
last_optind
][1])
810
argv[
last_optind
], argv[
last_optind
]);
[
all
...]
/src/external/gpl3/binutils.old/dist/ld/
lexsup.c
671
int
last_optind
;
local
781
last_optind
= -1;
788
/* Using
last_optind
lets us avoid calling ldemul_parse_args
794
if (optind !=
last_optind
)
801
last_optind
= optind;
805
optind =
last_optind
;
813
/* The character is not the second character of argv[
last_optind
]. */
814
&& optc != argv[
last_optind
][1])
819
argv[
last_optind
], argv[
last_optind
]);
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026