Lines Matching defs:zBOM
23556 unsigned char zBOM[4]; /* Byte-order mark to using if --bom is present */23558 zBOM[0] = 0;23571 zBOM[0] = 0xef;23572 zBOM[1] = 0xbb;23573 zBOM[2] = 0xbf;23574 zBOM[3] = 0;23643 if( zBOM[0] ) fwrite(zBOM, 1, 3, p->out);23656 if( zBOM[0] ) fwrite(zBOM, 1, 3, p->out);