Home | History | Annotate | Download | only in perf

Lines Matching refs:ext

1908 	| 01  |EXT  | 03  |EXT	| 05  |EXT  | 07  |EXT	|
1911 | 09 |EXT | 0B | 0D | 0F |
20940 const char *ext, *filename1;
20951 ext = strrchr(filename1, '.');
20952 if (ext)
20953 ext++;
20966 if (!ext || !strcmp(ext, "c")) {
20971 if (!strcmp(ext, "S")) {
20974 } else if (!strcmp(ext, "s")) {
20980 if (!strcmp(ext, "def")) {
21710 char *ext = strrchr(objfilename, '.');
21711 if (!ext)
21714 strcpy(ext + 1, "o");