Home
last modified time | relevance | path

Searched refs:C_SWAB (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()
351 { "swab", C_SWAB, 0, NULL },
Ddd.h122 #define C_SWAB 0x10000 macro
Ddd.c421 if (ddflags & C_SWAB) { in dd_in()