Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
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()
/linux-6.3-rc2/scripts/
A Dlist-gitignored.c593 static const char utf8_bom[] = "\357\273\277"; variable
791 if (!strncmp(entry, utf8_bom, strlen(utf8_bom))) in add_patterns_from_gitignore()
792 entry += strlen(utf8_bom); in add_patterns_from_gitignore()

Completed in 7 milliseconds