HomeSort by relevance Sort by last modified time
    Searched refs:C_LCASE (Results 1 - 3 of 3) sorted by null

  /system/core/toolbox/upstream-netbsd/bin/dd/
args.c 160 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE |
343 { "lcase", C_LCASE, C_UCASE, NULL },
353 { "ucase", C_UCASE, C_LCASE, NULL },
dd.h 115 #define C_LCASE 0x00200
dd.c 250 if (ddflags & (C_LCASE|C_UCASE)) {
259 if (ddflags & C_LCASE) {
267 if (ddflags & C_LCASE) {

Completed in 2513 milliseconds