| /freebsd-14.2/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 80 { "clocal", CLOCAL, 0 }, 81 { "-clocal", 0, CLOCAL },
|
| /freebsd-14.2/bin/stty/ |
| H A D | modes.c | 77 { "clocal", CLOCAL, 0 }, 78 { "-clocal", 0, CLOCAL },
|
| H A D | print.c | 170 put("-clocal", CLOCAL, 0); in print()
|
| H A D | key.c | 260 ip->t.c_cflag = def.c_cflag | (ip->t.c_cflag & CLOCAL); in f_sane()
|
| /freebsd-14.2/usr.sbin/moused/ |
| H A D | moused.c | 362 (CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */ 363 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */ 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 */ 2791 setmousespeed(1200, 1200, (CS7 | CREAD | CLOCAL | HUPCL)); in pnpwakeup1() [all …]
|
| /freebsd-14.2/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 143 DATA(CLOCAL), in _nc_trace_ttymode() 153 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
|
| /freebsd-14.2/libexec/getty/ |
| H A D | gettytab | 85 # CLOCAL mode (so no DCD is required), and uses Xon/Xoff flow control. 87 # cflags: CLOCAL | HUPCL | CREAD | CS8 95 local.9600|CLOCAL tty @ 9600 Bd:\
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | nc_termios.h | 139 #define CLOCAL 0x00800 macro
|
| /freebsd-14.2/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-14.2/usr.bin/resizewin/ |
| H A D | resizewin.c | 98 new.c_cflag |= (CLOCAL | CREAD); in main()
|
| /freebsd-14.2/contrib/ntp/libntp/ |
| H A D | icom.c | 162 ttyb.c_cflag = IBAUD|CS8|CLOCAL; /* control modes (no read) */ in icom_init()
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | tty.c | 452 ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW; in tty_Raw() 454 ios.c_cflag |= CLOCAL; in tty_Raw() 723 ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW; in tty_Create() 725 ios.c_cflag |= CLOCAL; in tty_Create()
|
| /freebsd-14.2/sys/sys/ |
| H A D | _termios.h | 138 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| 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() 1088 ttyp->c_cflag &= ~CLOCAL; in refclock_setup() 1146 ttyp->c_cflag = speed | CS8 | CLOCAL | CREAD; in refclock_setup() 1166 ttyp->c_cflag &= ~CLOCAL; in refclock_setup()
|
| H A D | refclock_parse.c | 493 #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 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 | refclock_datum.c | 276 arg.c_cflag = B9600 | CS8 | CREAD | PARENB | CLOCAL; in datum_pts_start()
|
| /freebsd-14.2/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 352 mask |= CLOCAL; in reset_tty_settings() 355 mask |= CLOCAL; in reset_tty_settings()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | mi.termios.c | 232 termios_p->c_cflag = CLOCAL | CREAD;
|
| H A D | ed.term.c | 217 # ifdef CLOCAL 218 { "clocal", CLOCAL, M_CONTROL },
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | uart_backend.c | 88 new.c_cflag |= CLOCAL; in ttyopen()
|
| /freebsd-14.2/sys/kern/ |
| H A D | tty.c | 96 HUPCL|CLOCAL|CCTS_OFLOW|CRTS_IFLOW|CDTR_IFLOW|\ 327 tp->t_termios.c_cflag |= CLOCAL; in ttydev_open() 344 (tp->t_termios.c_cflag & CLOCAL) == 0) { in ttydev_open() 929 ti->c_cflag |= CLOCAL; in tty_init_console() 930 to->c_cflag |= CLOCAL; in tty_init_console()
|
| /freebsd-14.2/usr.bin/morse/ |
| H A D | morse.c | 381 ntty.c_cflag |= CLOCAL; in main()
|