Home
last modified time | relevance | path

Searched refs:utf8_bom (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dconfig.c238 static const unsigned char *utf8_bom = (unsigned char *) "\xef\xbb\xbf"; in perf_parse_file() local
239 const unsigned char *bomptr = utf8_bom; in perf_parse_file()
253 if (bomptr != utf8_bom) in perf_parse_file()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dconfig.c239 static const unsigned char *utf8_bom = (unsigned char *) "\xef\xbb\xbf"; in perf_parse_file() local
240 const unsigned char *bomptr = utf8_bom; in perf_parse_file()
254 if (bomptr != utf8_bom) in perf_parse_file()

Completed in 3 milliseconds