Searched refs:bomptr (Results 1 – 1 of 1) sorted by relevance
259 const unsigned char *bomptr = utf8_bom; in perf_parse_file() local264 if (bomptr && *bomptr) { in perf_parse_file()268 if ((unsigned char) c == *bomptr) { in perf_parse_file()269 bomptr++; in perf_parse_file()273 if (bomptr != utf8_bom) in perf_parse_file()276 bomptr = NULL; in perf_parse_file()