Searched refs:EBCDIC (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/unzip/
H A Dfunzip.c121 #ifdef EBCDIC
122 # undef EBCDIC /* don't need ebcdic[] */ macro
H A Dunzpriv.h446 # define EBCDIC /* set EBCDIC conversion on */ macro
1229 #define EXTD_LOCAL_SIG "\007\010" /* [ASCII "\113" == EBCDIC "\080" ??] */
1426 #define LF 10 /* '\n' on ASCII machines; must be 10 due to EBCDIC */
1427 #define CR 13 /* '\r' on ASCII machines; must be 13 due to EBCDIC */
1430 #ifdef EBCDIC
1433 # define NATIVE "EBCDIC"
2269 * should work on EBCDIC machines, too). The fact that either or both
2299 * the only non-ASCII native character set implemented is EBCDIC, but this
2443 #ifdef EBCDIC
[all...]
H A Debcdic.h13 The CECP 1047 (Extended de-facto EBCDIC) <-> ISO 8859-1 conversion tables,
35 correct mappings between ASCII and EBCDIC newline markers.
36 Before interchanging the ASCII mappings of the EBCDIC control characters
38 make sure that EBCDIC 0x15 is never used as line termination.
50 #ifdef EBCDIC
51 #ifndef MTS /* MTS uses a slightly "special" EBCDIC code page */
144 * This is the MTS ASCII->EBCDIC translation table. It provides a 1-1
145 * translation from ISO 8859/1 8-bit ASCII to IBM Code Page 37 EBCDIC.
221 #endif /* EBCDIC */

Completed in 84 milliseconds