OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:argidx
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/overlays/
constraint.c
438
int
argidx
;
local
440
for (
argidx
= 4;
argidx
< c->argc;
argidx
++ ) {
441
if ( strncasecmp( c->argv[
argidx
], "restrict=", STRLENOF("restrict=") ) == 0 ) {
443
char *arg = c->argv[
argidx
] + STRLENOF("restrict=");
531
ber_str2bv(c->argv[
argidx
] + STRLENOF("restrict="), 0, 1, &ap.restrict_val);
537
c->argv[0], c->argv[1],
argidx
, c->argv[
argidx
] );
/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c
2276
int
argidx
/* , hasarray = 0*/;
local
2371
argidx
= 1;
2413
argidx
);
2477
argidx
);
2503
argidx
++;
/src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c
2305
int i,
argidx
/* , hasarray = 0*/;
local
2403
argidx
= 1;
2452
argidx
);
2516
argidx
);
2542
argidx
++;
/src/external/gpl3/binutils/dist/gas/config/
tc-alpha.c
2014
const unsigned char *
argidx
;
2021
for (
argidx
= opcode->operands; *
argidx
; ++
argidx
)
2023
const struct alpha_operand *operand = &alpha_operands[*
argidx
];
2007
const unsigned char *
argidx
;
local
tc-arc.c
3893
const unsigned char *
argidx
;
local
3909
for (
argidx
= opcode->operands; *
argidx
; ++
argidx
)
3911
const struct arc_operand *operand = &arc_operands[*
argidx
];
/src/external/gpl3/binutils.old/dist/gas/config/
tc-alpha.c
2014
const unsigned char *
argidx
;
2021
for (
argidx
= opcode->operands; *
argidx
; ++
argidx
)
2023
const struct alpha_operand *operand = &alpha_operands[*
argidx
];
2007
const unsigned char *
argidx
;
local
tc-arc.c
3901
const unsigned char *
argidx
;
local
3917
for (
argidx
= opcode->operands; *
argidx
; ++
argidx
)
3919
const struct arc_operand *operand = &arc_operands[*
argidx
];
Completed in 79 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026