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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dutf8.c286 uint16_t bom = (p[0] << 8) + p[1]; local
287 if (bom == 0xfffe || bom == 0xfeff) {
288 little = (bom == 0xfffe);
345 uint16_t bom = 0xfffe; local
351 p[0] = (bom >> 8) & 0xff;
352 p[1] = (bom ) & 0xff;
354 p[1] = (bom ) & 0xff;
355 p[0] = (bom >> 8) & 0xff;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.c67 ac_uint2 bom; member in struct:__anon1993
173 if (hdr.bom == 0xfffe) {
208 if (hdr.bom == 0xfffe) {
225 if (hdr.bom == 0xfffe) {
354 if (hdr.bom == 0xfffe) {
379 if (hdr.bom == 0xfffe) {
549 if (hdr.bom == 0xfffe) {
566 if (hdr.bom == 0xfffe) {
747 if (hdr.bom == 0xfffe) {
765 if (hdr.bom
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/citrus/modules/
H A Dcitrus_utf1632.c261 const char *bom = &_bom[0]; local
276 bom += 2;
281 memcpy(s, bom, cnt);
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dpreconv.c410 unsigned char bom[3] = { 0xEF, 0xBB, 0xBF }; local
487 if (b.sz > 3 && 0 == memcmp(b.buf, bom, 3)) {

Completed in 84 milliseconds