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

/freebsd-11-stable/bin/dd/
H A Ddd.h81 #define C_LCASE 0x00000200 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)) {
221 if (ddflags & C_LCASE) {

Completed in 104 milliseconds