Home
last modified time | relevance | path

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

/freebsd-12-stable/bin/dd/
Ddd.h90 #define C_PARODD 0x0000000000020000ULL macro
111 #define C_PARITY (C_PAREVEN | C_PARODD | C_PARNONE | C_PARSET)
Dargs.c372 { "pareven", C_PAREVEN, C_PARODD|C_PARSET|C_PARNONE, NULL},
373 { "parnone", C_PARNONE, C_PARODD|C_PARSET|C_PAREVEN, NULL},
374 { "parodd", C_PARODD, C_PAREVEN|C_PARSET|C_PARNONE, NULL},
375 { "parset", C_PARSET, C_PARODD|C_PAREVEN|C_PARNONE, NULL},
Ddd.c302 if ((ddflags & C_PARODD)) { in setup()