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

/freebsd-10.2-release/bin/dd/
H A Ddd.h95 #define C_UCASE 0x01000000 macro
H A Dargs.c136 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE |
318 { "lcase", C_LCASE, C_UCASE, NULL },
332 { "ucase", C_UCASE, C_LCASE, NULL },
H A Ddd.c198 if (ddflags & (C_LCASE | C_UCASE | C_ASCII | C_EBCDIC | C_PARITY)) {
217 } else if (ddflags & C_UCASE) {

Completed in 47 milliseconds