Home
last modified time | relevance | path

Searched refs:tott_idx (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgcc.c1057 int tott_idx; local
1059 for (tott_idx = 0;
1060 target_option_translations[tott_idx].option_found;
1061 tott_idx++)
1063 if (strcmp (target_option_translations[tott_idx].option_found,
1070 for (sp = target_option_translations[tott_idx].replacements;
1080 sp = target_option_translations[tott_idx].replacements;
1101 if (target_option_translations[tott_idx].option_found)
/openbsd/src/gnu/gcc/gcc/
Dgcc.c1183 int tott_idx; in translate_options() local
1185 for (tott_idx = 0; in translate_options()
1186 target_option_translations[tott_idx].option_found; in translate_options()
1187 tott_idx++) in translate_options()
1189 if (strcmp (target_option_translations[tott_idx].option_found, in translate_options()
1196 for (sp = target_option_translations[tott_idx].replacements; in translate_options()
1206 sp = target_option_translations[tott_idx].replacements; in translate_options()
1227 if (target_option_translations[tott_idx].option_found) in translate_options()