Home
last modified time | relevance | path

Searched refs:trantype (Results 1 – 1 of 1) sorted by relevance

/titanic_41/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 */ in main()
612 trantype = BSDXLATE; in main()
618 trantype = BSDXLATE; in main()
624 trantype = BSDXLATE; in main()
630 trantype = SVR4XLATE; in main()
636 trantype = SVR4XLATE; in main()
642 trantype = SVR4XLATE; in main()
823 if (trantype == BSDXLATE) { in main()