Home
last modified time | relevance | path

Searched refs:CREAD (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-10-stable/usr.sbin/lpr/lpd/
Dmodes.c62 { "cread", CREAD, 0 },
63 { "-cread", 0, CREAD },
/freebsd-10-stable/contrib/ncurses/ncurses/trace/
Dlib_tracebits.c137 {CREAD, "CREAD"}, in _nc_trace_ttymode()
146 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
/freebsd-10-stable/bin/stty/
Dmodes.c62 { "cread", CREAD, 0 },
63 { "-cread", 0, CREAD },
Dprint.c153 put("-cread", CREAD, 1); in print()
/freebsd-10-stable/usr.sbin/moused/
Dmoused.c375 (CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */
376 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
377 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
378 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
379 (CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
383 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
384 (CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
385 (CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */
386 (CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
387 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
[all …]
/freebsd-10-stable/lib/libvgl/
Dkeyboard.c56 term.c_cflag = CREAD | CS8; in VGLKeyboardInit()
/freebsd-10-stable/sys/sys/
Dttydefaults.h53 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
D_termios.h126 #define CREAD 0x00000800 /* enable receiver */ macro
/freebsd-10-stable/contrib/ntp/parseutil/
Dtestdcf.c387 term.c_cflag = CS8|CREAD|CLOCAL; in main()
389 term.c_cflag = CS8|CREAD|CLOCAL|PARENB; in main()
Ddcfd.c1549 term.c_cflag = CS8|CREAD|CLOCAL; in main()
1551 term.c_cflag = CS8|CREAD|CLOCAL|PARENB; in main()
/freebsd-10-stable/release/picobsd/mfs_tree/etc/
Dgettytab26 # cflags: CLOCAL | HUPCL | CREAD | CS8
/freebsd-10-stable/contrib/gdb/gdb/tui/
Dtui.c536 mode.c_cflag |= (CS8 | CREAD);
538 mode.c_cflag |= (CS8 | CSTOPB | CREAD);
/freebsd-10-stable/contrib/ntp/ntpd/
Drefclock_parse.c492 #define MBG_CFLAG (CS7|PARENB|CREAD|CLOCAL|HUPCL|CSTOPB)
566 #define GPS16X_CFLAG (CS8|CREAD|CLOCAL|HUPCL)
596 #define DCF7000_CFLAG (CS8|CREAD|PARENB|PARODD|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)
743 #define TRIMBLETSIP_CFLAG (CS8|CLOCAL|CREAD|PARENB|PARODD)
813 #define RCC8000_CFLAG (CS8|CREAD|CLOCAL)
[all …]
Drefclock_leitch.c287 ttyb.c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start()
311 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start()
Dntp_refclock.c838 ttyp->c_cflag = CS8 | CLOCAL | CREAD; in refclock_setup()
841 ttyp->c_cflag = CS7 | PARENB | PARODD | CLOCAL | CREAD; in refclock_setup()
922 ttyp->c_cflag = speed | CS8 | CLOCAL | CREAD; in refclock_setup()
Drefclock_datum.c276 arg.c_cflag = B9600 | CS8 | CREAD | PARENB | CLOCAL; in datum_pts_start()
/freebsd-10-stable/lib/libc/gen/
Dtermios.c175 t->c_cflag |= CS8|CREAD; in cfmakeraw()
/freebsd-10-stable/contrib/tcsh/
Dmi.termios.c234 termios_p->c_cflag = CLOCAL | CREAD;
Ded.term.c208 # ifdef CREAD
209 { "cread", CREAD, M_CONTROL },
/freebsd-10-stable/usr.bin/tset/
Dset.c128 mode.c_cflag |= (CS8 | CREAD); in reset_mode()
/freebsd-10-stable/sys/i386/ibcs2/
Dibcs2_ioctl.c155 if (l & IBCS2_CREAD) r |= CREAD;
249 if (l & CREAD) r |= IBCS2_CREAD;
/freebsd-10-stable/etc/
Dgettytab88 # cflags: CLOCAL | HUPCL | CREAD | CS8
/freebsd-10-stable/lib/libedit/
Dtty.c264 #ifdef CREAD
265 {"cread", CREAD, MD_CTL},
/freebsd-10-stable/sys/kern/
Dtty.c92 #define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\
110 if (tp->t_termios.c_cflag & CREAD) in tty_watermarks()
943 t->c_cflag |= CREAD; in ttydevsw_defparam()
/freebsd-10-stable/sys/dev/rc/
Drc.c1002 CCR_XMTREN | ((cflag & CREAD) ? CCR_RCVREN : CCR_RCVRDIS)); in rc_param()
1008 if (cflag & CREAD) in rc_param()

12