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

/netbsd-current/bin/dd/
H A Dargs.c176 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE |
363 { "lcase", C_LCASE, C_UCASE, NULL },
373 { "ucase", C_UCASE, C_LCASE, NULL },
H A Ddd.h112 #define C_LCASE 0x00200 macro
H A Ddd.c283 if (ddflags & (C_LCASE|C_UCASE)) {
292 if (ddflags & C_LCASE) {
300 if (ddflags & C_LCASE) {

Completed in 258 milliseconds