Searched refs:C_UCASE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/bin/dd/
H A Ddd.h96 #define C_UCASE 0x01000000 macro
H A Dargs.c138 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE |
321 { "lcase", C_LCASE, C_UCASE, NULL },
335 { "ucase", C_UCASE, C_LCASE, NULL },
H A Ddd.c205 if (ddflags & (C_LCASE | C_UCASE | C_ASCII | C_EBCDIC | C_PARITY)) {
224 } else if (ddflags & C_UCASE) {

Completed in 57 milliseconds