Lines Matching defs:suffixes
199 // suffixes[] contains the list of known driver suffixes.
200 // Suffixes are compared against the program name in order.
214 } suffixes [] = {
236 for (i = 0; i < sizeof(suffixes) / sizeof(suffixes[0]); ++i) {
237 if (ProgNameRef.endswith(suffixes[i].Suffix)) {
242 if (suffixes[i].ModeFlag)
243 ArgVector.insert(it, suffixes[i].ModeFlag);
250 ProgNameRef.size() - strlen(suffixes[i].Suffix));