Searched refs:bom (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dutf8.c284 uint16_t bom = (p[0] << 8) + p[1]; local
285 if (bom == 0xfffe || bom == 0xfeff) {
286 little = (bom == 0xfffe);
343 uint16_t bom = 0xfffe; local
349 p[0] = (bom ) & 0xff;
350 p[1] = (bom >> 8) & 0xff;
352 p[1] = (bom ) & 0xff;
353 p[0] = (bom >> 8) & 0xff;
/freebsd-11-stable/contrib/nvi/common/
H A Dencoding.c127 int bom; local
133 bom = buf[0] << 8 ^ buf[1];
134 if (bom == 0xFFFE)
136 else if (bom == 0xFEFF)
/freebsd-11-stable/lib/libiconv_modules/UTF1632/
H A Dcitrus_utf1632.c252 const char *bom = &_bom[0]; local
262 bom += 2;
266 memcpy(s, bom, cnt);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c31326 u8 bom = 0; local
[all...]

Completed in 448 milliseconds