OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION_COUNT
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/mkhybrid/dist/
mkisofs.c
453
#define
OPTION_COUNT
(sizeof ld_options / sizeof ld_options[0])
646
for (i = 0; i <
OPTION_COUNT
; i++)
681
while (j <
OPTION_COUNT
&& ld_options[j].doc == NULL);
706
while (j <
OPTION_COUNT
&& ld_options[j].doc == NULL);
828
char shortopts[
OPTION_COUNT
* 3 + 2];
829
struct option longopts[
OPTION_COUNT
+ 1];
864
for (i = 0; i <
OPTION_COUNT
; i++)
/src/external/gpl3/binutils/dist/ld/
lexsup.c
650
#define
OPTION_COUNT
ARRAY_SIZE (ld_options)
677
shortopts = (char *) xmalloc (
OPTION_COUNT
* 3 + 2);
679
xmalloc (sizeof (*longopts) * (
OPTION_COUNT
+ 1));
681
xmalloc (sizeof (*really_longopts) * (
OPTION_COUNT
+ 1));
691
for (i = 0; i <
OPTION_COUNT
; i++)
2405
for (i = 0; i <
OPTION_COUNT
; i++)
2439
while (j <
OPTION_COUNT
&& ld_options[j].doc == NULL);
2468
while (j <
OPTION_COUNT
&& ld_options[j].doc == NULL);
/src/external/gpl3/binutils.old/dist/ld/
lexsup.c
659
#define
OPTION_COUNT
ARRAY_SIZE (ld_options)
686
shortopts = (char *) xmalloc (
OPTION_COUNT
* 3 + 2);
688
xmalloc (sizeof (*longopts) * (
OPTION_COUNT
+ 1));
690
xmalloc (sizeof (*really_longopts) * (
OPTION_COUNT
+ 1));
700
for (i = 0; i <
OPTION_COUNT
; i++)
2406
for (i = 0; i <
OPTION_COUNT
; i++)
2440
while (j <
OPTION_COUNT
&& ld_options[j].doc == NULL);
2469
while (j <
OPTION_COUNT
&& ld_options[j].doc == NULL);
/src/external/bsd/tcpdump/dist/
tcpdump.c
710
#define
OPTION_COUNT
136
754
{ "count", no_argument, NULL,
OPTION_COUNT
},
1977
case
OPTION_COUNT
:
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026