OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:optidx
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h
250
#define diagnostic_override_option_index(DI,
OPTIDX
) \
251
((DI)->option_index = (
OPTIDX
))
258
/* Force diagnostics controlled by
OPTIDX
to be kind KIND. */
260
int /*
optidx
*/,
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h
250
#define diagnostic_override_option_index(DI,
OPTIDX
) \
251
((DI)->option_index = (
OPTIDX
))
258
/* Force diagnostics controlled by
OPTIDX
to be kind KIND. */
260
int /*
optidx
*/,
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h
250
#define diagnostic_override_option_index(DI,
OPTIDX
) \
251
((DI)->option_index = (
OPTIDX
))
258
/* Force diagnostics controlled by
OPTIDX
to be kind KIND. */
260
int /*
optidx
*/,
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h
250
#define diagnostic_override_option_index(DI,
OPTIDX
) \
251
((DI)->option_index = (
OPTIDX
))
258
/* Force diagnostics controlled by
OPTIDX
to be kind KIND. */
260
int /*
optidx
*/,
/external/openssh/
sftp.c
1122
int i, cmdnum,
optidx
, argc;
local
1162
optidx
= 1;
1166
if ((
optidx
= parse_getput_flags(cmd, argv, argc,
1170
if (argc -
optidx
< 1) {
1175
*path1 = xstrdup(argv[
optidx
]);
1177
if (argc -
optidx
> 1) {
1178
*path2 = xstrdup(argv[
optidx
+ 1]);
1184
if ((
optidx
= parse_link_flags(cmd, argv, argc, sflag)) == -1)
1188
if (argc -
optidx
< 2) {
1193
*path1 = xstrdup(argv[
optidx
]);
[
all
...]
Completed in 48 milliseconds