Searched refs:C_TWOBUFS (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | dd.c | 106 C_TWOBUFS = 04000, enumerator 268 {"ascii", C_ASCII | C_UNBLOCK | C_TWOBUFS}, /* EBCDIC to ASCII. */ 269 {"ebcdic", C_EBCDIC | C_BLOCK | C_TWOBUFS}, /* ASCII to EBCDIC. */ 270 {"ibm", C_IBM | C_BLOCK | C_TWOBUFS}, /* Different ASCII to EBCDIC. */ 271 {"block", C_BLOCK | C_TWOBUFS}, /* Variable to fixed length records. */ 272 {"unblock", C_UNBLOCK | C_TWOBUFS}, /* Fixed to variable length records. */ 273 {"lcase", C_LCASE | C_TWOBUFS}, /* Translate upper to lower case. */ 274 {"ucase", C_UCASE | C_TWOBUFS}, /* Translate lower to upper case. */ 276 {"swab", C_SWAB | C_TWOBUFS}, /* Swap bytes of input. */ 689 if (conversions_mask & C_TWOBUFS) in alloc_obuf() [all …]
|