Home
last modified time | relevance | path

Searched refs:CS8 (Results 1 – 25 of 66) sorted by relevance

123

/freebsd-12.1/usr.sbin/lpr/lpd/
H A Dmodes.c61 { "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 Dmodes.c59 { "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 Dprint.c164 case CS8: in print()
/freebsd-12.1/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c136 #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 Dtty_compat.c288 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 Dkeyboard.c58 term.c_cflag = CREAD | CS8; in VGLKeyboardInit()
/freebsd-12.1/contrib/tcsh/
H A Dmi.termios.c240 case BITS8: termios_p->c_cflag |= CS8; break;
365 case CS8: sgbuf.sg_flags |= BITS8; break;
/freebsd-12.1/sys/sys/
H A Dttydefaults.h55 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A D_termios.h132 #define CS8 0x00000300 /* 8 bits */ macro
/freebsd-12.1/contrib/ntp/parseutil/
H A Dtestdcf.c387 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 Dnc_termios.h102 #define CS8 0000060 macro
/freebsd-12.1/contrib/ntp/libntp/
H A Dicom.c162 ttyb.c_cflag = IBAUD|CS8|CLOCAL; /* control modes (no read) */ in icom_init()
/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c63 current_mode.c_cflag |= CS8; in isc_keyboard_open()
/freebsd-12.1/contrib/gdb/gdb/tui/
H A Dtui.c536 mode.c_cflag |= (CS8 | CREAD);
538 mode.c_cflag |= (CS8 | CSTOPB | CREAD);
/freebsd-12.1/crypto/openssh/
H A Dttymodes.h167 TTYMODE(CS8, c_cflag, 91)
/freebsd-12.1/release/picobsd/mfs_tree/etc/
H A Dgettytab29 # cflags: CLOCAL | HUPCL | CREAD | CS8
/freebsd-12.1/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c72 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 Drefclock_neoclock4x.c200 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 Drefclock_leitch.c287 ttyb.c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start()
311 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start()
H A Drefclock_parse.c566 #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 Dmoused.c379 (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 Dtermios.c175 t->c_cflag |= CS8|CREAD; in cfmakeraw()
/freebsd-12.1/libexec/getty/
H A Dsubr.c279 SET(cflag, CS8); in set_flags()
343 SET(cflag, CS8); in set_flags()
/freebsd-12.1/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c187 t.c_cflag |= CS8; /* cs8 */ in open_device()
/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c281 SP_PARM->_use_meta = ((new_term->Ottyb.c_cflag & CSIZE) == CS8 && in NCURSES_SP_NAME()

123