taglinefilesource code
CSIZE1438drivers/char/cyclades.cswitch(cflag & CSIZE){
CSIZE2636drivers/char/istallion.cswitch (tiosp->c_cflag & CSIZE) {
CSIZE1613drivers/char/pcxx.cres |= cflag & (CBAUD | PARODD | PARENB | CSTOPB | CSIZE);
CSIZE1217drivers/char/serial.cswitch (cflag & CSIZE) {
CSIZE2006drivers/char/stallion.cswitch (tiosp->c_cflag & CSIZE) {
CSIZE274drivers/isdn/isdn_tty.ccval = cflag & (CSIZE | CSTOPB);
CSIZE838drivers/sbus/char/sunserial.cswitch (cflag & CSIZE) {
CSIZE165include/linux/tty.h#define C_CSIZE(tty)  _C_FLAG((tty),CSIZE)