Searched defs:IBM (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dd/
H A Ddd.c76 #define NBIBM 10 /* file copy, convert from ASCII to IBM */
77 #define LCNBIBM 11 /* file copy, ASCII to lower case IBM */
78 #define UCNBIBM 12 /* file copy, ASCII to upper case IBM */
91 #define IBM 25 /* convert ASCII to blocked IBM */ macro
92 #define LCIBM 26 /* convert ASCII to lower case blocked IBM */
93 #define UCIBM 27 /* convert ASCII to upper case blocked IBM */
241 /* Table for ASCII to IBM (alternate EBCDIC) code conversion */
431 /* BSD-compatible ASCII to IBM translate table */
617 conv = IBM;
[all...]

Completed in 58 milliseconds