Home
last modified time | relevance | path

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

/freebsd-14.2/bin/dd/
H A Ddd.h94 #define C_SWAB 0x0000000000400000ULL macro
H A Dargs.c145 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE | in jcl()
375 { "swab", C_SWAB, 0, NULL },
H A Ddd.c489 if (ddflags & C_SWAB) { in dd_in()