Symbol: CSIZE
bin/stty/key.c
275
ip->t.c_cflag &= ~(CSIZE|PARENB);
bin/stty/modes.c
53
{ "cs5", CS5, CSIZE },
bin/stty/modes.c
54
{ "cs6", CS6, CSIZE },
bin/stty/modes.c
55
{ "cs7", CS7, CSIZE },
bin/stty/modes.c
56
{ "cs8", CS8, CSIZE },
bin/stty/modes.c
65
{ "parity", PARENB | CS7, PARODD | CSIZE },
bin/stty/modes.c
66
{ "-parity", CS8, PARODD | PARENB | CSIZE },
bin/stty/modes.c
67
{ "evenp", PARENB | CS7, PARODD | CSIZE },
bin/stty/modes.c
68
{ "-evenp", CS8, PARODD | PARENB | CSIZE },
bin/stty/modes.c
69
{ "oddp", PARENB | CS7 | PARODD, CSIZE },
bin/stty/modes.c
70
{ "-oddp", CS8, PARODD | PARENB | CSIZE },
bin/stty/modes.c
71
{ "pass8", CS8, PARODD | PARENB | CSIZE },
bin/stty/modes.c
72
{ "-pass8", PARENB | CS7, PARODD | CSIZE },
bin/stty/print.c
147
switch(tmp&CSIZE) {
lib/libc/gen/login_cap.c
470
{ RLIMIT_FSIZE, CSIZE, "filesize", },
lib/libc/gen/login_cap.c
471
{ RLIMIT_DATA, CSIZE, "datasize", },
lib/libc/gen/login_cap.c
472
{ RLIMIT_STACK, CSIZE, "stacksize", },
lib/libc/gen/login_cap.c
473
{ RLIMIT_RSS, CSIZE, "memoryuse", },
lib/libc/gen/login_cap.c
474
{ RLIMIT_MEMLOCK, CSIZE, "memorylocked", },
lib/libc/gen/login_cap.c
477
{ RLIMIT_CORE, CSIZE, "coredumpsize", },
lib/libc/gen/login_cap.c
479
{ RLIMIT_VMEM, CSIZE, "vmemoryuse", },
lib/libc/gen/login_cap.c
543
case CSIZE:
lib/libc/termios/cfmakeraw.c
43
t->c_cflag &= ~(CSIZE|PARENB);
lib/libcurses/base/lib_newterm.c
298
SP_PARM->_use_meta = ((new_term->Ottyb.c_cflag & CSIZE) == CS8 &&
lib/libedit/tty.c
450
#define tty__geteightbit(td) (((td)->c_cflag & CSIZE) == CS8)
libexec/getty/subr.c
210
CLR(cflag, CSIZE|PARENB);
libexec/getty/subr.c
214
CLR(cflag, CSIZE);
libexec/getty/subr.c
267
CLR(cflag, CSIZE|PARENB);
sys/arch/alpha/alpha/api_up1000.c
123
(TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8))
sys/arch/alpha/alpha/dec_1000a.c
185
(TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8))
sys/arch/alpha/alpha/dec_2100_a50.c
143
(TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8))
sys/arch/alpha/alpha/dec_550.c
124
(TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8))
sys/arch/alpha/alpha/dec_6600.c
146
(TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8))
sys/arch/alpha/alpha/dec_alphabook1.c
121
(TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8))
sys/arch/alpha/alpha/dec_axppci_33.c
166
(TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8))
sys/arch/alpha/alpha/dec_eb164.c
118
(TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8))
sys/arch/alpha/alpha/dec_eb64plus.c
123
(TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8))
sys/arch/alpha/alpha/dec_kn20aa.c
123
(TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8))
sys/arch/alpha/alpha/dec_kn300.c
163
(TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8)) {
sys/arch/loongson/dev/com_leioc.c
119
comconscflag = (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) |
sys/arch/loongson/loongson/yeeloong_machdep.c
509
comconscflag = (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) |
sys/arch/luna88k/dev/siotty.c
386
switch (tp->t_cflag & CSIZE) {
sys/arch/octeon/dev/cn30xxuart.c
92
comconscflag = (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8;
sys/arch/riscv64/dev/sfuart.c
292
switch (ISSET(t->c_cflag, CSIZE)) {
sys/arch/sh/dev/scif.c
214
#define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
sys/arch/sparc64/dev/com_ebus.c
207
((TTYDEF_CFLAG & ~(CSIZE | PARENB))|CREAD | CS8 | HUPCL))) {
sys/arch/sparc64/dev/sab.c
999
switch (cflag & CSIZE) {
sys/dev/fdt/amluart.c
305
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/fdt/exuart.c
432
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/fdt/imxuart.c
274
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/fdt/mvuart.c
270
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/ic/com.c
796
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/ic/cy.c
701
switch (t->c_cflag & CSIZE) {
sys/dev/ic/pluart.c
312
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/ic/qcuart.c
245
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/ic/z8530tty.c
960
switch (ISSET(cflag, CSIZE)) {
sys/dev/pci/cz.c
1337
switch (t->c_cflag & CSIZE) {
sys/dev/sbus/magma.c
1268
switch( t->c_cflag & CSIZE) {
sys/dev/sbus/spif.c
596
switch (t->c_cflag & CSIZE) {
sys/dev/tc/zs_ioasic.c
108
int zs_def_cflag = (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8;
sys/dev/tc/zs_ioasic.c
759
cs->cs_defcflag = (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8;
sys/dev/tc/zs_ioasic.c
781
cs->cs_defcflag = (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8;
sys/dev/usb/moscom.c
347
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/usb/uark.c
245
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/usb/ubsa.c
513
switch (cflag & CSIZE) {
sys/dev/usb/uchcom.c
708
switch (ISSET(cflag, CSIZE)) {
sys/dev/usb/uchcom.c
723
switch (ISSET(cflag, CSIZE)) {
sys/dev/usb/ucycom.c
409
switch (t->c_cflag & CSIZE) {
sys/dev/usb/uftdi.c
1066
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/usb/ukspan.c
519
switch (cflag & CSIZE) {
sys/dev/usb/umcs.c
552
switch (t->c_cflag & CSIZE) {
sys/dev/usb/umct.c
480
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/usb/umodem.c
526
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/usb/uplcom.c
695
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/usb/uslcom.c
454
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/usb/uslhcom.c
318
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/usb/uticom.c
642
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/usb/uvscom.c
622
switch (ISSET(t->c_cflag, CSIZE)) {
sys/dev/usb/uxrcom.c
335
switch (ISSET(t->c_cflag, CSIZE)) {
usr.bin/cu/cu.c
304
tio.c_cflag &= ~(CSIZE|PARENB);
usr.bin/lex/dfa.c
1018
int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich;
usr.bin/lex/dfa.c
189
int out_char_set[CSIZE];
usr.bin/lex/dfa.c
382
int symlist[CSIZE + 1];
usr.bin/lex/dfa.c
396
int duplist[CSIZE + 1], state[CSIZE + 1];
usr.bin/lex/dfa.c
397
int targfreq[CSIZE + 1], targstate[CSIZE + 1];
usr.bin/lex/ecs.c
123
static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */
usr.bin/lex/flexdef.h
229
#define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */
usr.bin/lex/flexdef.h
531
extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
usr.bin/lex/flexdef.h
538
extern int tecfwd[CSIZE + 1], tecbck[CSIZE + 1];
usr.bin/lex/main.c
1171
csize = CSIZE;
usr.bin/lex/main.c
255
csize = CSIZE;
usr.bin/lex/main.c
82
int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, tecfwd[CSIZE + 1];
usr.bin/lex/main.c
83
int tecbck[CSIZE + 1];
usr.bin/lex/misc.c
212
if (c >= CSIZE)
usr.bin/lex/tblcmp.c
235
int tmpstorage[CSIZE + 1];
usr.bin/lex/tblcmp.c
700
int i, numdiff, tmpbase, tmp[CSIZE + 1];
usr.bin/lex/tblcmp.c
701
u_char transset[CSIZE + 1];
usr.bin/lex/tblcmp.c
86
int extptr, extrct[2][CSIZE + 1];
usr.bin/telnet/sys_bsd.c
302
tmp_tc.c_cflag &= ~(CSIZE|PARENB);
usr.bin/telnet/sys_bsd.c
310
tmp_tc.c_cflag &= ~(CSIZE|PARENB);
usr.bin/telnet/sys_bsd.c
311
tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB);
usr.bin/tic/reset_cmd.c
302
tty_settings->c_cflag &= ~((unsigned) (CSIZE
usr.sbin/lpd/lp_stty.c
242
ip->t.c_cflag &= ~(CSIZE|PARENB);
usr.sbin/lpd/lp_stty.c
295
{ "cs5", CS5, CSIZE },
usr.sbin/lpd/lp_stty.c
296
{ "cs6", CS6, CSIZE },
usr.sbin/lpd/lp_stty.c
297
{ "cs7", CS7, CSIZE },
usr.sbin/lpd/lp_stty.c
298
{ "cs8", CS8, CSIZE },
usr.sbin/lpd/lp_stty.c
307
{ "parity", PARENB | CS7, PARODD | CSIZE },
usr.sbin/lpd/lp_stty.c
308
{ "-parity", CS8, PARODD | PARENB | CSIZE },
usr.sbin/lpd/lp_stty.c
309
{ "evenp", PARENB | CS7, PARODD | CSIZE },
usr.sbin/lpd/lp_stty.c
310
{ "-evenp", CS8, PARODD | PARENB | CSIZE },
usr.sbin/lpd/lp_stty.c
311
{ "oddp", PARENB | CS7 | PARODD, CSIZE },
usr.sbin/lpd/lp_stty.c
312
{ "-oddp", CS8, PARODD | PARENB | CSIZE },
usr.sbin/lpd/lp_stty.c
313
{ "pass8", CS8, PARODD | PARENB | CSIZE },
usr.sbin/lpd/lp_stty.c
314
{ "-pass8", PARENB | CS7, PARODD | CSIZE },
usr.sbin/lpr/lpd/key.c
212
ip->t.c_cflag &= ~(CSIZE|PARENB);
usr.sbin/lpr/lpd/modes.c
50
{ "cs5", CS5, CSIZE },
usr.sbin/lpr/lpd/modes.c
51
{ "cs6", CS6, CSIZE },
usr.sbin/lpr/lpd/modes.c
52
{ "cs7", CS7, CSIZE },
usr.sbin/lpr/lpd/modes.c
53
{ "cs8", CS8, CSIZE },
usr.sbin/lpr/lpd/modes.c
62
{ "parity", PARENB | CS7, PARODD | CSIZE },
usr.sbin/lpr/lpd/modes.c
63
{ "-parity", CS8, PARODD | PARENB | CSIZE },
usr.sbin/lpr/lpd/modes.c
64
{ "evenp", PARENB | CS7, PARODD | CSIZE },
usr.sbin/lpr/lpd/modes.c
65
{ "-evenp", CS8, PARODD | PARENB | CSIZE },
usr.sbin/lpr/lpd/modes.c
66
{ "oddp", PARENB | CS7 | PARODD, CSIZE },
usr.sbin/lpr/lpd/modes.c
67
{ "-oddp", CS8, PARODD | PARENB | CSIZE },
usr.sbin/lpr/lpd/modes.c
68
{ "pass8", CS8, PARODD | PARENB | CSIZE },
usr.sbin/lpr/lpd/modes.c
69
{ "-pass8", PARENB | CS7, PARODD | CSIZE },
usr.sbin/pppd/sys-bsd.c
421
tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
usr.sbin/pppd/sys-bsd.c
523
tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB);