Home
last modified time | relevance | path

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

12

/freebsd-14.2/usr.sbin/lpr/lpd/
H A Dmodes.c62 { "cread", CREAD, 0 },
63 { "-cread", 0, CREAD },
/freebsd-14.2/bin/stty/
H A Dmodes.c59 { "cread", CREAD, 0 },
60 { "-cread", 0, CREAD },
H A Dprint.c152 put("-cread", CREAD, 1); in print()
/freebsd-14.2/usr.sbin/moused/
H A Dmoused.c362 (CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */
364 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
366 (CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
370 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
371 (CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
374 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
377 (CS8 | CREAD | CLOCAL | HUPCL), /* VersaPad */
380 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */
382 (CS8 | CREAD | HUPCL ), /* GTCO Digi-Pad */
2791 setmousespeed(1200, 1200, (CS7 | CREAD | CLOCAL | HUPCL)); in pnpwakeup1()
[all …]
/freebsd-14.2/lib/libvgl/
H A Dkeyboard.c56 term.c_cflag = CREAD | CS8; in VGLKeyboardInit()
/freebsd-14.2/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c144 DATA(CREAD), in _nc_trace_ttymode()
153 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
/freebsd-14.2/sys/sys/
H A Dttydefaults.h54 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A D_termios.h134 #define CREAD 0x00000800 /* enable receiver */ macro
/freebsd-14.2/contrib/ncurses/include/
H A Dnc_termios.h135 #define CREAD 0x00080 macro
/freebsd-14.2/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()
H A Ddcfd.c1553 term.c_cflag = CS8|CREAD|CLOCAL; in main()
1555 term.c_cflag = CS8|CREAD|CLOCAL|PARENB; in main()
/freebsd-14.2/usr.bin/resizewin/
H A Dresizewin.c98 new.c_cflag |= (CLOCAL | CREAD); in main()
/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_parse.c493 #define MBG_CFLAG (CS7|PARENB|CREAD|CLOCAL|HUPCL|CSTOPB)
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)
851 #define COMPUTIME_CFLAG (CSTOPB|CS7|CREAD|CLOCAL)
[all …]
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_palisade.c356 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 Dntp_refclock.c1062 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 Drefclock_datum.c276 arg.c_cflag = B9600 | CS8 | CREAD | PARENB | CLOCAL; in datum_pts_start()
H A Drefclock_neoclock4x.c200 termsettings.c_cflag = CS8 | CSTOPB | CLOCAL | CREAD; in neoclock4x_start()
/freebsd-14.2/lib/libc/gen/
H A Dtermios.c173 t->c_cflag |= CS8|CREAD; in cfmakeraw()
/freebsd-14.2/contrib/tcsh/
H A Dmi.termios.c232 termios_p->c_cflag = CLOCAL | CREAD;
H A Ded.term.c205 # ifdef CREAD
206 { "cread", CREAD, M_CONTROL },
/freebsd-14.2/contrib/ncurses/progs/
H A Dreset_cmd.c359 set_flags(tty_settings->c_cflag, (CS8 | CREAD)); in reset_tty_settings()
/freebsd-14.2/libexec/getty/
H A Dgettytab87 # cflags: CLOCAL | HUPCL | CREAD | CS8
/freebsd-14.2/contrib/libedit/
H A Dtty.c273 #ifdef CREAD
274 {"cread", CREAD, MD_CTL},
/freebsd-14.2/sys/kern/
H A Dtty.c95 #define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\
130 if (tp->t_termios.c_cflag & CREAD) in tty_watermarks()
998 t->c_cflag |= CREAD; in ttydevsw_defparam()

12