| /freebsd/usr.sbin/moused/msconvd/ |
| H A D | msconvd.c | 320 (CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */ 321 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */ 322 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */ 323 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */ 324 (CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */ 328 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */ 329 (CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */ 330 (CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */ 331 (CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */ 332 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */ [all …]
|
| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 56 { "cread", CREAD, 0 }, 57 { "-cread", 0, CREAD },
|
| /freebsd/bin/stty/ |
| H A D | modes.c | 53 { "cread", CREAD, 0 }, 54 { "-cread", 0, CREAD },
|
| H A D | print.c | 146 put("-cread", CREAD, 1); in print()
|
| /freebsd/lib/libvgl/ |
| H A D | keyboard.c | 56 term.c_cflag = CREAD | CS8; in VGLKeyboardInit()
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 140 DATA(CREAD), in _nc_trace_ttymode() 149 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
|
| /freebsd/sys/sys/ |
| H A D | ttydefaults.h | 52 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
|
| H A D | _termios.h | 132 #define CREAD 0x00000800 /* enable receiver */ macro
|
| /freebsd/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()
|
| H A D | dcfd.c | 1553 term.c_cflag = CS8|CREAD|CLOCAL; in main() 1555 term.c_cflag = CS8|CREAD|CLOCAL|PARENB; in main()
|
| /freebsd/usr.bin/resizewin/ |
| H A D | resizewin.c | 98 new.c_cflag |= (CLOCAL | CREAD); in main()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_parse.c | 493 #define MBG_CFLAG (CS7|PARENB|CREAD|CLOCAL|HUPCL|CSTOPB) 567 #define GPS16X_CFLAG (CS8|CREAD|CLOCAL|HUPCL) 597 #define DCF7000_CFLAG (CS8|CREAD|PARENB|PARODD|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) 744 #define TRIMBLETSIP_CFLAG (CS8|CLOCAL|CREAD|PARENB|PARODD) 814 #define RCC8000_CFLAG (CS8|CREAD|CLOCAL) [all …]
|
| 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_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 | ntp_refclock.c | 1062 ttyp->c_cflag = CS8 | CLOCAL | CREAD; in refclock_setup() 1065 ttyp->c_cflag = CS7 | PARENB | PARODD | CLOCAL | CREAD; in refclock_setup() 1146 ttyp->c_cflag = speed | CS8 | CLOCAL | CREAD; in refclock_setup()
|
| H A D | refclock_datum.c | 276 arg.c_cflag = B9600 | CS8 | CREAD | PARENB | CLOCAL; in datum_pts_start()
|
| H A D | refclock_arc.c | 681 arg.c_cflag = B300 | CS8 | CREAD | CLOCAL | CSTOPB; in arc_start()
|
| H A D | refclock_neoclock4x.c | 200 termsettings.c_cflag = CS8 | CSTOPB | CLOCAL | CREAD; in neoclock4x_start()
|
| /freebsd/lib/libc/gen/ |
| H A D | termios.c | 171 t->c_cflag |= CS8|CREAD; in cfmakeraw()
|
| /freebsd/contrib/tcsh/ |
| H A D | mi.termios.c | 232 termios_p->c_cflag = CLOCAL | CREAD;
|
| H A D | ed.term.c | 205 # ifdef CREAD 206 { "cread", CREAD, M_CONTROL },
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 359 set_flags(tty_settings->c_cflag, (CS8 | CREAD)); in reset_tty_settings()
|
| /freebsd/libexec/getty/ |
| H A D | gettytab | 85 # cflags: CLOCAL | HUPCL | CREAD | CS8
|
| /freebsd/contrib/libedit/ |
| H A D | tty.c | 273 #ifdef CREAD 274 {"cread", CREAD, MD_CTL},
|
| /freebsd/sys/kern/ |
| H A D | tty.c | 94 #define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\ 129 if (tp->t_termios.c_cflag & CREAD) in tty_watermarks() 999 t->c_cflag |= CREAD; in ttydevsw_defparam()
|