Home
last modified time | relevance | path

Searched defs:bom (Results 1 – 6 of 6) sorted by relevance

/netbsd/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dutf8.c290 uint16_t bom = (p[0] << 8) + p[1]; in wind_ucs2read() local
349 uint16_t bom = 0xfffe; in wind_ucs2write() local
/netbsd/lib/libc/citrus/modules/
H A Dcitrus_utf1632.c261 const char *bom = &_bom[0]; in _citrus_UTF1632_wcrtomb_priv() local
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmodule.c367 unsigned bom = 1; // assume there's a BOM in parse() local
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmodule.c367 unsigned bom = 1; // assume there's a BOM in parse() local
/netbsd/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.c70 ac_uint2 bom; member
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d519 immutable bom = bomSeq.schema; variable