| /freebsd-14.2/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 56 { "cs5", CS5, CSIZE }, 57 { "cs6", CS6, CSIZE }, 58 { "cs7", CS7, CSIZE }, 59 { "cs8", CS8, CSIZE }, 68 { "parity", PARENB | CS7, PARODD | CSIZE }, 70 { "evenp", PARENB | CS7, PARODD | CSIZE }, 71 { "-evenp", CS8, PARODD | PARENB | CSIZE }, 72 { "oddp", PARENB | CS7 | PARODD, CSIZE }, 73 { "-oddp", CS8, PARODD | PARENB | CSIZE }, 74 { "pass8", CS8, PARODD | PARENB | CSIZE }, [all …]
|
| /freebsd-14.2/bin/stty/ |
| H A D | modes.c | 53 { "cs5", CS5, CSIZE }, 54 { "cs6", CS6, CSIZE }, 55 { "cs7", CS7, CSIZE }, 56 { "cs8", CS8, CSIZE }, 65 { "parity", PARENB | CS7, PARODD | CSIZE }, 67 { "evenp", PARENB | CS7, PARODD | CSIZE }, 68 { "-evenp", CS8, PARODD | PARENB | CSIZE }, 69 { "oddp", PARENB | CS7 | PARODD, CSIZE }, 70 { "-oddp", CS8, PARODD | PARENB | CSIZE }, 71 { "pass8", CS8, PARODD | PARENB | CSIZE }, [all …]
|
| H A D | print.c | 153 switch(tmp&CSIZE) { in print()
|
| H A D | key.c | 240 ip->t.c_cflag &= ~(CSIZE|PARENB); in f_raw()
|
| /freebsd-14.2/contrib/flex/src/ |
| H A D | flexdef.h | 91 #define CSIZE 256 macro 224 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */ 526 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs; 533 extern int tecfwd[CSIZE + 1], tecbck[CSIZE + 1];
|
| H A D | dfa.c | 186 int out_char_set[CSIZE]; in dump_transitions() 378 int symlist[CSIZE + 1]; in ntod() 392 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod() 393 int targfreq[CSIZE + 1] = {0}, targstate[CSIZE + 1]; in ntod() 1006 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; in sympartition()
|
| H A D | tblcmp.c | 83 int extptr, extrct[2][CSIZE + 1]; in bldtbl() 225 int tmpstorage[CSIZE + 1]; in cmptmps() 677 int i, numdiff, tmpbase, tmp[CSIZE + 1]; in mktemplate() 678 unsigned char transset[CSIZE + 1]; in mktemplate()
|
| H A D | main.c | 82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, 83 tecfwd[CSIZE + 1]; 84 int tecbck[CSIZE + 1]; 247 csize = CSIZE; in check_options() 1220 csize = CSIZE; in flexinit()
|
| H A D | ecs.c | 119 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */ in mkeccl()
|
| /freebsd-14.2/sys/kern/ |
| H A D | tty_compat.c | 286 if ((cflag&CSIZE) == CS8) { in ttcompatgetflags() 304 || (cflag&(CSIZE|PARENB)) != CS8) in ttcompatgetflags() 309 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) in ttcompatgetflags() 370 cflag &= ~(CSIZE|PARENB); in ttcompatsetflags() 463 cflag &= ~(CSIZE|PARENB); in ttcompatsetlflags()
|
| /freebsd-14.2/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 147 DATA(CSIZE), in _nc_trace_ttymode() 153 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode() 203 int value = (int) (tty->c_cflag & CSIZE); in _nc_trace_ttymode()
|
| /freebsd-14.2/libexec/getty/ |
| H A D | subr.c | 278 CLR(cflag, CSIZE|PARENB); in set_flags() 282 CLR(cflag, CSIZE); in set_flags() 342 CLR(cflag, CSIZE|PARENB); in set_flags()
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | nc_termios.h | 132 #define CSIZE 0x00030 macro
|
| /freebsd-14.2/sys/sys/ |
| H A D | _termios.h | 128 #define CSIZE 0x00000300 /* character size mask */ macro
|
| /freebsd-14.2/crypto/heimdal/appl/telnet/telnet/ |
| H A D | sys_bsd.c | 441 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode() 448 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode() 449 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB); in TerminalNewMode()
|
| /freebsd-14.2/contrib/telnet/telnet/ |
| H A D | sys_bsd.c | 575 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode() 579 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode() 580 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB); in TerminalNewMode()
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | termios.c | 172 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
|
| /freebsd-14.2/contrib/ncurses/ncurses/base/ |
| H A D | lib_newterm.c | 296 SP_PARM->_use_meta = ((new_term->Ottyb.c_cflag & CSIZE) == CS8 && in NCURSES_SP_NAME()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | mi.termios.c | 358 switch (termios_p->c_cflag & CSIZE)
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | refclock_neoclock4x.c | 222 termsettings.c_cflag &= ~CSIZE; in neoclock4x_start() 244 termsettings.c_cflag &= ~CSIZE; in neoclock4x_start()
|
| /freebsd-14.2/sys/dev/usb/serial/ |
| H A D | uark.c | 399 switch (t->c_cflag & CSIZE) { in uark_cfg_param()
|
| H A D | ubser.c | 366 switch (t->c_cflag & CSIZE) { in ubser_pre_param()
|
| H A D | uplcom.c | 875 if ((t->c_cflag & CSIZE) == CS5) { in uplcom_cfg_param() 898 switch (t->c_cflag & CSIZE) { in uplcom_cfg_param()
|
| /freebsd-14.2/sys/dev/nmdm/ |
| H A D | nmdm.c | 304 switch (t->c_cflag & CSIZE) { in bits_per_char()
|
| /freebsd-14.2/sys/dev/uart/ |
| H A D | uart_tty.c | 275 switch (t->c_cflag & CSIZE) { in uart_tty_param()
|