| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | termios.d | 203 enum CREAD = 0x0000080; // 0000200 in version() local 300 enum CREAD = 0x0000800; in version() local 397 enum CREAD = 0x0000800; in version() local 494 enum CREAD = 0x0000800; in version() local 591 enum CREAD = 0x0000800; in version() local 688 enum CREAD = 0x0000800; in version() local 770 enum CREAD = 0x000080; in version() local
|
| /netbsd-src/usr.sbin/moused/ |
| H A D | moused.c | 319 (CS7 | CREAD | CLOCAL | HUPCL ), /* MicroSoft */ 320 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL ), /* MouseSystems */ 321 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL ), /* Logitech */ 322 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL ), /* MMSeries */ 323 (CS7 | CREAD | CLOCAL | HUPCL ), /* MouseMan */ 327 (CS8 | CREAD | CLOCAL | HUPCL ), /* MM HitTablet */ 328 (CS7 | CREAD | CLOCAL | HUPCL ), /* GlidePoint */ 329 (CS7 | CREAD | CLOCAL | HUPCL ), /* IntelliMouse */ 330 (CS7 | CREAD | CLOCAL | HUPCL ), /* Thinking Mouse */ 331 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL ), /* sysmouse */ [all …]
|
| /netbsd-src/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 65 { "cread", CREAD, 0 }, 66 { "-cread", 0, CREAD },
|
| /netbsd-src/external/bsd/ntp/dist/parseutil/ |
| H A D | testdcf.c | 389 term.c_cflag = CS8|CREAD|CLOCAL; in main() 391 term.c_cflag = CS8|CREAD|CLOCAL|PARENB; in main()
|
| /netbsd-src/sys/arch/macppc/dev/ |
| H A D | com_mainbus.c | 102 comcnattach(iot, iobase, 9600, 1843200, COM_TYPE_NORMAL, (CREAD | CS8)); in com_mainbus_attach()
|
| /netbsd-src/sbin/slattach/ |
| H A D | slattach.c | 129 tty.c_cflag = CREAD | CS8 | cflag; in main()
|
| /netbsd-src/sys/sys/ |
| H A D | ttydefaults.h | 51 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
|
| H A D | termios.h | 137 #define CREAD 0x00000800U /* enable receiver */ macro
|
| /netbsd-src/sys/arch/sparc/dev/ |
| H A D | com_ebus.c | 106 COM_TYPE_NORMAL, (CLOCAL | CREAD | CS8)); in com_ebus_attach()
|
| H A D | com_obio.c | 191 COM_TYPE_NORMAL, (CLOCAL | CREAD | CS8)); in com_obio_attach()
|
| /netbsd-src/sys/arch/x68k/dev/ |
| H A D | zs.c | 81 int zs_def_cflag = (CREAD | CS8 | HUPCL); 82 int zscn_def_cflag = (CREAD | CS8 | HUPCL);
|
| /netbsd-src/usr.sbin/irdaattach/ |
| H A D | irdaattach.c | 112 tty.c_cflag = CREAD | CS8 | cflag; in main()
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_termios.h | 236 bts->c_cflag |= cvtto_bsd_mask(lt->c_cflag, LINUX_CREAD, CREAD); in linux32_termio_to_bsd_termios() 319 lt->c_cflag |= cvtto_linux_mask(bts->c_cflag, CREAD, LINUX_CREAD); in bsd_termios_to_linux32_termio() 410 bts->c_cflag |= cvtto_bsd_mask(lts->c_cflag, LINUX_CREAD, CREAD); in linux32_termios_to_bsd_termios() 511 lts->c_cflag |= cvtto_linux_mask(bts->c_cflag, CREAD, LINUX_CREAD); in bsd_termios_to_linux32_termios()
|
| /netbsd-src/sys/arch/newsmips/dev/ |
| H A D | zs.c | 68 int zs_def_cflag = (CREAD | CS8 | HUPCL);
|
| /netbsd-src/bin/stty/ |
| H A D | modes.c | 67 { "cread", CREAD },
|
| H A D | print.c | 141 put("-cread", CREAD, 1); in print()
|
| /netbsd-src/sys/arch/ews4800mips/dev/ |
| H A D | zs.c | 65 int zs_def_cflag = (CREAD | CS8 | HUPCL);
|
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | com_ebus.c | 188 kma.kmta_cflag = (CREAD | CS8 | HUPCL); in com_ebus_attach()
|
| /netbsd-src/usr.bin/tset/ |
| H A D | set.c | 125 mode.c_cflag |= (CS8 | CREAD); in reset_mode()
|
| /netbsd-src/sys/compat/ultrix/ |
| H A D | ultrix_ioctl.c | 212 r |= ((l & 0x00000080) ? CREAD : 0); in stios2btios() 345 r |= ((l & CREAD) ? 0x00000080 : 0); in btios2stios()
|
| /netbsd-src/sys/arch/cesfic/dev/ |
| H A D | zs.c | 141 cs->cs_defcflag = CREAD | CS8 | HUPCL; in zs_config()
|
| /netbsd-src/external/bsd/ntp/dist/ntpd/ |
| H A D | refclock_datum.c | 278 arg.c_cflag = B9600 | CS8 | CREAD | PARENB | CLOCAL; in datum_pts_start()
|
| /netbsd-src/sys/arch/mvme68k/dev/ |
| H A D | zs.c | 74 int zs_def_cflag = (CREAD | CS8 | HUPCL);
|
| /netbsd-src/sys/arch/cobalt/dev/ |
| H A D | zs.c | 69 int zs_def_cflag = (CREAD | CS8 | HUPCL);
|
| /netbsd-src/sys/arch/sun2/dev/ |
| H A D | zs.c | 84 int zs_def_cflag = (CREAD | CS8 | HUPCL);
|