OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ld_options
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
lexsup.c
100
static const struct ld_option
ld_options
[] =
variable in typeref:struct:ld_option
650
#define OPTION_COUNT ARRAY_SIZE (
ld_options
)
693
if (
ld_options
[i].shortopt != '\0')
695
shortopts[is] =
ld_options
[i].shortopt;
697
if (
ld_options
[i].opt.has_arg == required_argument
698
||
ld_options
[i].opt.has_arg == optional_argument)
702
if (
ld_options
[i].opt.has_arg == optional_argument)
709
if (
ld_options
[i].opt.name != NULL)
711
if (
ld_options
[i].control == EXACTLY_TWO_DASHES)
713
really_longopts[irl] =
ld_options
[i].opt
[
all
...]
/src/external/gpl3/binutils.old/dist/ld/
lexsup.c
102
static const struct ld_option
ld_options
[] =
variable in typeref:struct:ld_option
659
#define OPTION_COUNT ARRAY_SIZE (
ld_options
)
702
if (
ld_options
[i].shortopt != '\0')
704
shortopts[is] =
ld_options
[i].shortopt;
706
if (
ld_options
[i].opt.has_arg == required_argument
707
||
ld_options
[i].opt.has_arg == optional_argument)
711
if (
ld_options
[i].opt.has_arg == optional_argument)
718
if (
ld_options
[i].opt.name != NULL)
720
if (
ld_options
[i].control == EXACTLY_TWO_DASHES)
722
really_longopts[irl] =
ld_options
[i].opt
[
all
...]
/src/external/gpl2/mkhybrid/dist/
mkisofs.c
294
static const struct ld_option
ld_options
[] =
variable in typeref:struct:ld_option
453
#define OPTION_COUNT (sizeof
ld_options
/ sizeof
ld_options
[0])
648
if (
ld_options
[i].doc != NULL)
662
if (
ld_options
[j].shortopt != '\0'
663
&&
ld_options
[j].control != NO_HELP)
665
fprintf (stderr, "%s-%c", comma ? ", " : "",
ld_options
[j].shortopt);
667
if (
ld_options
[j].arg != NULL)
669
if (
ld_options
[j].opt.has_arg != optional_argument)
674
fprintf (stderr, "%s",
ld_options
[j].arg)
[
all
...]
/src/external/bsd/openldap/dist/libraries/libldap/
ldap-int.h
290
#define LDAP_IS_UDP(ld) ((ld)->
ld_options
.ldo_is_udp)
499
#define
ld_options
ldc->ldc_options
macro
501
#define ld_valid
ld_options
.ldo_valid
502
#define ld_debug
ld_options
.ldo_debug
504
#define ld_deref
ld_options
.ldo_deref
505
#define ld_timelimit
ld_options
.ldo_timelimit
506
#define ld_sizelimit
ld_options
.ldo_sizelimit
508
#define ld_defbinddn
ld_options
.ldo_defbinddn
509
#define ld_defbase
ld_options
.ldo_defbase
510
#define ld_defhost
ld_options
.ldo_defhos
[
all
...]
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026