Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/bin/dd/
Dargs.c160 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE | in jcl()
343 { "lcase", C_LCASE, C_UCASE, NULL },
353 { "ucase", C_UCASE, C_LCASE, NULL },
Ddd.c250 if (ddflags & (C_LCASE|C_UCASE)) { in setup()
259 if (ddflags & C_LCASE) { in setup()
267 if (ddflags & C_LCASE) { in setup()
Ddd.h115 #define C_LCASE 0x00200 macro