| /freebsd-12.1/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 61 { "cs8", CS8, CSIZE }, 71 { "-parity", CS8, PARODD | PARENB | CSIZE }, 73 { "-evenp", CS8, PARODD | PARENB | CSIZE }, 75 { "-oddp", CS8, PARODD | PARENB | CSIZE }, 76 { "pass8", CS8, PARODD | PARENB | CSIZE },
|
| /freebsd-12.1/bin/stty/ |
| H A D | modes.c | 59 { "cs8", CS8, CSIZE }, 69 { "-parity", CS8, PARODD | PARENB | CSIZE }, 71 { "-evenp", CS8, PARODD | PARENB | CSIZE }, 73 { "-oddp", CS8, PARODD | PARENB | CSIZE }, 74 { "pass8", CS8, PARODD | PARENB | CSIZE },
|
| H A D | print.c | 164 case CS8: in print()
|
| /freebsd-12.1/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 136 #if !defined(CS5) || !defined(CS8) in _nc_trace_ttymode() 176 #if defined(CS5) && defined(CS8) in _nc_trace_ttymode() 190 CS_DATA(CS8), in _nc_trace_ttymode()
|
| /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() 374 cflag |= CS8; in ttcompatsetflags() 467 cflag |= CS8; in ttcompatsetlflags()
|
| /freebsd-12.1/lib/libvgl/ |
| H A D | keyboard.c | 58 term.c_cflag = CREAD | CS8; in VGLKeyboardInit()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | mi.termios.c | 240 case BITS8: termios_p->c_cflag |= CS8; break; 365 case CS8: sgbuf.sg_flags |= BITS8; break;
|
| /freebsd-12.1/sys/sys/ |
| H A D | ttydefaults.h | 55 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
|
| H A D | _termios.h | 132 #define CS8 0x00000300 /* 8 bits */ macro
|
| /freebsd-12.1/contrib/ntp/parseutil/ |
| H A D | testdcf.c | 387 term.c_cflag = CS8|CREAD|CLOCAL; in main() 389 term.c_cflag = CS8|CREAD|CLOCAL|PARENB; in main()
|
| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | nc_termios.h | 102 #define CS8 0000060 macro
|
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A D | icom.c | 162 ttyb.c_cflag = IBAUD|CS8|CLOCAL; /* control modes (no read) */ in icom_init()
|
| /freebsd-12.1/contrib/ntp/lib/isc/unix/ |
| H A D | keyboard.c | 63 current_mode.c_cflag |= CS8; in isc_keyboard_open()
|
| /freebsd-12.1/contrib/gdb/gdb/tui/ |
| H A D | tui.c | 536 mode.c_cflag |= (CS8 | CREAD); 538 mode.c_cflag |= (CS8 | CSTOPB | CREAD);
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | ttymodes.h | 167 TTYMODE(CS8, c_cflag, 91)
|
| /freebsd-12.1/release/picobsd/mfs_tree/etc/ |
| H A D | gettytab | 29 # cflags: CLOCAL | HUPCL | CREAD | CS8
|
| /freebsd-12.1/contrib/gdb/gdb/gdbserver/ |
| H A D | remote-utils.c | 72 termios.c_cflag |= CLOCAL | CS8; in remote_open() 89 termio.c_cflag |= CLOCAL | CS8; in remote_open()
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | refclock_neoclock4x.c | 200 termsettings.c_cflag = CS8 | CSTOPB | CLOCAL | CREAD; in neoclock4x_start() 223 termsettings.c_cflag |= CS8; in neoclock4x_start() 245 termsettings.c_cflag |= CS8; in neoclock4x_start()
|
| H A D | refclock_leitch.c | 287 ttyb.c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start() 311 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start()
|
| H A D | refclock_parse.c | 566 #define GPS16X_CFLAG (CS8|CREAD|CLOCAL|HUPCL) 628 #define WSDCF_CFLAG (CS8|CREAD|CLOCAL) 646 # define RAWDCF_CFLAG (CS8|CREAD|CLOCAL) 648 # define RAWDCF_CFLAG (CS8|CREAD|CLOCAL|PARENB) 690 #define IGELCLOCK_CFLAG (CS8|CREAD|HUPCL|CLOCAL) 737 #define TRIMBLETAIP_CFLAG (CS8|CREAD|CLOCAL) 813 #define RCC8000_CFLAG (CS8|CREAD|CLOCAL) 830 #define HOPF6021_CFLAG (CS8|CREAD|CLOCAL) 898 #define SEL240X_CFLAG (CS8|CREAD|CLOCAL) 1302 (CS8|CREAD|PARENB|CLOCAL|HUPCL),/* terminal control flags */ [all …]
|
| /freebsd-12.1/usr.sbin/moused/ |
| H A D | moused.c | 379 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */ 380 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */ 381 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */ 386 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */ 390 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */ 392 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* kidspad etc. */ 393 (CS8 | CREAD | CLOCAL | HUPCL), /* VersaPad */ 396 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */ 398 (CS8 | CREAD | HUPCL ), /* GTCO Digi-Pad */
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | termios.c | 175 t->c_cflag |= CS8|CREAD; in cfmakeraw()
|
| /freebsd-12.1/libexec/getty/ |
| H A D | subr.c | 279 SET(cflag, CS8); in set_flags() 343 SET(cflag, CS8); in set_flags()
|
| /freebsd-12.1/usr.sbin/bluetooth/hcseriald/ |
| H A D | hcseriald.c | 187 t.c_cflag |= CS8; /* 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()
|