Home
last modified time | relevance | path

Searched defs:utf8_bom (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/
H A Dconf_def.c240 const unsigned char utf8_bom[3] = {0xEF, 0xBB, 0xBF}; in def_load_bio() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_lib.c695 const unsigned char utf8_bom[3] = {0xEF, 0xBB, 0xBF}; in sanitize_line() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc160 const unsigned char utf8_bom[3] = { 0xEF, 0xBB, 0xBF }; variable
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc160 const unsigned char utf8_bom[3] = { 0xEF, 0xBB, 0xBF }; variable