OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:utf8_bom
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/util/
config.c
217
static const unsigned char *
utf8_bom
= (unsigned char *) "\xef\xbb\xbf";
local
218
const unsigned char *bomptr =
utf8_bom
;
231
if (bomptr !=
utf8_bom
)
Completed in 33 milliseconds