Lines Matching defs:c
4 * Copyright (c) 2014, Intel Corporation
306 char c = tp[i];
308 if (c == '-')
310 else if (c == '.') {
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.