Searched refs:C_PARNONE (Results 1 – 2 of 2) sorted by relevance
/freebsd/bin/dd/ |
H A D | dd.h | 86 #define C_PARNONE 0x0000000000010000ULL macro 108 #define C_PARITY (C_PAREVEN | C_PARODD | C_PARNONE | C_PARSET)
|
H A D | args.c | 364 { "pareven", C_PAREVEN, C_PARODD|C_PARSET|C_PARNONE, NULL}, 365 { "parnone", C_PARNONE, C_PARODD|C_PARSET|C_PAREVEN, NULL}, 366 { "parodd", C_PARODD, C_PAREVEN|C_PARSET|C_PARNONE, NULL}, 367 { "parset", C_PARSET, C_PARODD|C_PAREVEN|C_PARNONE, NULL},
|