Home | History | Annotate | Download | only in config

Lines Matching defs:ap

4288   const struct cris_arch_struct *ap;
4290 for (ap = arch_table;
4291 ap < arch_table + sizeof (arch_table) / sizeof (arch_table[0]);
4292 ap++)
4294 int len = strlen (ap->name);
4296 if (strncmp (*str, ap->name, len) == 0
4299 *str += strlen (ap->name);
4300 return ap->arch;