taglinefilesource code
CSIZE1424drivers/char/cyclades.cswitch(cflag & CSIZE){
CSIZE2738drivers/char/istallion.cswitch (tiosp->c_cflag & CSIZE) {
CSIZE1615drivers/char/pcxx.cres |= cflag & (CBAUD | PARODD | PARENB | CSTOPB | CSIZE);
CSIZE1198drivers/char/serial.cswitch (cflag & CSIZE) {
CSIZE2087drivers/char/stallion.cswitch (tiosp->c_cflag & CSIZE) {
CSIZE266drivers/isdn/isdn_tty.ccval = cflag & (CSIZE | CSTOPB);
CSIZE163include/linux/tty.h#define C_CSIZE(tty)  _C_FLAG((tty),CSIZE)