Home
last modified time | relevance | path

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

/openbsd/bin/dd/
H A Dargs.c127 if (ddflags & (C_BLOCK|C_LCASE|C_SWAB|C_UCASE|C_UNBLOCK)) in jcl()
279 { "lcase", C_LCASE, C_UCASE, NULL },
283 { "ucase", C_UCASE, C_LCASE, NULL },
H A Ddd.c171 if (ddflags & (C_LCASE|C_UCASE)) { in setup()
178 if (ddflags & C_LCASE) { in setup()
186 if (ddflags & C_LCASE) { in setup()
H A Ddd.h84 #define C_LCASE 0x00200 macro