| /freebsd-14.2/usr.sbin/lpr/lpd/ |
| 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 },
|
| /freebsd-14.2/bin/stty/ |
| H A D | modes.c | 56 { "cs8", CS8, CSIZE }, 66 { "-parity", CS8, PARODD | PARENB | CSIZE }, 68 { "-evenp", CS8, PARODD | PARENB | CSIZE }, 70 { "-oddp", CS8, PARODD | PARENB | CSIZE }, 71 { "pass8", CS8, PARODD | PARENB | CSIZE },
|
| H A D | print.c | 163 case CS8: in print()
|
| H A D | key.c | 241 ip->t.c_cflag |= CS8; in f_raw()
|
| /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() 372 cflag |= CS8; in ttcompatsetflags() 465 cflag |= CS8; in ttcompatsetlflags()
|
| /freebsd-14.2/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 146 #if !defined(CS5) || !defined(CS8) in _nc_trace_ttymode() 186 #if defined(CS5) && defined(CS8) in _nc_trace_ttymode() 200 CS_DATA(CS8), in _nc_trace_ttymode()
|
| /freebsd-14.2/lib/libvgl/ |
| H A D | keyboard.c | 56 term.c_cflag = CREAD | CS8; in VGLKeyboardInit()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | mi.termios.c | 238 case BITS8: termios_p->c_cflag |= CS8; break; 363 case CS8: sgbuf.sg_flags |= BITS8; break;
|
| /freebsd-14.2/sys/sys/ |
| H A D | ttydefaults.h | 54 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
|
| H A D | _termios.h | 132 #define CS8 0x00000300 /* 8 bits */ macro
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | nc_termios.h | 133 #define CS8 0x00030 macro
|
| /freebsd-14.2/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-14.2/contrib/ntp/libntp/ |
| H A D | icom.c | 162 ttyb.c_cflag = IBAUD|CS8|CLOCAL; /* control modes (no read) */ in icom_init()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | ttymodes.h | 167 TTYMODE(CS8, c_cflag, 91)
|
| /freebsd-14.2/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 | 567 #define GPS16X_CFLAG (CS8|CREAD|CLOCAL|HUPCL) 629 #define WSDCF_CFLAG (CS8|CREAD|CLOCAL) 647 # define RAWDCF_CFLAG (CS8|CREAD|CLOCAL) 649 # define RAWDCF_CFLAG (CS8|CREAD|CLOCAL|PARENB) 691 #define IGELCLOCK_CFLAG (CS8|CREAD|HUPCL|CLOCAL) 738 #define TRIMBLETAIP_CFLAG (CS8|CREAD|CLOCAL) 814 #define RCC8000_CFLAG (CS8|CREAD|CLOCAL) 831 #define HOPF6021_CFLAG (CS8|CREAD|CLOCAL) 899 #define SEL240X_CFLAG (CS8|CREAD|CLOCAL) 1303 (CS8|CREAD|PARENB|CLOCAL|HUPCL),/* terminal control flags */ [all …]
|
| H A D | refclock_palisade.c | 356 tio.c_cflag = (CS8|CLOCAL|CREAD); in palisade_start() 365 tio.c_cflag = (CS8|CLOCAL|CREAD|PARENB|PARODD); in palisade_start() 370 tio.c_cflag = (CS8|CLOCAL|CREAD|PARENB|PARODD); in palisade_start()
|
| H A D | refclock_datum.c | 276 arg.c_cflag = B9600 | CS8 | CREAD | PARENB | CLOCAL; in datum_pts_start()
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | termios.c | 173 t->c_cflag |= CS8|CREAD; in cfmakeraw()
|
| /freebsd-14.2/usr.sbin/moused/ |
| H A D | moused.c | 363 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */ 364 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */ 365 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */ 370 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */ 374 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */ 376 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* kidspad etc. */ 377 (CS8 | CREAD | CLOCAL | HUPCL), /* VersaPad */ 380 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */ 382 (CS8 | CREAD | HUPCL ), /* GTCO Digi-Pad */
|
| /freebsd-14.2/libexec/getty/ |
| H A D | subr.c | 279 SET(cflag, CS8); in set_flags() 343 SET(cflag, CS8); in set_flags()
|
| /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/sys/dev/usb/serial/ |
| H A D | uark.c | 410 case CS8: in uark_cfg_param()
|
| /freebsd-14.2/sys/dev/nmdm/ |
| H A D | nmdm.c | 308 case CS8: bits += 8; break; in bits_per_char()
|