| /freebsd-12.1/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 58 { "cs5", CS5, CSIZE }, 59 { "cs6", CS6, CSIZE }, 60 { "cs7", CS7, CSIZE }, 61 { "cs8", CS8, CSIZE }, 70 { "parity", PARENB | CS7, PARODD | CSIZE }, 72 { "evenp", PARENB | CS7, PARODD | CSIZE }, 73 { "-evenp", CS8, PARODD | PARENB | CSIZE }, 74 { "oddp", PARENB | CS7 | PARODD, CSIZE }, 75 { "-oddp", CS8, PARODD | PARENB | CSIZE }, 76 { "pass8", CS8, PARODD | PARENB | CSIZE }, [all …]
|
| /freebsd-12.1/bin/stty/ |
| 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 …]
|
| H A D | print.c | 154 switch(tmp&CSIZE) { in print()
|
| H A D | key.c | 243 ip->t.c_cflag &= ~(CSIZE|PARENB); in f_raw()
|
| /freebsd-12.1/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 137 {CSIZE, "CSIZE"}, in _nc_trace_ttymode() 143 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode() 193 int value = (int) (tty->c_cflag & CSIZE); in _nc_trace_ttymode()
|
| /freebsd-12.1/contrib/flex/ |
| H A D | dfa.c | 195 int out_char_set[CSIZE]; 388 int symlist[CSIZE + 1]; in ntod() 402 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod() 403 int targfreq[CSIZE + 1], targstate[CSIZE + 1]; in ntod() 1027 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich;
|
| H A D | flexdef.h | 110 #define CSIZE 256 macro 267 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */ 569 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs; 576 extern int tecfwd[CSIZE + 1], tecbck[CSIZE + 1];
|
| H A D | tblcmp.c | 84 int extptr, extrct[2][CSIZE + 1]; 226 int tmpstorage[CSIZE + 1]; in cmptmps() 686 int i, numdiff, tmpbase, tmp[CSIZE + 1]; 687 Char transset[CSIZE + 1];
|
| H A D | main.c | 81 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, 82 tecfwd[CSIZE + 1]; 83 int tecbck[CSIZE + 1]; 262 csize = CSIZE; in check_options() 1207 csize = CSIZE;
|
| H A D | ecs.c | 121 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */
|
| /freebsd-12.1/sys/kern/ |
| H A D | tty_compat.c | 288 if ((cflag&CSIZE) == CS8) { in ttcompatgetflags() 306 || (cflag&(CSIZE|PARENB)) != CS8) in ttcompatgetflags() 311 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) in ttcompatgetflags() 372 cflag &= ~(CSIZE|PARENB); in ttcompatsetflags() 465 cflag &= ~(CSIZE|PARENB); in ttcompatsetlflags()
|
| /freebsd-12.1/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-12.1/contrib/ncurses/include/ |
| H A D | nc_termios.h | 101 #define CSIZE 0000060 macro
|
| /freebsd-12.1/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-12.1/sys/sys/ |
| H A D | _termios.h | 128 #define CSIZE 0x00000300 /* character size mask */ macro
|
| /freebsd-12.1/contrib/ntp/lib/isc/unix/ |
| H A D | keyboard.c | 62 current_mode.c_cflag &= ~(CSIZE|PARENB); in isc_keyboard_open()
|
| /freebsd-12.1/contrib/telnet/telnet/ |
| H A D | sys_bsd.c | 577 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode() 581 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode() 582 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB); in TerminalNewMode()
|
| /freebsd-12.1/contrib/gdb/gdb/gdbserver/ |
| H A D | remote-utils.c | 71 termios.c_cflag &= ~(CSIZE | PARENB); in remote_open() 88 termio.c_cflag &= ~(CSIZE | PARENB); in remote_open()
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | termios.c | 174 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
|
| /freebsd-12.1/usr.sbin/bluetooth/hcseriald/ |
| H A D | hcseriald.c | 186 t.c_cflag &= ~CSIZE; /* cs8 */ in open_device()
|
| /freebsd-12.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_newterm.c | 281 SP_PARM->_use_meta = ((new_term->Ottyb.c_cflag & CSIZE) == CS8 && in NCURSES_SP_NAME()
|
| /freebsd-12.1/usr.bin/tset/ |
| H A D | set.c | 129 mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL); in reset_mode()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | mi.termios.c | 360 switch (termios_p->c_cflag & CSIZE)
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | ser-unix.c | 397 state.termios.c_cflag &= ~(CSIZE | PARENB); in hardwire_raw() 407 state.termio.c_cflag &= ~(CSIZE | PARENB); in hardwire_raw()
|
| /freebsd-12.1/contrib/telnet/telnetd/ |
| H A D | sys_term.c | 565 termbuf.c_cflag &= ~(CSIZE|PARENB); in tty_binaryout() 569 termbuf.c_cflag &= ~CSIZE; in tty_binaryout()
|