Home
last modified time | relevance | path

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

/freebsd-12.1/bin/dd/
H A Dargs.c141 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE | in jcl()
324 { "lcase", C_LCASE, C_UCASE, NULL },
338 { "ucase", C_UCASE, C_LCASE, NULL },
H A Ddd.h82 #define C_LCASE 0x00000200 macro
H A Ddd.c243 if (ddflags & (C_LCASE | C_UCASE | C_ASCII | C_EBCDIC | C_PARITY)) { in setup()
259 if (ddflags & C_LCASE) { in setup()