Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dconfig.c240 const unsigned char *bomptr = utf8_bom; in perf_parse_file() local
245 if (bomptr && *bomptr) { in perf_parse_file()
249 if ((unsigned char) c == *bomptr) { in perf_parse_file()
250 bomptr++; in perf_parse_file()
254 if (bomptr != utf8_bom) in perf_parse_file()
257 bomptr = NULL; in perf_parse_file()