Home
last modified time | relevance | path

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

/coreutils/src/
Ddd.c93 C_EBCDIC = 02, enumerator
269 {"ebcdic", C_EBCDIC | C_BLOCK | C_TWOBUFS}, /* ASCII to EBCDIC. */
1662 if (multiple_bits_set (conversions_mask & (C_ASCII | C_EBCDIC | C_IBM))) in scanargs()
1711 if (conversions_mask & C_EBCDIC) in apply_translations()