Home
last modified time | relevance | path

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

/freebsd/bin/dd/
H A Dargs.c139 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE | in jcl()
357 { "lcase", C_LCASE, C_UCASE, NULL },
371 { "ucase", C_UCASE, C_LCASE, NULL },
H A Ddd.h94 #define C_UCASE 0x0000000001000000ULL macro
H A Ddd.c257 if (ddflags & (C_LCASE | C_UCASE | C_ASCII | C_EBCDIC | C_PARITY)) { in setup()
276 } else if (ddflags & C_UCASE) { in setup()