Searched refs:C_PAREVEN (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/bin/dd/ |
| D | dd.h | 88 #define C_PAREVEN 0x0000000000008000ULL macro 111 #define C_PARITY (C_PAREVEN | C_PARODD | C_PARNONE | C_PARSET)
|
| D | args.c | 372 { "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},
|
| D | dd.c | 297 if ((ddflags & C_PAREVEN)) { in setup()
|