Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dconfig.c234 const unsigned char *bomptr = utf8_bom; in perf_parse_file() local
239 if (bomptr && *bomptr) { in perf_parse_file()
243 if ((unsigned char) c == *bomptr) { in perf_parse_file()
244 bomptr++; in perf_parse_file()
248 if (bomptr != utf8_bom) in perf_parse_file()
251 bomptr = NULL; in perf_parse_file()