Home
last modified time | relevance | path

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

/original-bsd/bin/dd/
H A Ddd.h66 #define C_SWAB 0x10000 macro
H A Dargs.c101 if (ddflags & (C_BLOCK|C_LCASE|C_SWAB|C_UCASE|C_UNBLOCK))
257 { "swab", C_SWAB, 0, NULL },
H A Ddd.c272 if (ddflags & C_SWAB) { in dd_in()