Searched refs:C_PARNONE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/bin/dd/
H A Ddd.h89 #define C_PARNONE 0x0000000000010000ULL macro
111 #define C_PARITY (C_PAREVEN | C_PARODD | C_PARNONE | C_PARSET)
H A 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},

Completed in 92 milliseconds