Lines Matching +defs:compat +defs:c
4 * Copyright (c) 2014, Intel Corporation
65 char *compat;
306 char c = tp[i];
308 if (c == '-')
310 else if (c == '.') {
361 if (je->compat)
362 fprintf(outfp, "\t.compat = \"%s\",\n", je->compat);
393 char *compat;
621 addfield(map, &je.compat, "", "", val);
750 free(je.compat);
780 int c;
796 c = tblname[i];
798 if (c == '-' || c == '/')
800 else if (c == '.') {
803 } else if (!isalnum(c) && c != '_') {
804 pr_err("%s: Invalid character '%c' in file name '%s'\n",
805 prog, c, fname);
1229 * Write out the PMU events tables and the mapping table to pmu-event.c.