Home
last modified time | relevance | path

Searched refs:bomptr (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
Dconfig.c223 const unsigned char *bomptr = utf8_bom; in perf_parse_file() local
228 if (bomptr && *bomptr) { in perf_parse_file()
232 if ((unsigned char) c == *bomptr) { in perf_parse_file()
233 bomptr++; in perf_parse_file()
237 if (bomptr != utf8_bom) in perf_parse_file()
240 bomptr = NULL; in perf_parse_file()