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

/illumos-gate/usr/src/cmd/dd/
H A Ddd.c101 #define BSDXLATE 1 /* use BSD-compatible EBCDIC translation */ macro
612 trantype = BSDXLATE;
618 trantype = BSDXLATE;
624 trantype = BSDXLATE;
823 if (trantype == BSDXLATE) {

Completed in 61 milliseconds