Searched refs:CREAD (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/lib/libvgl/
H A Dkeyboard.c56 term.c_cflag = CREAD | CS8;
/freebsd-current/sys/sys/
H A Dttydefaults.h52 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A D_termios.h132 #define CREAD 0x00000800 /* enable receiver */ macro
/freebsd-current/bin/stty/
H A Dmodes.c53 { "cread", CREAD, 0 },
54 { "-cread", 0, CREAD },
H A Dprint.c146 put("-cread", CREAD, 1);
/freebsd-current/usr.sbin/lpr/lpd/
H A Dmodes.c56 { "cread", CREAD, 0 },
57 { "-cread", 0, CREAD },
/freebsd-current/usr.bin/resizewin/
H A Dresizewin.c98 new.c_cflag |= (CLOCAL | CREAD);
/freebsd-current/contrib/ncurses/include/
H A Dnc_termios.h135 #define CREAD 0x00080 macro
/freebsd-current/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c144 DATA(CREAD),
153 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD)
/freebsd-current/usr.sbin/moused/
H A Dmoused.c361 (CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */
362 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
363 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
364 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
365 (CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
369 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
370 (CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
371 (CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */
372 (CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
373 (CS8 | CSTOPB | CREAD | CLOCA
[all...]
/freebsd-current/contrib/ntp/parseutil/
H A Dtestdcf.c387 term.c_cflag = CS8|CREAD|CLOCAL;
389 term.c_cflag = CS8|CREAD|CLOCAL|PARENB;
H A Ddcfd.c1553 term.c_cflag = CS8|CREAD|CLOCAL;
1555 term.c_cflag = CS8|CREAD|CLOCAL|PARENB;
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_leitch.c287 ttyb.c_cflag = SPEED232|CS8|CLOCAL|CREAD;
311 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD;
H A Drefclock_parse.c493 #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|CLOCA
[all...]
H A Drefclock_datum.c276 arg.c_cflag = B9600 | CS8 | CREAD | PARENB | CLOCAL;
H A Drefclock_palisade.c356 tio.c_cflag = (CS8|CLOCAL|CREAD);
365 tio.c_cflag = (CS8|CLOCAL|CREAD|PARENB|PARODD);
370 tio.c_cflag = (CS8|CLOCAL|CREAD|PARENB|PARODD);
H A Dntp_refclock.c1062 ttyp->c_cflag = CS8 | CLOCAL | CREAD;
1065 ttyp->c_cflag = CS7 | PARENB | PARODD | CLOCAL | CREAD;
1146 ttyp->c_cflag = speed | CS8 | CLOCAL | CREAD;
H A Drefclock_arc.c681 arg.c_cflag = B300 | CS8 | CREAD | CLOCAL | CSTOPB;
H A Drefclock_neoclock4x.c200 termsettings.c_cflag = CS8 | CSTOPB | CLOCAL | CREAD;
/freebsd-current/contrib/tcsh/
H A Dmi.termios.c225 * CREAD: forced on (receiver is always enabled)
232 termios_p->c_cflag = CLOCAL | CREAD;
H A Ded.term.c205 # ifdef CREAD
206 { "cread", CREAD, M_CONTROL },
207 # endif /* CREAD */
/freebsd-current/lib/libc/gen/
H A Dtermios.c171 t->c_cflag |= CS8|CREAD;
/freebsd-current/contrib/ncurses/progs/
H A Dreset_cmd.c359 set_flags(tty_settings->c_cflag, (CS8 | CREAD));
/freebsd-current/contrib/libedit/
H A Dtty.c273 #ifdef CREAD
274 {"cread", CREAD, MD_CTL},
275 #endif /* CREAD */
/freebsd-current/sys/kern/
H A Dtty.c95 #define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\
130 if (tp->t_termios.c_cflag & CREAD)
998 t->c_cflag |= CREAD;

Completed in 312 milliseconds

12