HomeSort by relevance Sort by last modified time
    Searched full:bomptr (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/util/
config.c 218 const unsigned char *bomptr = utf8_bom; local
222 if (bomptr && *bomptr) {
226 if ((unsigned char) c == *bomptr) {
227 bomptr++;
231 if (bomptr != utf8_bom)
234 bomptr = NULL;

Completed in 4375 milliseconds