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

/illumos-gate/usr/src/cmd/dd/
H A Ddd.c151 static int trantype; /* BSD or SVr4 compatible EBCDIC */ variable
500 trantype = SVR4XLATE; /* use SVR4 EBCDIC by default */
612 trantype = BSDXLATE;
618 trantype = BSDXLATE;
624 trantype = BSDXLATE;
630 trantype = SVR4XLATE;
636 trantype = SVR4XLATE;
642 trantype = SVR4XLATE;
823 if (trantype == BSDXLATE) {

Completed in 59 milliseconds