Searched refs:C_PARSET (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/bin/dd/
H A Ddd.h90 #define C_PARSET 0x00040000 macro
104 #define C_PARITY (C_PAREVEN | C_PARODD | C_PARNONE | C_PARSET)
H A Dargs.c328 { "pareven", C_PAREVEN, C_PARODD|C_PARSET|C_PARNONE, NULL},
329 { "parnone", C_PARNONE, C_PARODD|C_PARSET|C_PAREVEN, NULL},
330 { "parodd", C_PARODD, C_PAREVEN|C_PARSET|C_PARNONE, NULL},
331 { "parset", C_PARSET, C_PARODD|C_PAREVEN|C_PARNONE, NULL},
H A Ddd.c236 if ((ddflags & C_PARSET)) {

Completed in 138 milliseconds